From 02b11dd42504aff9fcdf2937151c4a8f638eaf2e Mon Sep 17 00:00:00 2001 From: "igor%mir2.org" Date: Fri, 22 Oct 2004 12:36:36 +0000 Subject: [PATCH] Directory with external jars is renamed from jarlib to lib for consistency with other projects. --- js/rhino/.cvsignore | 2 ++ js/rhino/build.properties | 6 +++--- js/rhino/xmlimplsrc/build.xml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 js/rhino/.cvsignore diff --git a/js/rhino/.cvsignore b/js/rhino/.cvsignore new file mode 100644 index 000000000000..61fd4415f714 --- /dev/null +++ b/js/rhino/.cvsignore @@ -0,0 +1,2 @@ +build +lib \ No newline at end of file diff --git a/js/rhino/build.properties b/js/rhino/build.properties index 6e10e7ae9934..38bb515f699e 100644 --- a/js/rhino/build.properties +++ b/js/rhino/build.properties @@ -34,7 +34,7 @@ name: rhino Name: Rhino version: 1_6R1pre # See Context#getImplementationVersion() for format of this! -implementation.version: Rhino 1.6 release 1_pre_RC2 ${implementation.date} +implementation.version: Rhino 1.6 release 1_pre_RC3 ${implementation.date} build.dir: build rhino.jar: js.jar @@ -54,8 +54,8 @@ target-jvm: 1.1 jar-compression: true # optional external packages -jarlib: jarlib -xbean.jar: ${jarlib}/xbean.jar +lib: lib +xbean.jar: ${lib}/xbean.jar diff --git a/js/rhino/xmlimplsrc/build.xml b/js/rhino/xmlimplsrc/build.xml index dd3be977cda6..f37da7689b81 100644 --- a/js/rhino/xmlimplsrc/build.xml +++ b/js/rhino/xmlimplsrc/build.xml @@ -104,7 +104,7 @@ javax.xml.namespace.*, org.apache.xmlbeans.* classes - +