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.
gentoo-overlay/dev-java/sun-jacc-api/files/20070102-jcc-api.patch

12 lines
466 B

--- build.xml 2005-12-25 05:26:06.000000000 +0100
+++ build.xml 2007-01-08 18:27:13.000000000 +0100
@@ -75,7 +76,7 @@
<target name="assemble" depends="init"
description="Create JACC API jar files">
- <jar jarfile="${javaee.jar}" update="yes">
+ <jar jarfile="jcc-api.jar">
<fileset dir="${component.classes.dir}">
<include name="javax/security/jacc/**/*.class"/>
</fileset>