Author: thomas.heute(a)jboss.com
Date: 2007-08-28 17:54:58 -0400 (Tue, 28 Aug 2007)
New Revision: 8084
Modified:
modules/common/trunk/common/build.xml
Log:
JBPORTAL-1651: Duplicate FixMe Class Entries In jar Table of Contents
All java files were added twice
Modified: modules/common/trunk/common/build.xml
===================================================================
--- modules/common/trunk/common/build.xml 2007-08-28 21:46:41 UTC (rev 8083)
+++ modules/common/trunk/common/build.xml 2007-08-28 21:54:58 UTC (rev 8084)
@@ -144,12 +144,11 @@
<mkdir dir="${build.lib}"/>
<jar jarfile="${build.lib}/portal-common-lib.jar"
manifest="${build.etc}/portal-common-lib-jar.mf">
- <fileset dir="${build.classes}"/>
<fileset dir="${build.resources}/format/code"/>
- <fileset dir="${build.classes}">
- <exclude name="org/jboss/portal/common/ant/**/*"/>
- <exclude name="org/jboss/portal/common/junit/**/*"/>
- </fileset>
+ <fileset dir="${build.classes}">
+ <exclude name="org/jboss/portal/common/ant/**/*"/>
+ <exclude name="org/jboss/portal/common/junit/**/*"/>
+ </fileset>
</jar>
<!-- Build the ant task that explodes archives -->
@@ -163,7 +162,7 @@
<!-- generates artifacts used for tests, requires output to be previously run
-->
- <target name="package-tests" depends="init">
+ <target name="package-tests" depends="init">
<jar jarfile="${build.lib}/test.jar">
<fileset dir="${build.resources}/test/test-jar"/>
</jar>
Show replies by date