Author: julien(a)jboss.com
Date: 2007-09-15 09:30:20 -0400 (Sat, 15 Sep 2007)
New Revision: 8287
Modified:
modules/common/trunk/build/ide/intellij/idea60/modules/common/common.iml
modules/common/trunk/common/build.xml
Log:
update common module to produce a correct explode.jar which contains the junit ant tasks
Modified: modules/common/trunk/build/ide/intellij/idea60/modules/common/common.iml
===================================================================
--- modules/common/trunk/build/ide/intellij/idea60/modules/common/common.iml 2007-09-15
13:29:47 UTC (rev 8286)
+++ modules/common/trunk/build/ide/intellij/idea60/modules/common/common.iml 2007-09-15
13:30:20 UTC (rev 8287)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE"
version="4">
+<module version="4" relativePaths="true"
type="JAVA_MODULE">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
@@ -216,6 +216,7 @@
</configuration>
</facet>
</component>
+ <component name="ModuleRootManager" />
<component name="NewModuleRootManager"
inherit-compiler-output="false">
<output
url="file://$MODULE_DIR$/../../../../../../common/output/idea50/classes" />
<exclude-output />
Modified: modules/common/trunk/common/build.xml
===================================================================
--- modules/common/trunk/common/build.xml 2007-09-15 13:29:47 UTC (rev 8286)
+++ modules/common/trunk/common/build.xml 2007-09-15 13:30:20 UTC (rev 8287)
@@ -145,7 +145,8 @@
<!-- Build the ant task that explodes archives -->
<jar jarfile="${build.lib}/explode.jar">
<fileset dir="${build.classes}">
- <include name="org/jboss/portal/common/ant/**/*"/>
+ <include name="org/jboss/portal/common/ant/**"/>
+ <include name="org/jboss/portal/common/junit/ant/**"/>
</fileset>
</jar>
</target>
Show replies by date