fix for alternate itext filename

This commit is contained in:
benfry
2006-01-19 03:17:24 +00:00
parent d6d59574c7
commit 1e6c5284e4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ cp library/opengl.jar $LIBRARIES/opengl/library/
# PDF LIBRARY
echo Building PDF library...
cd ../pdf
$JIKES -target 1.1 +D -classpath "library/itext-1.3.jar:$CLASSPATH" -d . *.java
$JIKES -target 1.1 +D -classpath "library/itext.jar:$CLASSPATH" -d . *.java
rm -f library/pdf.jar
zip -r0q library/pdf.jar processing
rm -rf processing
+1 -1
View File
@@ -198,7 +198,7 @@ cp library/opengl.jar $LIBRARIES/opengl/library/
# PDF LIBRARY
echo Building PDF library...
cd ../pdf
$JIKES -target 1.1 +D -classpath "library/itext-1.3.jar:$CLASSPATH" -d . *.java
$JIKES -target 1.1 +D -classpath "library/itext.jar:$CLASSPATH" -d . *.java
rm -f library/pdf.jar
zip -r0q library/pdf.jar processing
rm -rf processing
+1 -1
View File
@@ -222,7 +222,7 @@ cp library/opengl.jar $LIBRARIES/opengl/library/
# PDF LIBRARY
echo Building PDF library...
cd ../pdf
$JIKES -target 1.1 +D -classpath "library\\itext-1.3.jar;$CLASSPATH" -d . *.java
$JIKES -target 1.1 +D -classpath "library\\itext.jar;$CLASSPATH" -d . *.java
rm -f library/pdf.jar
zip -r0q library/pdf.jar processing
rm -rf processing