extensions.st
changeset 41 f3898a3b378d
parent 37 be8c2dd09dff
child 42 acdc3ec6d152
--- a/extensions.st	Mon Oct 29 10:41:23 2012 +0000
+++ b/extensions.st	Thu Oct 30 21:43:54 2014 +0000
@@ -1,4 +1,4 @@
-"{ Package: 'cvut:stx/goodies/newcompiler' }"!
+"{ Package: 'ctu:ircompiler' }"!
 
 !ByteCodeCompiler methodsFor:'accessing'!
 
@@ -28,8 +28,8 @@
     "Created: / 11-06-2008 / 11:29:19 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
-!cvut_stx_goodies_newcompiler class methodsFor:'documentation'!
+!ctu_ircompiler class methodsFor:'documentation'!
 
 extensionsVersion_SVN
     ^ '$Id::                                                                                                                        $'
-! !
\ No newline at end of file
+! !