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 2010/08/08 07:56:49 UTC

svn commit: r983351 - /gump/metadata/project/xmlgraphics-commons.xml

Author: bodewig
Date: Sun Aug  8 05:56:49 2010
New Revision: 983351

URL: http://svn.apache.org/viewvc?rev=983351&view=rev
Log:
split build and test

Modified:
    gump/metadata/project/xmlgraphics-commons.xml

Modified: gump/metadata/project/xmlgraphics-commons.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xmlgraphics-commons.xml?rev=983351&r1=983350&r2=983351&view=diff
==============================================================================
--- gump/metadata/project/xmlgraphics-commons.xml (original)
+++ gump/metadata/project/xmlgraphics-commons.xml Sun Aug  8 05:56:49 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
@@ -31,7 +31,7 @@
     <package>org.apache.xmlgraphics</package>
 
     <mkdir dir="build/classes"/>
-    <ant target="gump">
+    <ant target="jar-main">
       <sysproperty name="ant.build.clonevm" value="true"/>
       <property name="version" value="@@DATE@@"/>
     </ant>
@@ -40,11 +40,27 @@
     <depend project="commons-io"/>
 
     <work nested="build/classes"/>
-    <work nested="build/test-classes"/>
 
     <home nested="build"/>
     <jar  name="xmlgraphics-commons-@@DATE@@.jar"/>
-    <javadoc nested="build/javadocs"/>
+
+    <nag from="Jeremias Maerki &lt;jeremias@apache.org&gt;" to="general@xmlgraphics.apache.org"/>
+  </project>
+
+  <project name="xmlgraphics-commons-test">
+    <package>org.apache.xmlgraphics</package>
+
+    <mkdir dir="build/classes"/>
+    <ant target="gump">
+      <sysproperty name="ant.build.clonevm" value="true"/>
+      <property name="version" value="@@DATE@@"/>
+    </ant>
+    <depend project="ant" inherit="runtime"/>
+    <depend project="commons-logging" ids="commons-logging"/>
+    <depend project="commons-io"/>
+    <depend project="xmlgraphics-commons"/>
+
+    <work nested="build/test-classes"/>
 
     <nag from="Jeremias Maerki &lt;jeremias@apache.org&gt;" to="general@xmlgraphics.apache.org"/>
   </project>