JBoss Portal SVN: r11885 - modules/web/trunk.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 09:32:44 -0400 (Thu, 11 Sep 2008)
New Revision: 11885
Modified:
modules/web/trunk/pom.xml
Log:
minor
Modified: modules/web/trunk/pom.xml
===================================================================
--- modules/web/trunk/pom.xml 2008-09-11 13:32:40 UTC (rev 11884)
+++ modules/web/trunk/pom.xml 2008-09-11 13:32:44 UTC (rev 11885)
@@ -30,4 +30,16 @@
<module>web</module>
</modules>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
17 years, 8 months
JBoss Portal SVN: r11884 - modules/cms/trunk.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 09:32:40 -0400 (Thu, 11 Sep 2008)
New Revision: 11884
Modified:
modules/cms/trunk/pom.xml
Log:
minor
Modified: modules/cms/trunk/pom.xml
===================================================================
--- modules/cms/trunk/pom.xml 2008-09-11 13:32:40 UTC (rev 11883)
+++ modules/cms/trunk/pom.xml 2008-09-11 13:32:40 UTC (rev 11884)
@@ -29,4 +29,17 @@
<module>build</module>
<module>cms-jackrabbit</module>
</modules>
-</project>
\ No newline at end of file
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
17 years, 8 months
JBoss Portal SVN: r11883 - modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/build.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 09:32:40 -0400 (Thu, 11 Sep 2008)
New Revision: 11883
Modified:
modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/build/build.xml
Log:
minor
Modified: modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/build/build.xml
===================================================================
--- modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/build/build.xml 2008-09-11 11:23:51 UTC (rev 11882)
+++ modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/build/build.xml 2008-09-11 13:32:40 UTC (rev 11883)
@@ -305,81 +305,12 @@
<classpath>
<fileset dir="../thirdparty" includes="**/*.jar"/>
</classpath>
- <packageset dir="../server/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../api/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../portlet/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../portlet-server/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../jems/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
<packageset dir="../identity/src/main">
<exclude name="org/jboss/portal/test/**"/>
</packageset>
- <packageset dir="../bridge/src/main">
+ <packageset dir="../sso/src/main">
<exclude name="org/jboss/portal/test/**"/>
</packageset>
- <packageset dir="../faces/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../portlet-federation/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../format/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../theme/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../cms/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-admin/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-cms/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-management/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../security/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../wsrp/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../wsrp/src/generated">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../registration/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../widget/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../workflow/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../search/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-samples/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-search/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
</javadoc>
</target>
17 years, 8 months
JBoss Portal SVN: r11882 - modules/web/tags/JBP_WEB_1_2_1.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 07:23:51 -0400 (Thu, 11 Sep 2008)
New Revision: 11882
Modified:
modules/web/tags/JBP_WEB_1_2_1/pom.xml
Log:
minor
Modified: modules/web/tags/JBP_WEB_1_2_1/pom.xml
===================================================================
--- modules/web/tags/JBP_WEB_1_2_1/pom.xml 2008-09-11 11:23:36 UTC (rev 11881)
+++ modules/web/tags/JBP_WEB_1_2_1/pom.xml 2008-09-11 11:23:51 UTC (rev 11882)
@@ -30,4 +30,16 @@
<module>web</module>
</modules>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
17 years, 8 months
JBoss Portal SVN: r11881 - modules/portlet/tags/JBP_PORTLET_2_0_3.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 07:23:36 -0400 (Thu, 11 Sep 2008)
New Revision: 11881
Modified:
modules/portlet/tags/JBP_PORTLET_2_0_3/pom.xml
Log:
minor
Modified: modules/portlet/tags/JBP_PORTLET_2_0_3/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_3/pom.xml 2008-09-11 11:23:30 UTC (rev 11880)
+++ modules/portlet/tags/JBP_PORTLET_2_0_3/pom.xml 2008-09-11 11:23:36 UTC (rev 11881)
@@ -90,4 +90,17 @@
<modules>
</modules>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+
</project>
17 years, 8 months
JBoss Portal SVN: r11880 - modules/identity/tags/JBP_IDENTITY_1_0_4/build.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 07:23:30 -0400 (Thu, 11 Sep 2008)
New Revision: 11880
Modified:
modules/identity/tags/JBP_IDENTITY_1_0_4/build/build.xml
Log:
minor
Modified: modules/identity/tags/JBP_IDENTITY_1_0_4/build/build.xml
===================================================================
--- modules/identity/tags/JBP_IDENTITY_1_0_4/build/build.xml 2008-09-11 11:23:03 UTC (rev 11879)
+++ modules/identity/tags/JBP_IDENTITY_1_0_4/build/build.xml 2008-09-11 11:23:30 UTC (rev 11880)
@@ -305,81 +305,12 @@
<classpath>
<fileset dir="../thirdparty" includes="**/*.jar"/>
</classpath>
- <packageset dir="../server/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../api/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../portlet/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../portlet-server/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../jems/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
<packageset dir="../identity/src/main">
<exclude name="org/jboss/portal/test/**"/>
</packageset>
- <packageset dir="../bridge/src/main">
+ <packageset dir="../sso/src/main">
<exclude name="org/jboss/portal/test/**"/>
</packageset>
- <packageset dir="../faces/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../portlet-federation/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../format/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../theme/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../cms/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-admin/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-cms/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-management/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../security/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../wsrp/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../wsrp/src/generated">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../registration/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../widget/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../workflow/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../search/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-samples/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../core-search/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
</javadoc>
</target>
17 years, 8 months
JBoss Portal SVN: r11879 - tags/JBoss_Portal_2_7_0_CR1/build.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 07:23:03 -0400 (Thu, 11 Sep 2008)
New Revision: 11879
Modified:
tags/JBoss_Portal_2_7_0_CR1/build/build.xml
tags/JBoss_Portal_2_7_0_CR1/build/distrib.xml
Log:
minor
Modified: tags/JBoss_Portal_2_7_0_CR1/build/build.xml
===================================================================
--- tags/JBoss_Portal_2_7_0_CR1/build/build.xml 2008-09-11 11:22:42 UTC (rev 11878)
+++ tags/JBoss_Portal_2_7_0_CR1/build/build.xml 2008-09-11 11:23:03 UTC (rev 11879)
@@ -340,13 +340,6 @@
<javadoc destdir="javadoc">
<classpath>
<fileset dir="../thirdparty" includes="**/*.jar"/>
- <fileset dir="../../common/thirdparty" includes="**/*.jar"/>
- <fileset dir="../../common/tools/lib" includes="**/*.jar"/>
- <fileset dir="../../identity/thirdparty" includes="**/*.jar"/>
- <fileset dir="../../portlet/thirdparty" includes="**/*.jar"/>
- <fileset dir="../../test/thirdparty" includes="**/*.jar"/>
- <fileset dir="../../test/test" includes="**/*.jar"/>
- <fileset dir="../../web/thirdparty" includes="**/*.jar"/>
</classpath>
<packageset dir="../server/src/main">
<exclude name="org/jboss/portal/test/**"/>
@@ -406,56 +399,6 @@
<exclude name="org/jboss/portal/test/**"/>
</packageset>
- <!-- Common module -->
- <packageset dir="../../common/common/src/main/java">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../common/mc/src/main/java">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../common/portal/src/main/java">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
-
- <!-- Identity module -->
- <packageset dir="../../identity/identity/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../identity/sso/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
-
- <!-- Portlet module -->
- <packageset dir="../../portlet/bridge/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../portlet/federation/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../portlet/jsr168api/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../portlet/management/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../portlet/portlet/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
- <packageset dir="../../portlet/test/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
-
- <!-- Test module -->
- <packageset dir="../../test/test/src/main">
- <exclude name="org/jboss/test/**"/>
- </packageset>
-
- <!-- Web module -->
- <packageset dir="../../web/web/src/main">
- <exclude name="org/jboss/portal/test/**"/>
- </packageset>
-
- <link href="/tmp/2.6.2/portlet/build/javadoc" packagelistLoc="/tmp/2.6.2/portlet/build/javadoc"/>
</javadoc>
</target>
Modified: tags/JBoss_Portal_2_7_0_CR1/build/distrib.xml
===================================================================
--- tags/JBoss_Portal_2_7_0_CR1/build/distrib.xml 2008-09-11 11:22:42 UTC (rev 11878)
+++ tags/JBoss_Portal_2_7_0_CR1/build/distrib.xml 2008-09-11 11:23:03 UTC (rev 11879)
@@ -89,6 +89,38 @@
<!-- Build JBoss Portal -->
<target name="build" depends="source.build"/>
+ <target name="javadoc">
+ <delete dir="javadoc-bundle"/>
+ <mkdir dir="javadoc-bundle"/>
+ <mkdir dir="javadoc-bundle/core"/>
+ <mkdir dir="javadoc-bundle/core"/>
+ <copy todir="javadoc-bundle/core">
+ <fileset dir="javadoc" includes="**/*"/>
+ </copy>
+ <mkdir dir="javadoc-bundle/cms"/>
+ <copy todir="javadoc-bundle/cms">
+ <fileset dir="../../cms/target/site/apidocs" includes="**/*"/>
+ </copy>
+ <mkdir dir="javadoc-bundle/identity"/>
+ <copy todir="javadoc-bundle/identity">
+ <fileset dir="../../identity/build/javadoc" includes="**/*"/>
+ </copy>
+ <mkdir dir="javadoc-bundle/web"/>
+ <copy todir="javadoc-bundle/web">
+ <fileset dir="../../web/target/site/apidocs" includes="**/*"/>
+ </copy>
+ <mkdir dir="javadoc-bundle/common"/>
+ <copy todir="javadoc-bundle/common">
+ <fileset dir="../../common/target/site/apidocs" includes="**/*"/>
+ </copy>
+ <mkdir dir="javadoc-bundle/portlet"/>
+ <copy todir="javadoc-bundle/portlet">
+ <fileset dir="../../portlet/target/site/apidocs" includes="**/*"/>
+ </copy>
+ <zip destfile="javadoc-bundle/javadoc.zip">
+ <zipfileset prefix="javadoc-jboss-portal" dir="javadoc-bundle"/>
+ </zip>
+ </target>
<!--<macrodef name="package-doc">
<attribute name="todir"/>
@@ -120,9 +152,9 @@
<copy todir="${todir}/userGuide">
<fileset dir="${docs.dir}/userGuide/target/docbook/publish/en-US"/>
</copy>
- <mkdir dir="${todir}/quickstartuser"/>
- <copy todir="${todir}/quickstartuser">
- <fileset dir="${docs.dir}/quickstartuser/target/docbook/publish/en-US"/>
+ <mkdir dir="${todir}/quickstartGuide"/>
+ <copy todir="${todir}/quickstartGuide">
+ <fileset dir="${docs.dir}/quickstartGuide/target/docbook/publish/en-US"/>
</copy>
</sequential>
</target>
17 years, 8 months
JBoss Portal SVN: r11878 - modules/common/tags/JBP_COMMON_1_2_1.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 07:22:42 -0400 (Thu, 11 Sep 2008)
New Revision: 11878
Modified:
modules/common/tags/JBP_COMMON_1_2_1/pom.xml
Log:
minor
Modified: modules/common/tags/JBP_COMMON_1_2_1/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_1/pom.xml 2008-09-11 11:22:36 UTC (rev 11877)
+++ modules/common/tags/JBP_COMMON_1_2_1/pom.xml 2008-09-11 11:22:42 UTC (rev 11878)
@@ -29,6 +29,17 @@
<module>portal</module>
</modules>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
17 years, 8 months
JBoss Portal SVN: r11877 - modules/cms/tags/JBP_CMS_1_2_0.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-09-11 07:22:36 -0400 (Thu, 11 Sep 2008)
New Revision: 11877
Modified:
modules/cms/tags/JBP_CMS_1_2_0/pom.xml
Log:
minor
Modified: modules/cms/tags/JBP_CMS_1_2_0/pom.xml
===================================================================
--- modules/cms/tags/JBP_CMS_1_2_0/pom.xml 2008-09-11 09:12:11 UTC (rev 11876)
+++ modules/cms/tags/JBP_CMS_1_2_0/pom.xml 2008-09-11 11:22:36 UTC (rev 11877)
@@ -29,4 +29,17 @@
<module>build</module>
<module>cms-jackrabbit</module>
</modules>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
17 years, 8 months