Author: erwan
Date: Mon Dec 20 16:29:53 2010
New Revision: 1051196
URL:
http://svn.apache.org/viewvc?rev=1051196&view=revLog:
XML tag was having an empty body
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1051196&r1=1051195&r2=1051196&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Dec 20 16:29:53 2010
@@ -199,7 +199,7 @@ under the License.
<include name="*/build.xml"/>
</fileset>
</subant>
- <antcall target="clean-svninfo"></antcall>
+ <antcall target="clean-svninfo"/>
<echo message="[build] ========== Done Building (Compile) =========="/>
</target>