File xmlbeans-2.1.0-remove-svn.patch of Package xmlbeans
--- build.xml
+++ build.xml
@@ -193,22 +193,7 @@
</target>
<target name="version">
- <!-- svn must be on the path -->
- <exec executable="svn" output="build/private/svninfo.properties">
- <arg line="info ${basedir}"/>
- </exec>
- <replaceregexp file="build/private/svninfo.properties"
- match="Last Changed Rev: (.*)"
- replace="svn.last.rev=r\1"
- byline="true"/>
- <property file="build/private/svninfo.properties"/>
-
- <!-- just in case svn info or regexp failed -->
- <condition property="svn.last.rev" value="unknown">
- <not><isset property="svn.last.rev"/></not>
- </condition>
-
- <property name="version.full" value="${version.base}-${svn.last.rev}"/>
+ <property name="version.full" value="2.1.0"/>
<property name="manifest.comment" value="Apache XmlBeans version ${version.full}"/>
<echo message="${manifest.comment}"/>