Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/xmlc/files: xmlc-2.3-build.xml.patch
Date: Sat, 02 Feb 2008 11:53:07
Message-Id: E1JLGvg-0003ag-Oi@stork.gentoo.org
1 caster 08/02/02 11:53:04
2
3 Added: xmlc-2.3-build.xml.patch
4 Log:
5 Version bump and migration to gen-2 eclasses, bug #168655. Dropped ppc due to nekohtml dep.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 dev-java/xmlc/files/xmlc-2.3-build.xml.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlc/files/xmlc-2.3-build.xml.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlc/files/xmlc-2.3-build.xml.patch?rev=1.1&content-type=text/plain
13
14 Index: xmlc-2.3-build.xml.patch
15 ===================================================================
16 diff -Naur xmlc-src-2.3.orig/xmlc/modules/taskdef/build-default.properties xmlc-src-2.3/xmlc/modules/taskdef/build-default.properties
17 --- xmlc-src-2.3.orig/xmlc/modules/taskdef/build-default.properties 2007-04-22 00:40:58.000000000 +0200
18 +++ xmlc-src-2.3/xmlc/modules/taskdef/build-default.properties 2008-02-02 10:41:25.000000000 +0100
19 @@ -37,7 +37,7 @@
20 # Comma seperated list of libraries (or more exactly, include patterns) this
21 # module depends on for building.
22 # They are searched relative to ${lib.dir}
23 -module.depends=xmlc.jar
24 +module.depends=xmlc.jar,ant.jar
25
26 # Javadoc settings
27 javadoc.packages=org.enhydra.*
28 diff -Naur xmlc-src-2.3.orig/xmlc/modules/xmlc/build.xml xmlc-src-2.3/xmlc/modules/xmlc/build.xml
29 --- xmlc-src-2.3.orig/xmlc/modules/xmlc/build.xml 2007-04-23 00:08:08.000000000 +0200
30 +++ xmlc-src-2.3/xmlc/modules/xmlc/build.xml 2008-02-02 10:32:19.000000000 +0100
31 @@ -148,15 +148,12 @@
32 description="Build the module .jar file">
33 <tstamp/>
34 <delete file="${module.jar}"/>
35 - <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="${build.lib.dir}/jarjar.jar"/>
36 - <jarjar jarfile="${module.jar}"><!-- index="true"-->
37 + <jar destfile="${module.jar}"><!-- index="true"-->
38 <fileset file="${dist.root}/../LICENSE-xmlc"/>
39 <fileset dir="${build.classes}" />
40 <fileset dir="${src.dir}"
41 includes="${module.lib.extra.includes}"
42 excludes="${module.lib.extra.excludes}" />
43 - <zipfileset src="${build.lib.dir}/asm.jar"/>
44 - <rule pattern="org.objectweb.asm.**" result="org.enhydra.xml.xmlc.deferredparsing.asm.@1"/>
45 <manifest>
46 <attribute name="Built-By" value="${user.name}"/>
47 <attribute name="Built-On" value="${TODAY}"/>
48 @@ -172,17 +169,12 @@
49 <attribute name="Implementation-Vendor-Id" value="org.objectweb"/>
50 <attribute name="Implementation-URL" value="http://www.enhydra.org/tech/xmlc/"/>
51 </section>
52 - <section name="org/enhydra/xml/xmlc/deferredparsing/asm/">
53 - <attribute name="Implementation-Title" value="ASM"/>
54 - <attribute name="Implementation-Version" value="3.0"/>
55 - <attribute name="Implementation-Vendor" value="France Telecom R&amp;D"/>
56 - </section>
57 </manifest>
58 <!--indexjars>
59 <fileset dir="${dist.root}/lib" includes="*.jar"/>
60 <fileset dir="${dist.root}/build-lib" includes="*.jar"/>
61 </indexjars-->
62 - </jarjar>
63 + </jar>
64 </target>
65
66 <target name="lib-tests" depends="init,compile-tests" unless="lib-test.skip"
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list