You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/stax/files/1.2.0-build-version.patch

12 lines
438 B

--- stax/build.xml 2006-06-16 18:17:56.000000000 +0200
+++ build.xml 2007-02-24 19:21:46.875023427 +0100
@@ -23,7 +23,7 @@
/>
<!-- API properties -->
- <property name="api_version" value="1.0.1"/>
+ <property name="api_version" value="1.2.0"/>
<property name="api_src_dir" value="${build_dir}/api_src"/>
<property name="api_dir" value="api"/>
<property name="jar_api" value="${build_dir}/stax-api-${api_version}.jar"/>