diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-05-24 15:05:23 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-05-24 15:05:23 +0000 |
commit | 8ee9e0da49a3d227fd044e7916c6aa3d9fb3a21f (patch) | |
tree | 364bede1fb200117ffba9f1fc2594c597638b201 /dev-java/xmlc/files | |
parent | ppc stable #286231 (diff) | |
download | historical-8ee9e0da49a3d227fd044e7916c6aa3d9fb3a21f.tar.gz historical-8ee9e0da49a3d227fd044e7916c6aa3d9fb3a21f.tar.bz2 historical-8ee9e0da49a3d227fd044e7916c6aa3d9fb3a21f.zip |
Remove old.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-java/xmlc/files')
-rw-r--r-- | dev-java/xmlc/files/xmlc-2.3-build.xml.patch | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-java/xmlc/files/xmlc-2.3-build.xml.patch b/dev-java/xmlc/files/xmlc-2.3-build.xml.patch deleted file mode 100644 index 125fd3862a58..000000000000 --- a/dev-java/xmlc/files/xmlc-2.3-build.xml.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -Naur xmlc-src-2.3.orig/xmlc/modules/taskdef/build-default.properties xmlc-src-2.3/xmlc/modules/taskdef/build-default.properties ---- xmlc-src-2.3.orig/xmlc/modules/taskdef/build-default.properties 2007-04-22 00:40:58.000000000 +0200 -+++ xmlc-src-2.3/xmlc/modules/taskdef/build-default.properties 2008-02-02 10:41:25.000000000 +0100 -@@ -37,7 +37,7 @@ - # Comma seperated list of libraries (or more exactly, include patterns) this
- # module depends on for building.
- # They are searched relative to ${lib.dir}
--module.depends=xmlc.jar
-+module.depends=xmlc.jar,ant.jar
-
- # Javadoc settings
- javadoc.packages=org.enhydra.*
-diff -Naur xmlc-src-2.3.orig/xmlc/modules/xmlc/build.xml xmlc-src-2.3/xmlc/modules/xmlc/build.xml ---- xmlc-src-2.3.orig/xmlc/modules/xmlc/build.xml 2007-04-23 00:08:08.000000000 +0200 -+++ xmlc-src-2.3/xmlc/modules/xmlc/build.xml 2008-02-02 10:32:19.000000000 +0100 -@@ -148,15 +148,12 @@ - description="Build the module .jar file">
- <tstamp/>
- <delete file="${module.jar}"/>
-- <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="${build.lib.dir}/jarjar.jar"/>
-- <jarjar jarfile="${module.jar}"><!-- index="true"-->
-+ <jar destfile="${module.jar}"><!-- index="true"-->
- <fileset file="${dist.root}/../LICENSE-xmlc"/>
- <fileset dir="${build.classes}" />
- <fileset dir="${src.dir}"
- includes="${module.lib.extra.includes}"
- excludes="${module.lib.extra.excludes}" />
-- <zipfileset src="${build.lib.dir}/asm.jar"/>
-- <rule pattern="org.objectweb.asm.**" result="org.enhydra.xml.xmlc.deferredparsing.asm.@1"/>
- <manifest>
- <attribute name="Built-By" value="${user.name}"/>
- <attribute name="Built-On" value="${TODAY}"/>
-@@ -172,17 +169,12 @@ - <attribute name="Implementation-Vendor-Id" value="org.objectweb"/>
- <attribute name="Implementation-URL" value="http://www.enhydra.org/tech/xmlc/"/>
- </section>
-- <section name="org/enhydra/xml/xmlc/deferredparsing/asm/">
-- <attribute name="Implementation-Title" value="ASM"/>
-- <attribute name="Implementation-Version" value="3.0"/>
-- <attribute name="Implementation-Vendor" value="France Telecom R&D"/>
-- </section>
- </manifest>
- <!--indexjars>
- <fileset dir="${dist.root}/lib" includes="*.jar"/>
- <fileset dir="${dist.root}/build-lib" includes="*.jar"/>
- </indexjars-->
-- </jarjar>
-+ </jar>
- </target>
-
- <target name="lib-tests" depends="init,compile-tests" unless="lib-test.skip"
|