You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by je...@apache.org on 2006/11/09 09:26:21 UTC

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

Author: jeremias
Date: Thu Nov  9 00:26:21 2006
New Revision: 472809

URL: http://svn.apache.org/viewvc?view=rev&rev=472809
Log:
Fix build and follow best practices.

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?view=diff&rev=472809&r1=472808&r2=472809
==============================================================================
--- gump/metadata/project/xmlgraphics-commons.xml (original)
+++ gump/metadata/project/xmlgraphics-commons.xml Thu Nov  9 00:26:21 2006
@@ -15,6 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+<!-- $Id$ -->
 <module name="xmlgraphics-commons">
 
   <url href="http://xmlgraphics.apache.org/"/>
@@ -30,7 +31,9 @@
     <package>org.apache.xmlgraphics</package>
 
     <mkdir dir="build/classes"/>
-    <ant target="gump"/>
+    <ant target="gump">
+      <property name="version" value="@@DATE@@"/>
+    </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="commons-io"/>
 
@@ -38,7 +41,7 @@
     <work nested="build/test-classes"/>
 
     <home nested="build"/>
-    <jar  name="xmlgraphics-commons.jar"/>
+    <jar  name="xmlgraphics-commons-@@DATE@@.jar"/>
     <javadoc nested="build/javadocs"/>
 
     <nag from="Jeremias Maerki &lt;jeremias@apache.org&gt;" to="general@xmlgraphics.apache.org"/>