Patches from #343021: "Rhino E4X does not correctly build from source with Ant"

This commit is contained in:
szegedia%freemail.hu 2006-07-11 12:28:42 +00:00
parent a5de9d9c0f
commit ed8e5c16e9
3 changed files with 8 additions and 4 deletions

View File

@ -1,2 +1,4 @@
build
lib
lib
build.local.properties
downloaded

View File

@ -55,6 +55,6 @@ source-level: 1.3
jar-compression: true
# optional external packages
lib: lib
xbean.jar: ${lib}/xbean.jar
xmlbeans: .
xbean.jar: ${xmlbeans}/lib/xbean.jar
jsr173.jar: ${xmlbeans}/lib/jsr173_1.0_api.jar

View File

@ -8,6 +8,8 @@ Requires Ant version 1.2 or later
<project name="Rhino" default="help" basedir=".">
<target name="properties">
<!-- Allow user to override default settings from build.properties -->
<property file="build.local.properties" />
<tstamp>
<!-- Specify date part of Context#getImplementationVersion() -->
<format property="implementation.date" pattern="yyyy MM dd"/>