ApplicationBuilder.st
branchjv
changeset 12128 a7ff7d66ee85
parent 12125 0c49a3b13e43
child 12431 9f0c59c742d5
--- a/ApplicationBuilder.st	Sun Jan 29 18:58:38 2012 +0000
+++ b/ApplicationBuilder.st	Mon Jan 30 17:49:41 2012 +0000
@@ -9,9 +9,6 @@
  other person. No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libtool' }"
 
 ToolApplicationModel subclass:#ApplicationBuilder
@@ -1391,5 +1388,9 @@
 !ApplicationBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ApplicationBuilder.st,v 1.9 2006/09/05 16:45:14 cg Exp $'
+    ^ '$Id: ApplicationBuilder.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: ApplicationBuilder.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 ! !