tools/stx_libjava_tools.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2447 055223e5351e
--- a/tools/stx_libjava_tools.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/tools/stx_libjava_tools.st	Mon Feb 25 12:15:35 2013 +0100
@@ -1,6 +1,6 @@
 "{ Package: 'stx:libjava/tools' }"
 
-LibraryDefinition subclass:#stx_libjava_tools
+LibraryDefinition subclass:#'stx_libjava_tools'
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -10,9 +10,10 @@
 !stx_libjava_tools class methodsFor:'documentation'!
 
 extensionsVersion_SVN
-    ^ '$Id: stx_libjava_tools.st,v 1.1 2013-02-16 18:08:44 vrany Exp $'
+    ^ '$Id: stx_libjava_tools.st,v 1.2 2013-02-25 11:15:35 vrany Exp $'
 ! !
 
+
 !stx_libjava_tools class methodsFor:'description'!
 
 excludedFromPreRequisites
@@ -46,6 +47,7 @@
     )
 ! !
 
+
 !stx_libjava_tools class methodsFor:'description - contents'!
 
 classNamesAndAttributes
@@ -122,6 +124,7 @@
     )
 ! !
 
+
 !stx_libjava_tools class methodsFor:'description - java'!
 
 javaBundle
@@ -131,6 +134,7 @@
     "Created: / 15-01-2013 / 17:35:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !stx_libjava_tools class methodsFor:'description - project information'!
 
 applicationIconFileName
@@ -172,6 +176,7 @@
     "Created: / 23-08-2006 / 01:27:22 / cg"
 ! !
 
+
 !stx_libjava_tools class methodsFor:'description - svn'!
 
 svnRepositoryUrlString
@@ -190,10 +195,11 @@
     ^ "$SVN-Revision:"'1941            '"$"
 ! !
 
+
 !stx_libjava_tools class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/tools/stx_libjava_tools.st,v 1.1 2013-02-16 18:08:44 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/tools/stx_libjava_tools.st,v 1.2 2013-02-25 11:15:35 vrany Exp $'
 !
 
 version_HG