java/.classpath
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 04 Apr 2013 01:39:44 +0100
branchdevelopment
changeset 2484 38b012c9fcd6
parent 2380 9195eccdcbd9
child 2545 f79da9903d12
permissions -rw-r--r--
JavaMethodDeclarationNode moved to package stx:libjava/tools.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
<classpath>
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
	<classpathentry kind="src" path="src"/>
2484
38b012c9fcd6 JavaMethodDeclarationNode moved to package stx:libjava/tools.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2380
diff changeset
     4
	<classpathentry kind="lib" path="libs-src/groovy-all-1.8.2-sources.jar"/>
38b012c9fcd6 JavaMethodDeclarationNode moved to package stx:libjava/tools.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2380
diff changeset
     5
	<classpathentry kind="lib" path="libs-src/junit-4.8.2-sources.jar"/>
38b012c9fcd6 JavaMethodDeclarationNode moved to package stx:libjava/tools.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2380
diff changeset
     6
	<classpathentry kind="lib" path="libs/groovy-all-1.8.2.jar"/>
38b012c9fcd6 JavaMethodDeclarationNode moved to package stx:libjava/tools.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2380
diff changeset
     7
	<classpathentry kind="lib" path="libs/junit4-4.8.2.jar"/>
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
2484
38b012c9fcd6 JavaMethodDeclarationNode moved to package stx:libjava/tools.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2380
diff changeset
     9
	<classpathentry kind="output" path="libjava-support/bin"/>
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
</classpath>