java/.classpath
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 28 Jan 2016 11:04:08 +0000
changeset 3525 42a77733c566
parent 3356 a3ad7164f528
child 3619 6f6aa63c36be
permissions -rw-r--r--
Tests: Fixed classpaths in Eclipse projects for stx:libjava/tests
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"/>
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2353
diff changeset
     4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
3356
a3ad7164f528 Groovy and JUnit .jars commited to repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3247
diff changeset
     5
	<classpathentry exported="true" kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=stx.libjava&amp;ivyXmlPath=ivy-update.xml&amp;confs=*"/>
3525
42a77733c566 Tests: Fixed classpaths in Eclipse projects for stx:libjava/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3356
diff changeset
     6
	<classpathentry exported="true" kind="lib" path="libs/groovy-all-2.1.9.jar"/>
42a77733c566 Tests: Fixed classpaths in Eclipse projects for stx:libjava/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3356
diff changeset
     7
	<classpathentry exported="true" kind="lib" path="libs/junit-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="output" path="bin"/>
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
</classpath>