You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/10/31 16:56:13 UTC

svn commit: r709449 - /ofbiz/trunk/common.xml

Author: doogie
Date: Fri Oct 31 08:56:13 2008
New Revision: 709449

URL: http://svn.apache.org/viewvc?rev=709449&view=rev
Log:
Remove extra space on jar target tag.

Modified:
    ofbiz/trunk/common.xml

Modified: ofbiz/trunk/common.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=709449&r1=709448&r2=709449&view=diff
==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Fri Oct 31 08:56:13 2008
@@ -52,7 +52,7 @@
         <mkdir dir="${build.dir}/javadocs"/>
     </target>
 
-     <target name="jar" depends="classes">
+    <target name="jar" depends="classes">
         <jar jarfile="${build.dir}/lib/${name}.jar">
             <fileset dir="${build.dir}/classes"/>
             <fileset dir="${src.dir}">