diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-08-27 15:12:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-08-27 15:12:01 +0000 |
commit | bcca535761a4b85cd6414ce01f58c166034e51f8 (patch) | |
tree | 0f2b16412f30aa71ecf8936aff13630be7758080 /java/jakarta-commons-codec/files | |
parent | - Fix SourceForge MASTER_SITES usage (diff) |
Update to 1.4 release.
Notes
Notes:
svn path=/head/; revision=240408
Diffstat (limited to 'java/jakarta-commons-codec/files')
-rw-r--r-- | java/jakarta-commons-codec/files/patch-build.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/java/jakarta-commons-codec/files/patch-build.xml b/java/jakarta-commons-codec/files/patch-build.xml deleted file mode 100644 index c505f87ff7ea..000000000000 --- a/java/jakarta-commons-codec/files/patch-build.xml +++ /dev/null @@ -1,17 +0,0 @@ ---- build.xml.orig Mon May 24 01:30:34 2004 -+++ build.xml Wed May 24 08:24:55 2006 -@@ -90,14 +90,12 @@ - </target>
- <target name="dist" depends="compile,javadoc" description="Create binary distribution">
- <mkdir dir="${dist.home}"/>
-- <copy file="../LICENSE" todir="${dist.home}"/>
- <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
- <antcall target="jar"/>
- </target>
- <target name="jar" depends="compile" description="Create jar">
- <mkdir dir="${dist.home}"/>
- <mkdir dir="${build.home}/classes/META-INF"/>
-- <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
- <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
- </target>
- <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">
|