svn commit: r662901 - /lenya/trunk/src/targets/modules-build.xml
[email protected] Tue, 03 Jun 2008 21:57:10 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Tue Jun 3 14:57:10 2008
New Revision: 662901
URL: http://svn.apache.org/viewvc?rev=662901&view=rev
Log:
Import content before running single module tests.
Modified:
lenya/trunk/src/targets/modules-build.xml
Modified: lenya/trunk/src/targets/modules-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/modules-build.xml?rev=662901&r1=662900&r2=662901&view=diff
==============================================================================
--- lenya/trunk/src/targets/modules-build.xml (original)
+++ lenya/trunk/src/targets/modules-build.xml Tue Jun 3 14:57:10 2008
@@ -138,8 +138,10 @@
<property name="module" value=""/>
<ant antfile="${build.dir}/temp/modules-build.xml"
inheritall="true"
- inheritrefs="true"
- target="test-module-${module}"/>
+ inheritrefs="true">
+ <target name="test-module-org.apache.lenya.modules.export"/>
+ <target name="test-module-${module}"/>
+ </ant>
</target>
<target name="module.compile">