Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/cglib/files: cglib-2.2.3-build.patch
Date: Thu, 28 Mar 2013 03:39:42
Message-Id: 20130328033938.90D2A2171D@flycatcher.gentoo.org
1 radhermit 13/03/28 03:39:38
2
3 Added: cglib-2.2.3-build.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 dev-java/cglib/files/cglib-2.2.3-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/files/cglib-2.2.3-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/files/cglib-2.2.3-build.patch?rev=1.1&content-type=text/plain
14
15 Index: cglib-2.2.3-build.patch
16 ===================================================================
17 --- cglib.2.2.3/build.xml
18 +++ cglib.2.2.3/build.xml
19 @@ -73,7 +73,7 @@
20 <target depends="prepare" description="Compile shareable components"
21 name="compile">
22 <javac debug="${compile.debug}" deprecation="${compile.deprecation}" destdir="${build.home}/classes" optimize="${compile.optimize}" srcdir="${source.home}"
23 - target="${compile.target}" bootclasspath="${compile.bootclasspath}" extdirs="${compile.extdirs}" source="${compile.source}">
24 + target="${compile.target}" extdirs="${compile.extdirs}" source="${compile.source}">
25 <classpath refid="compile.classpath"/>
26 <compilerarg compiler="jikes" value="-nowarn"/>
27 </javac>
28 @@ -123,15 +123,6 @@
29 <include name="**/*"/>
30 <exclude name="samples/**" />
31 </jar>
32 -
33 - <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="compile.classpath"/>
34 - <jarjar basedir="${build.home}/classes" jarfile="${dist.home}/${component.name}-nodep-${component.version}.jar" >
35 - <zipfileset dir="lib" includes="asm*.txt"/>
36 - <zipfileset src="lib/asm-3.1.jar" excludes="META-INF"/>
37 - <rule pattern="org.objectweb.asm.**" result="net.sf.cglib.asm.@1"/>
38 - <include name="**/*"/>
39 - <exclude name="samples/**"/>
40 - </jarjar>
41 </target>
42
43 <target depends="compile,javadoc" description="Create docs and source distribution" name="srcjar">
44 @@ -240,15 +231,7 @@
45 fork="yes"
46 >
47
48 - <!-- jvmarg value="-Xrunhprof:heap=all,file=debug.txt"/ -->
49 - <!-- <jvmarg value="-verbose:gc"/> -->
50 - <!-- <jvmarg value="-verbose:class"/> -->
51 - <!-- <jvmarg value="-Xprof"/> -->
52 - <!-- <jvmarg value="-server"/> -->
53 - <!-- <sysproperty key="cglib.debugLocation" value="debug"/> -->
54 - <!-- <jvmarg value="-Djava.security.policy==java.policy" /> -->
55 - <!-- <jvmarg value="-Djava.security.manager" /> -->
56 -
57 + <sysproperty key="cglib.debugLocation" value="${debugLocation}"/>
58 <arg value="${test.entry}"/>
59 <classpath>
60 <pathelement path="${build.home}/classes"/>