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.
Sets Eclipse JRE setting to an execution environment value rather tha…
…n a full JRE. This should prevent us from using com.sun.* forbidden packages. Removes a dependency on log4j that was introduced by the Scanner class. It was only used for debug tracing and there is no reason for it. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@308 c6a108a4-781c-0410-a6c6-c2d559e19af0
- Loading branch information
1 parent
cc9f9d1
commit 41c74ea
Showing
4 changed files
with
35 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="testsrc"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-1.5.0_11"/> | ||
<classpathentry kind="lib" path="lib/asm-commons.jar"/> | ||
<classpathentry kind="lib" path="lib/asm.jar"/> | ||
<classpathentry kind="lib" path="lib/javacup.jar"/> | ||
<classpathentry kind="lib" path="lib/log4j.jar"/> | ||
<classpathentry kind="lib" path="lib/retroweaver-rt.jar"/> | ||
<classpathentry kind="lib" path="lib/retroweaver.jar"/> | ||
<classpathentry kind="lib" path="lib/xercesImpl.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-collections.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-dbcp.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-logging.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-math.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-pool.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-vfs.jar"/> | ||
<classpathentry kind="lib" path="testlib/eigenbase-properties.jar"/> | ||
<classpathentry kind="lib" path="testlib/eigenbase-resgen.jar"/> | ||
<classpathentry kind="lib" path="testlib/eigenbase-xom.jar"/> | ||
<classpathentry kind="lib" path="testlib/hsqldb.jar"/> | ||
<classpathentry kind="lib" path="testlib/junit.jar"/> | ||
<classpathentry kind="lib" path="testlib/pdfdoclet.jar"/> | ||
<classpathentry kind="lib" path="testlib/servlet-api.jar"/> | ||
<classpathentry kind="lib" path="testlib/simple-jndi.jar"/> | ||
<classpathentry kind="lib" path="testlib/mondrian.jar"/> | ||
<classpathentry kind="output" path="eclipse-bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="testsrc"/> | ||
<classpathentry kind="lib" path="lib/asm-commons.jar"/> | ||
<classpathentry kind="lib" path="lib/asm.jar"/> | ||
<classpathentry kind="lib" path="lib/javacup.jar"/> | ||
<classpathentry kind="lib" path="lib/retroweaver-rt.jar"/> | ||
<classpathentry kind="lib" path="lib/retroweaver.jar"/> | ||
<classpathentry kind="lib" path="lib/xercesImpl.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-collections.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-dbcp.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-logging.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-math.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-pool.jar"/> | ||
<classpathentry kind="lib" path="testlib/commons-vfs.jar"/> | ||
<classpathentry kind="lib" path="testlib/eigenbase-properties.jar"/> | ||
<classpathentry kind="lib" path="testlib/eigenbase-resgen.jar"/> | ||
<classpathentry kind="lib" path="testlib/eigenbase-xom.jar"/> | ||
<classpathentry kind="lib" path="testlib/hsqldb.jar"/> | ||
<classpathentry kind="lib" path="testlib/junit.jar"/> | ||
<classpathentry kind="lib" path="testlib/log4j.jar"/> | ||
<classpathentry kind="lib" path="testlib/mondrian.jar"/> | ||
<classpathentry kind="lib" path="testlib/pdfdoclet.jar"/> | ||
<classpathentry kind="lib" path="testlib/servlet-api.jar"/> | ||
<classpathentry kind="lib" path="testlib/simple-jndi.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> | ||
<classpathentry kind="output" path="eclipse-bin"/> | ||
</classpath> |
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