Directory with external jars is renamed from jarlib to lib for consistency with other projects.

This commit is contained in:
igor%mir2.org 2004-10-22 12:36:36 +00:00
Родитель c645710a9c
Коммит 02b11dd425
3 изменённых файлов: 6 добавлений и 4 удалений

2
js/rhino/.cvsignore Normal file
Просмотреть файл

@ -0,0 +1,2 @@
build
lib

Просмотреть файл

@ -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

Просмотреть файл

@ -104,7 +104,7 @@ javax.xml.namespace.*, org.apache.xmlbeans.* classes
<unzip src="${xbean.zip}" dest="${xbean.tmp}">
<patternset includes="xmlbeans-*/lib/xbean.jar" />
</unzip>
<mkdir dir="${jarlib}" />
<mkdir dir="${lib}" />
<copy tofile="${xbean.jar}">
<fileset dir="${xbean.tmp}" includes="xmlbeans-*/lib/xbean.jar" />
</copy>