Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
jakarta-commons-el
commons-el-1.0-license.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File commons-el-1.0-license.patch of Package jakarta-commons-el
--- commons-el-1.0-src/build.xml.old 2003-12-17 16:00:14.000000000 +0200 +++ commons-el-1.0-src/build.xml 2003-12-17 16:00:27.000000000 +0200 @@ -230,8 +230,8 @@ <target name="dist" depends="compile,javadoc" description="Create binary distribution"> <mkdir dir="${dist.home}"/> - <copy file="../LICENSE" - todir="${dist.home}"/> + <copy file="LICENSE.txt" + tofile="${dist.home}/LICENSE"/> <copy file="RELEASE-NOTES.txt" todir="${dist.home}"/> <antcall target="jar"/> @@ -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">
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor