You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/04/08 07:23:37 UTC

svn commit: r763111 - /gump/metadata/project/turbine-core.xml

Author: bodewig
Date: Wed Apr  8 05:23:37 2009
New Revision: 763111

URL: http://svn.apache.org/viewvc?rev=763111&view=rev
Log:
split tests from build

Modified:
    gump/metadata/project/turbine-core.xml

Modified: gump/metadata/project/turbine-core.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/turbine-core.xml?rev=763111&r1=763110&r2=763111&view=diff
==============================================================================
--- gump/metadata/project/turbine-core.xml (original)
+++ gump/metadata/project/turbine-core.xml Wed Apr  8 05:23:37 2009
@@ -24,77 +24,82 @@
 
   <project name="turbine-core">
 
-    <mvn/>
-
-    <depend project="ant"/>
-    <depend project="avalon-logkit"/>
-    <depend project="commons-beanutils"/>
-    <depend project="commons-codec"/>
-    <depend project="commons-collections"/>
-    <depend project="commons-configuration" runtime="true"/>
-    <depend project="commons-digester"/>
-    <depend project="commons-email"/>
-    <depend project="commons-fileupload"/>
-    <depend project="commons-httpclient"/>
-    <depend project="commons-io"/>
-    <depend project="commons-lang" runtime="true"/>
-    <depend project="commons-logging"/>
-    <depend project="commons-pool"/>
-    <depend project="cryptix"/>
-    <depend project="dom4j"/>
-    <depend project="excalibur-component"/>
-    <depend project="excalibur-event-api"/>
-    <depend project="excalibur-framework-api"/>
-    <depend project="excalibur-framework-impl"/>
-    <depend project="excalibur-instrument-api"/>
-    <depend project="excalibur-lifecycle-api"/>
-    <depend project="excalibur-logger"/>
-    <depend project="excalibur-pool-api" />
-    <depend project="excalibur-thread-api"/>
-    <depend project="fulcrum-cache"/>
-    <depend project="fulcrum-crypto"/>
-    <depend project="fulcrum-factory"/>
-    <depend project="fulcrum-pool"/> 
-    <depend project="fulcrum-intake"/>
-    <depend project="fulcrum-localization"/>
-    <depend project="fulcrum-parser"/>
-    <depend project="fulcrum-upload"/>
-    <depend project="fulcrum-mimetype"/>
-    <depend project="fulcrum-yaafi"/>
-    <depend project="httpunit"/>
-    <depend project="jaf"/>
-    <depend project="jaf"/>
-    <depend project="jakarta-ecs"/>
-    <depend project="jakarta-oro"/>
-    <depend project="jakarta-regexp"/>
-    <depend project="jakarta-servletapi-4"/>
-    <depend project="velocity-engine" ids="velocity" />
-    <depend project="javamail"/>
-    <depend project="jdbc"/>
-    <depend project="jndi"/>
-    <depend project="jtidy"/>
-    <depend project="junit"/>
-    <depend project="jython"/>
-    <depend project="logging-log4j-12" runtime="true"/>
-    <depend project="mockobjects"/>
-    <depend project="mockobjects-j2ee-13"/>
-    <depend project="mx4j"/>
-    <depend project="mx4j-tools"/>
-    <depend project="village"/>
-    <depend project="xmlrpc"/>
-    <depend project="xalan"/>
-    <depend project="xml-apis"/>
-    <depend project="xml-xercesImpl"/>
-    <depend project="xstream"/>
+    <mvn>
+      <property name="maven.test.skip.exec" value="true"/>
+    </mvn>
+
+    <option project="ant"/>
+    <option project="avalon-logkit"/>
+    <option project="commons-beanutils"/>
+    <option project="commons-codec"/>
+    <option project="commons-collections"/>
+    <option project="commons-configuration" runtime="true"/>
+    <option project="commons-digester"/>
+    <option project="commons-email"/>
+    <option project="commons-fileupload"/>
+    <option project="commons-httpclient"/>
+    <option project="commons-io"/>
+    <option project="commons-lang" runtime="true"/>
+    <option project="commons-logging"/>
+    <option project="commons-pool"/>
+    <option project="cryptix"/>
+    <option project="dom4j"/>
+    <option project="excalibur-component"/>
+    <option project="excalibur-event-api"/>
+    <option project="excalibur-framework-api"/>
+    <option project="excalibur-framework-impl"/>
+    <option project="excalibur-instrument-api"/>
+    <option project="excalibur-lifecycle-api"/>
+    <option project="excalibur-logger"/>
+    <option project="excalibur-pool-api" />
+    <option project="excalibur-thread-api"/>
+    <option project="fulcrum-cache"/>
+    <option project="fulcrum-crypto"/>
+    <option project="fulcrum-factory"/>
+    <option project="fulcrum-pool"/> 
+    <option project="fulcrum-intake"/>
+    <option project="fulcrum-localization"/>
+    <option project="fulcrum-parser"/>
+    <option project="fulcrum-upload"/>
+    <option project="fulcrum-mimetype"/>
+    <option project="fulcrum-yaafi"/>
+    <option project="httpunit"/>
+    <option project="jaf"/>
+    <option project="jakarta-ecs"/>
+    <option project="jakarta-oro"/>
+    <option project="jakarta-regexp"/>
+    <option project="jakarta-servletapi-4"/>
+    <option project="velocity-engine" ids="velocity" />
+    <option project="javamail"/>
+    <option project="jdbc"/>
+    <option project="jndi"/>
+    <option project="jtidy"/>
+    <option project="junit"/>
+    <option project="jython"/>
+    <option project="logging-log4j-12" runtime="true"/>
+    <option project="mockobjects"/>
+    <option project="mockobjects-j2ee-13"/>
+    <option project="mx4j"/>
+    <option project="mx4j-tools"/>
+    <option project="village"/>
+    <option project="xmlrpc"/>
+    <option project="xalan"/>
+    <option project="xml-apis"/>
+    <option project="xml-xercesImpl"/>
+    <option project="xstream"/>
 
-    <work nested="target/classes"/>
     <home nested="target"/>
     <jar name="turbine-@@DATE@@.jar" id="turbine"/>
-    <javadoc nested="docs/apidocs"/>
 
     <nag from="dev@turbine.apache.org" to="dev@turbine.apache.org"/>
 
   </project>
 
+  <project name="turbine-core-test">
+
+    <mvn/>
+    <depend project="turbine-core"/>
+    <nag from="dev@turbine.apache.org" to="dev@turbine.apache.org"/>
+  </project>
 </module>