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 2007/09/17 10:31:31 UTC

svn commit: r576300 - /gump/metadata/project/jamonapi.xml

Author: bodewig
Date: Mon Sep 17 01:31:31 2007
New Revision: 576300

URL: http://svn.apache.org/viewvc?rev=576300&view=rev
Log:
typo

Modified:
    gump/metadata/project/jamonapi.xml

Modified: gump/metadata/project/jamonapi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jamonapi.xml?rev=576300&r1=576299&r2=576300&view=diff
==============================================================================
--- gump/metadata/project/jamonapi.xml (original)
+++ gump/metadata/project/jamonapi.xml Mon Sep 17 01:31:31 2007
@@ -27,7 +27,7 @@
   <project name="jamonapi">
     <package>org.jamonapi</package>
 
-    <ant buildfile="src/ant/build,xml" target="JAR">
+    <ant buildfile="src/ant/build.xml" target="JAR">
       <property name="jamonapi_version" value="@@DATE@@"/>
     </ant>
 
@@ -37,4 +37,4 @@
 
     <jar name="dist/jamon-@@DATE@@.jar"/>
   </project>
-</module>
\ No newline at end of file
+</module>