PackageId.st
branchjv
changeset 18066 89d51443ba6f
parent 18011 deb0c3355881
parent 15373 f9b5fc793c3f
child 18120 e3a375d5f6a8
--- a/PackageId.st	Sun Jun 09 00:49:37 2013 +0100
+++ b/PackageId.st	Mon Jun 10 17:32:35 2013 +0100
@@ -321,6 +321,10 @@
 
     "
      'stx:libbasic' asPackageId projectDefinitionClass
+     'exept/expecco/foo' asPackageId projectDefinitionClass     
+     'exept/expecco/plugin/manualTest' asPackageId projectDefinitionClass 
+     'exept:expecco/plugin/manualTest' asPackageId projectDefinitionClass 
+     'exept_expecco_plugin_manualTest' asPackageId projectDefinitionClass 
     "
 !
 
@@ -340,9 +344,10 @@
 !PackageId class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.21 2012-12-14 11:59:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.22 2013-06-05 08:40:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.21 2012-12-14 11:59:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.22 2013-06-05 08:40:44 cg Exp $'
 ! !
+