diff -uprN mozilla.orig/directory/java-sdk/build.properties mozilla/directory/java-sdk/build.properties
--- mozilla.orig/directory/java-sdk/build.properties 2004-12-13 16:19:25.626622784 +0100
+++ mozilla/directory/java-sdk/build.properties 2004-12-13 16:23:48.285692536 +0100
@@ -12,6 +12,6 @@
# place the location of this file in the following line.
# the library may be downloaded from http://www.oroinc.com
-#ororegexp.jar=../lib/oroinc.jar
-
+#ororegexp.jar=
+#jss.jar=
diff -uprN mozilla.orig/directory/java-sdk/build.xml mozilla/directory/java-sdk/build.xml
--- mozilla.orig/directory/java-sdk/build.xml 2004-12-13 16:19:25.636621264 +0100
+++ mozilla/directory/java-sdk/build.xml 2004-12-13 16:36:40.320325432 +0100
@@ -58,8 +58,7 @@
-
-
+
@@ -75,7 +74,7 @@
dist-jndi : will build only the jndi service provider (ldapsp.jar)
dist-docs : will package up all the documentation (ldapdoc.zip)
- build : will compile the entire sdk but not package
+ bild : will compile the entire sdk but not package
build-jdk : will compile only the ldap jdk jar
build-filter : will compile only the filter classes
build-beans : will compile only the ldap beans
@@ -173,15 +172,21 @@
@@ -191,6 +196,8 @@
@@ -199,6 +206,8 @@
@@ -207,6 +216,8 @@
@@ -221,7 +232,7 @@
author="true"
version="true"
use="true"
- classpath="${basedir}/ldapjdk:${basedir}/ldapjdk/lib/jss32_stub.jar:${basedir}/ldapbeans" >
+ classpath="${basedir}/ldapjdk:${jss.jar}:${basedir}/ldapbeans" >