Author: julien(a)jboss.com
Date: 2007-08-28 19:34:01 -0400 (Tue, 28 Aug 2007)
New Revision: 8088
Modified:
modules/common/trunk/common/build.xml
Log:
the common jar was not containing anymore the junit classes
Modified: modules/common/trunk/common/build.xml
===================================================================
--- modules/common/trunk/common/build.xml 2007-08-28 23:21:51 UTC (rev 8087)
+++ modules/common/trunk/common/build.xml 2007-08-28 23:34:01 UTC (rev 8088)
@@ -147,7 +147,6 @@
<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>
</jar>
@@ -155,7 +154,6 @@
<jar jarfile="${build.lib}/explode.jar">
<fileset dir="${build.classes}">
<include name="org/jboss/portal/common/ant/**/*"/>
- <include name="org/jboss/portal/common/junit/**/*"/>
</fileset>
</jar>
</target>
Show replies by date