* [gentoo-commits] gentoo-x86 commit in dev-java/xmlc/files: xmlc-2.3-build.xml.patch
@ 2008-02-02 11:53 Vlastimil Babka (caster)
0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2008-02-02 11:53 UTC (permalink / raw
To: gentoo-commits
caster 08/02/02 11:53:04
Added: xmlc-2.3-build.xml.patch
Log:
Version bump and migration to gen-2 eclasses, bug #168655. Dropped ppc due to nekohtml dep.
(Portage version: 2.1.4.1)
Revision Changes Path
1.1 dev-java/xmlc/files/xmlc-2.3-build.xml.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlc/files/xmlc-2.3-build.xml.patch?rev=1.1&view=markup
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
Index: xmlc-2.3-build.xml.patch
===================================================================
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"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/xmlc/files: xmlc-2.3-build.xml.patch
@ 2010-05-24 15:04 Vlastimil Babka (caster)
0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2010-05-24 15:04 UTC (permalink / raw
To: gentoo-commits
caster 10/05/24 15:04:53
Removed: xmlc-2.3-build.xml.patch
Log:
Remove old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-24 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24 15:04 [gentoo-commits] gentoo-x86 commit in dev-java/xmlc/files: xmlc-2.3-build.xml.patch Vlastimil Babka (caster)
-- strict thread matches above, loose matches on Subject: below --
2008-02-02 11:53 Vlastimil Babka (caster)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox