forked from olap4j/olap4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release issues noted by John Sichi.
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@48 c6a108a4-781c-0410-a6c6-c2d559e19af0
- Loading branch information
1 parent
74efed7
commit 3df918e
Showing
7 changed files
with
64 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# $Id$ | ||
# Called recursively from 'ant release' to build the files which can only be | ||
# built under JDK 1.6. | ||
|
||
# Change the following line to point to your JDK 1.6 home. | ||
set JAVA_HOME=C:\jdk1.6.0_01 | ||
set PATH=%JAVA_HOME%\bin;%PATH% | ||
ant compile.java | ||
|
||
# End buildJdk16.bat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# $Id: $ | ||
# $Id$ | ||
# Called recursively from 'ant release' to build the files which can only be | ||
# built under JDK 1.6. | ||
|
||
# Change the following line to point to your JDK 1.6 home. | ||
export JAVA_HOME=/usr/local/jdk1.6.0_01 | ||
export PATH=$JAVA_HOME/bin:$PATH | ||
ant compile.java | ||
|
||
# End buildJdk16.sh | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters