Skip to content

Commit

Permalink
Patches from #343021: "Rhino E4X does not correctly build from source…
Browse files Browse the repository at this point in the history
… with Ant"
  • Loading branch information
szegedi committed Jul 11, 2006
1 parent 2e989bf commit 46ddab3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .cvsignore
@@ -1,2 +1,4 @@
build build
lib lib
build.local.properties
downloaded
6 changes: 3 additions & 3 deletions build.properties
Expand Up @@ -55,6 +55,6 @@ source-level: 1.3
jar-compression: true jar-compression: true


# optional external packages # optional external packages
lib: lib xmlbeans: .
xbean.jar: ${lib}/xbean.jar xbean.jar: ${xmlbeans}/lib/xbean.jar

jsr173.jar: ${xmlbeans}/lib/jsr173_1.0_api.jar
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -8,6 +8,8 @@ Requires Ant version 1.2 or later
<project name="Rhino" default="help" basedir="."> <project name="Rhino" default="help" basedir=".">


<target name="properties"> <target name="properties">
<!-- Allow user to override default settings from build.properties -->
<property file="build.local.properties" />
<tstamp> <tstamp>
<!-- Specify date part of Context#getImplementationVersion() --> <!-- Specify date part of Context#getImplementationVersion() -->
<format property="implementation.date" pattern="yyyy MM dd"/> <format property="implementation.date" pattern="yyyy MM dd"/>
Expand Down

0 comments on commit 46ddab3

Please sign in to comment.