Группа :: Разработка/Java
Пакет: jakarta-commons-el
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: jakarta-commons-el-build.xml.patch
--- build.xml.orig 2003-06-07 11:35:28 +1300
+++ build.xml 2004-03-21 02:11:54 +1200
@@ -164,7 +164,7 @@
</target>
- <target name="compile" depends="static,build-servletapi,build-jspapi,compile-only"
+ <target name="compile" depends="static,compile-only"
description="Compile shareable components"/>
<target name="compile-only" >
@@ -230,7 +230,7 @@
<target name="dist" depends="compile,javadoc"
description="Create binary distribution">
<mkdir dir="${dist.home}"/>- <copy file="../LICENSE"
+ <copy file="LICENSE.txt"
todir="${dist.home}"/><copy file="RELEASE-NOTES.txt"
todir="${dist.home}"/>@@ -242,7 +242,7 @@
description="Create jar">
<mkdir dir="${dist.home}"/> <mkdir dir="${build.home}/classes/META-INF"/>- <copy file="../LICENSE"
+ <copy file="LICENSE.txt"
tofile="${build.home}/classes/META-INF/LICENSE.txt"/> <jar jarfile="${commons-el.jar}" manifest="${build.home}/conf/MANIFEST.MF">@@ -257,7 +257,7 @@
<copy todir="${build.home}/classes/META-INF" filtering="on"> <fileset dir="${conf.home}" includes="*.MF"/></copy>
- <copy file="../LICENSE"
+ <copy file="LICENSE.txt"
tofile="${build.home}/classes/META-INF/LICENSE.txt"/> <jar jarfile="${commons-el.jar}" manifest="${build.home}/classes/META-INF/MANIFEST.MF">
