java/.classpath
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 14 Sep 2013 15:48:03 +0100
branchdevelopment
changeset 2729 ac412f6ea6d4
parent 2669 c03790d973b6
child 2731 13f5be2bf83b
permissions -rw-r--r--
More support for method's source display. Not yet working. The behaviour can (whether to show full class source or just method's source) be now controlled by JavaMethod class>>showFullSource: More work has to be done to fully support this.
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"/>
2572
6cb2a8051e05 Removed import on Package annotation class from java sources.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2565
diff changeset
     4
	<classpathentry exported="true" kind="lib" path="libs-src/groovy-all-1.8.2-sources.jar"/>
6cb2a8051e05 Removed import on Package annotation class from java sources.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2565
diff changeset
     5
	<classpathentry exported="true" kind="lib" path="libs-src/junit-4.8.2-sources.jar"/>
2669
c03790d973b6 Some lost changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2590
diff changeset
     6
	<classpathentry exported="true" kind="lib" path="libs/groovy-all-1.8.2.jar" sourcepath="libs-src/groovy-all-1.8.2-sources.jar"/>
2572
6cb2a8051e05 Removed import on Package annotation class from java sources.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2565
diff changeset
     7
	<classpathentry exported="true" kind="lib" path="libs/junit4-4.8.2.jar"/>
2565
cacefec17a70 Added ArrayTests to test stores into an Java array.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2545
diff changeset
     8
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
2545
f79da9903d12 Fixed output directory fo Java classes in stx:libjava
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2484
diff changeset
     9
	<classpathentry kind="output" path="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>