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.
17 lines
807 B
17 lines
807 B
--- cglib/build.xml.orig 2008-08-14 13:37:22.000000000 +0200 |
|
+++ cglib/build.xml 2008-08-14 13:35:51.000000000 +0200 |
|
@@ -124,14 +124,6 @@ |
|
<exclude name="samples/**" /> |
|
</jar> |
|
|
|
- <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="compile.classpath"/> |
|
- <jarjar basedir="${build.home}/classes" jarfile="${dist.home}/${component.name}-nodep-${component.version}.jar" > |
|
- <zipfileset dir="lib" includes="asm*.txt"/> |
|
- <zipfileset src="lib/asm-3.1.jar" excludes="META-INF"/> |
|
- <rule pattern="org.objectweb.asm.**" result="net.sf.cglib.asm.@1"/> |
|
- <include name="**/*"/> |
|
- <exclude name="samples/**"/> |
|
- </jarjar> |
|
</target> |
|
|
|
<target depends="compile,javadoc" description="Create docs and source distribution" name="srcjar">
|
|
|