You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/02/05 19:59:14 UTC

svn commit: r741245 - /incubator/etch/trunk/plugins/ant/build.xml

Author: dixson
Date: Thu Feb  5 18:59:14 2009
New Revision: 741245

URL: http://svn.apache.org/viewvc?rev=741245&view=rev
Log:
fix syntax error in plugins/ant/build.xml

Modified:
    incubator/etch/trunk/plugins/ant/build.xml

Modified: incubator/etch/trunk/plugins/ant/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/plugins/ant/build.xml?rev=741245&r1=741244&r2=741245&view=diff
==============================================================================
--- incubator/etch/trunk/plugins/ant/build.xml (original)
+++ incubator/etch/trunk/plugins/ant/build.xml Thu Feb  5 18:59:14 2009
@@ -87,7 +87,7 @@
                 <metainf dir="${Etch.basedir}">
                     <include name="NOTICE.txt" />
                     <include name="LICENSE.txt" />
-                </metainf">
+                </metainf>
                 <fileset dir="${classesDirectory}/main"/>
             </jar>