comparison mx/projects @ 4178:d1b26c17910a

Add the Dacapo benchmarks to the "lib" folder instead of using the environment variable. Fixed an issue in the downloader.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 02 Jan 2012 21:52:23 +0100
parents 34527a24bcf8
children 816ac0e579fb
comparison
equal deleted inserted replaced
4177:c843578c269d 4178:d1b26c17910a
25 # The eclipse.* properties are only used when generating Eclipse project configuration files. 25 # The eclipse.* properties are only used when generating Eclipse project configuration files.
26 # 26 #
27 # Values can use environment variables with the syntax used in a Bash shell script. 27 # Values can use environment variables with the syntax used in a Bash shell script.
28 # 28 #
29 29
30
30 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar 31 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar
31 library@JDK_TOOLS@optional=true 32 library@JDK_TOOLS@optional=true
32 33
33 library@JUNIT@path=lib/junit-4.8.jar 34 library@JUNIT@path=lib/junit-4.8.jar
34 library@JUNIT@urls=http://repo1.maven.org/maven2/junit/junit/4.8/junit-4.8.jar 35 library@JUNIT@urls=http://repo1.maven.org/maven2/junit/junit/4.8/junit-4.8.jar
35 library@JUNIT@eclipse.container=org.eclipse.jdt.junit.JUNIT_CONTAINER/4 36 library@JUNIT@eclipse.container=org.eclipse.jdt.junit.JUNIT_CONTAINER/4
36 37
37 library@CHECKSTYLE@path=lib/checkstyle-5.5-all.jar 38 library@CHECKSTYLE@path=lib/checkstyle-5.5-all.jar
38 library@CHECKSTYLE@urls=jar:http://sourceforge.net/projects/checkstyle/files/checkstyle/5.5/checkstyle-5.5-bin.zip/download!/checkstyle-5.5/checkstyle-5.5-all.jar 39 library@CHECKSTYLE@urls=jar:http://sourceforge.net/projects/checkstyle/files/checkstyle/5.5/checkstyle-5.5-bin.zip/download!/checkstyle-5.5/checkstyle-5.5-all.jar
40
41 library@DACAPO@path=lib/dacapo-9.12-bach.jar
42 library@DACAPO@urls=http://dfn.dl.sourceforge.net/project/dacapobench/9.12-bach/dacapo-9.12-bach.jar
39 43
40 # graal.hotspot 44 # graal.hotspot
41 project@com.oracle.max.graal.hotspot@subDir=graal 45 project@com.oracle.max.graal.hotspot@subDir=graal
42 project@com.oracle.max.graal.hotspot@sourceDirs=src 46 project@com.oracle.max.graal.hotspot@sourceDirs=src
43 project@com.oracle.max.graal.hotspot@dependencies=com.oracle.max.graal.snippets,com.oracle.max.asmdis 47 project@com.oracle.max.graal.hotspot@dependencies=com.oracle.max.graal.snippets,com.oracle.max.asmdis