/[packages]/cauldron/nekohtml/current/SOURCES/nekohtml-1.9.6-jars.patch
ViewVC logotype

Contents of /cauldron/nekohtml/current/SOURCES/nekohtml-1.9.6-jars.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21884 - (show annotations) (download)
Tue Jan 18 01:12:23 2011 UTC (13 years, 3 months ago) by dmorgan
File size: 1093 byte(s)
imported package nekohtml
1 --- nekohtml-1.9.6.1/build.xml.orig 2008-01-28 20:51:26.000000000 +0000
2 +++ nekohtml-1.9.6.1/build.xml 2008-01-28 20:52:23.000000000 +0000
3 @@ -30,6 +30,8 @@
4 <property name='build.data.dir' value='${build.dir}/data/output' />
5 <property name='build.lib.dir' value='${build.dir}/lib' />
6
7 + <property name='java.dir' value='/usr/share/java'/>
8 +
9 <property name='jar.file' value='${build.lib.dir}/${name}.jar'/>
10 <property name='jar.samples.file' value='${build.lib.dir}/${name}Samples.jar'/>
11 <property name='jar.xni.file' value='${build.lib.dir}/${name}Xni.jar'/>
12 @@ -51,8 +53,8 @@
13 <property name='xerces.javadoc' value='http://xml.apache.org/xerces2-j/javadocs/xerces2/'/>
14
15 <!-- DEPENDENCIES -->
16 - <available property='xerces.available' file='${lib.dir}/xercesImpl.jar' />
17 - <available property='bcel.available' file='${lib.dir}/bcel-5.2.jar' />
18 + <available property='xerces.available' file='${java.dir}/xerces-j2.jar' />
19 + <available property='bcel.available' file='${java.dir}/bcel.jar' />
20
21 <!-- TARGETS -->
22 <target name='all' depends='zip,tgz'/>

  ViewVC Help
Powered by ViewVC 1.1.30