Author: thomas.heute(a)jboss.com
Date: 2008-10-21 14:40:41 -0400 (Tue, 21 Oct 2008)
New Revision: 12121
Modified:
branches/JBoss_Portal_Branch_2_6/build/build.xml
Log:
Update javadoc task
Modified: branches/JBoss_Portal_Branch_2_6/build/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/build/build.xml 2008-10-21 18:35:49 UTC (rev 12120)
+++ branches/JBoss_Portal_Branch_2_6/build/build.xml 2008-10-21 18:40:41 UTC (rev 12121)
@@ -344,13 +344,13 @@
<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"/>
+ <fileset dir="/home/theute/.m2/repository/ant/ant-junit/1.6.5"
includes="ant-junit-1.6.5.jar"/>
+ <fileset
dir="/home/theute/.m2/repository/org/codehaus/cargo/cargo-core-uberjar/0.8"
includes="cargo-core-uberjar-0.8.jar"/>
</classpath>
<packageset dir="../server/src/main">
<exclude name="org/jboss/portal/test/**"/>
@@ -468,7 +468,6 @@
<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>
Show replies by date