src/stx_libjava.st
branchjk_new_structure
changeset 1371 90a466f3d078
parent 1368 5f502e712403
child 1378 9d64d8357509
--- a/src/stx_libjava.st	Sat Feb 18 23:38:57 2012 +0000
+++ b/src/stx_libjava.st	Sat Feb 18 23:55:36 2012 +0000
@@ -559,6 +559,31 @@
     )
 ! !
 
+!stx_libjava class methodsFor:'description - java'!
+
+javaClassPath
+
+    <javaclasspath>
+
+    ^{ 
+        self packageDirectory / 'java' / 'bin' .
+        self packageDirectory / 'java' / 'libs' / '*.jar' 
+    }
+
+    "Created: / 17-11-2011 / 23:00:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+javaSourcePath
+
+    <javasourcepath>
+
+    ^{ 
+        self packageDirectory / 'java' / 'src' .
+        self packageDirectory / 'java' / 'libs-src' / '*.jar' .            
+    }
+
+    "Created: / 17-11-2011 / 23:01:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
 
 !stx_libjava class methodsFor:'description - project information'!
 
@@ -609,7 +634,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"1721M"$"
+    ^ "$SVN-Revision:"1723M"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!