annotate graal/projects.properties @ 3731:71f1f6fd32f7

Added project.properties. Ignore *.pyc files.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 18:19:04 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3731
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 # Library specification format:
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
2 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3 # library@<name>@<prop>=<value>
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 # Library properties (* = required):
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 # *path: the file system path for the library to appear on a class path
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 # urls: a comma seperated list of URLs from which the library can be downloaded
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9 # optional: if "true" then this library will be omitted from a class path if it doesn't exist on the file system and no URLs are specified
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
10 # eclipse.container: the name of the Eclipse library container corresponding to the library
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 # Project specification format:
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
14 # project@<name>@<prop>=<value>
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
15 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
16 # The name of a project also denotes the directory it is in.
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
17 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
18 # Project properties:
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
19 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
20 # *sourceDirs: a comma separated list of source directoriy names (relative to the project directory)
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
21 # dependencies: a comma separated list of the libraries and project the project depends upon (transitive dependencies may be omitted)
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
22 # eclipse.output: the output directory name (relative to the project directory)
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
23 # checkstyle: the project whose Checkstyle configuration (i.e. <project>/.checkstyle_checks.xml) is used
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
24 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
25 # The eclipse.* properties are only used when generating Eclipse project configuration files.
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
26 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
27 # Values can use environment variables with the syntax used in a Bash shell script.
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
28 #
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
29
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
30 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
31 library@JDK_TOOLS@optional=true
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
32
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
33 library@JUNIT@path=${HOME}/.maxine/junit-4.8.jar
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
34 library@JUNIT@urls=http://repo1.maven.org/maven2/junit/junit/4.8/junit-4.8.jar
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
35 library@JUNIT@eclipse.container=org.eclipse.jdt.junit.JUNIT_CONTAINER/4
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
36
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
37 library@CHECKSTYLE@path=${HOME}/.maxine/checkstyle-5.4-all.jar
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
38 library@CHECKSTYLE@urls=jar:http://sourceforge.net/projects/checkstyle/files/checkstyle/5.4/checkstyle-5.4-bin.zip/download!/checkstyle-5.4/checkstyle-5.4-all.jar
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
39
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
40 library@JLF_ICONS@path=com.oracle.max.tele.ins/jlfgr-1_0.jar
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
41
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
42 library@NB3_BUTTONS@path=com.oracle.max.tele.ins/NB3B.jar
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
43
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
44 library@VM_CLASSES@path=com.oracle.max.vm/classes
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
45
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
46 # graal.hotspot
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
47 project@com.oracle.max.graal.hotspot@sourceDirs=src
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
48 project@com.oracle.max.graal.hotspot@dependencies=com.oracle.max.asmdis,com.oracle.max.graal.snippets
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
49 project@com.oracle.max.graal.hotspot@checkstyle=com.oracle.max.graal.graph
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
50
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
51 # graal.graph
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
52 project@com.oracle.max.graal.graph@sourceDirs=src
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
53 project@com.oracle.max.graal.graph@dependencies=JUNIT
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
54
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
55 # graal.snippets
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
56 project@com.oracle.max.graal.snippets@sourceDirs=src,test
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
57 project@com.oracle.max.graal.snippets@dependencies=com.oracle.max.graal.compiler
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
58 project@com.oracle.max.graal.snippets@checkstyle=com.oracle.max.graal.graph
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
59
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
60 # graal.nodes
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
61 project@com.oracle.max.graal.nodes@sourceDirs=src,test
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
62 project@com.oracle.max.graal.nodes@dependencies=com.oracle.max.cri,com.oracle.max.graal.graph
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
63 project@com.oracle.max.graal.nodes@checkstyle=com.oracle.max.graal.graph
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
64
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
65 # graal.compiler
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
66 project@com.oracle.max.graal.compiler@sourceDirs=src
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
67 project@com.oracle.max.graal.compiler@dependencies=com.oracle.max.asm,com.oracle.max.graal.nodes,com.oracle.max.graal.graphviz
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
68 project@com.oracle.max.graal.compiler@checkstyle=com.oracle.max.graal.graph
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
69
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
70 # graal.test
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
71 project@com.oracle.max.graal.tests@sourceDirs=src
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
72 project@com.oracle.max.graal.tests@dependencies=com.oracle.max.graal.compiler
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
73 project@com.oracle.max.graal.tests@checkstyle=com.oracle.max.graal.graph
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
74
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
75 # max.base
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
76 project@com.oracle.max.base@sourceDirs=src,test
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
77 project@com.oracle.max.base@dependencies=JUNIT
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
78 project@com.oracle.max.base@checkstyle=com.oracle.max.base
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
79
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
80 # max.asmdis
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
81 project@com.oracle.max.asmdis@sourceDirs=src,test
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
82 project@com.oracle.max.asmdis@dependencies=com.oracle.max.base
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
83 project@com.oracle.max.asmdis@checkstyle=com.oracle.max.base
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
84
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
85 # max.cri
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
86 project@com.oracle.max.cri@sourceDirs=src
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
87 project@com.oracle.max.cri@dependencies=
71f1f6fd32f7 Added project.properties. Ignore *.pyc files.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
88 project@com.oracle.max.cri@checkstyle=com.oracle.max.base