/[packages]/cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6-use-system-libraries.patch
ViewVC logotype

Contents of /cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6-use-system-libraries.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132331 - (show annotations) (download)
Mon Aug 8 18:26:23 2011 UTC (12 years, 8 months ago) by gil
File size: 1284 byte(s)
imported package yuicompressor
1 --- build.xml 2011-04-15 15:34:30.000000000 +0200
2 +++ build.xml-gil 2011-08-08 19:01:55.466280788 +0200
3 @@ -22,8 +22,7 @@
4 debug="on"
5 source="1.4">
6 <classpath>
7 - <pathelement location="${lib.dir}/jargs-1.0.jar"/>
8 - <pathelement location="${lib.dir}/rhino-1.6R7.jar"/>
9 + <pathelement location="/usr/share/java/jargs.jar"/>
10 </classpath>
11 </javac>
12 </target>
13 @@ -32,13 +31,12 @@
14 <mkdir dir="${build.dir}/jar"/>
15 <!-- The order is important here. Rhino MUST be unjarred first!
16 (some of our own classes will override the Rhino classes) -->
17 - <unjar src="${lib.dir}/jargs-1.0.jar" dest="${build.dir}/jar"/>
18 - <unjar src="${lib.dir}/rhino-1.6R7.jar" dest="${build.dir}/jar"/>
19 <copy todir="${build.dir}/jar">
20 <fileset dir="${build.dir}/classes" includes="**/*.class"/>
21 </copy>
22 <jar destfile="${build.dir}/${jar.name}" basedir="${build.dir}/jar">
23 <manifest>
24 + <attribute name="Class-Path" value="/usr/share/java/jargs.jar"/>
25 <attribute name="Main-Class" value="com.yahoo.platform.yui.compressor.Bootstrap"/>
26 </manifest>
27 </jar>

  ViewVC Help
Powered by ViewVC 1.1.30