PackageId moved
authorClaus Gittinger <cg@exept.de>
Wed, 06 Dec 2006 16:26:17 +0100
changeset 10230 28c9ab0c0d43
parent 10229 18e817a67a15
child 10231 905030724b3d
PackageId moved
Make.spec
PackageId.st
bc.mak
libInit.cc
nt.mak
--- a/Make.spec	Wed Dec 06 16:10:41 2006 +0100
+++ b/Make.spec	Wed Dec 06 16:26:17 2006 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.69 2006-12-06 14:12:10 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.70 2006-12-06 15:26:17 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -321,6 +321,7 @@
     $(OUTDIR)ZeroDivide.$(O) \
     $(OUTDIR)TwoByteString.$(O) \
     $(OUTDIR)Unicode16String.$(O) \
+    $(OUTDIR)PackageId.$(O) \
     $(OUTDIR)stx_libbasic.$(O) \
 
 
--- a/PackageId.st	Wed Dec 06 16:10:41 2006 +0100
+++ b/PackageId.st	Wed Dec 06 16:26:17 2006 +0100
@@ -9,7 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-"{ Package: 'stx:libbasic3' }"
+"{ Package: 'stx:libbasic' }"
 
 Object subclass:#PackageId
 	instanceVariableNames:'packageIdString'
@@ -233,5 +233,5 @@
 !PackageId class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.9 2006-11-29 17:10:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PackageId.st,v 1.10 2006-12-06 15:26:17 cg Exp $'
 ! !
--- a/bc.mak	Wed Dec 06 16:10:41 2006 +0100
+++ b/bc.mak	Wed Dec 06 16:26:17 2006 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.127 2006-09-20 09:49:54 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.128 2006-12-06 15:26:17 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -293,5 +293,6 @@
 $(OUTDIR)Win32FILEHandle.$(O) Win32FILEHandle.$(H): Win32FILEHandle.st $(INCLUDE_TOP)\stx\libbasic\OSFileHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Win32Handle.$(O) Win32Handle.$(H): Win32Handle.st $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Win32OperatingSystem.$(O) Win32OperatingSystem.$(H): Win32OperatingSystem.st $(INCLUDE_TOP)\stx\libbasic\AbstractOperatingSystem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Win32Handle.$(H) $(STCHDR)
+$(OUTDIR)PackageId.$(O) PackageId.$(H): PackageId.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
--- a/libInit.cc	Wed Dec 06 16:10:41 2006 +0100
+++ b/libInit.cc	Wed Dec 06 16:26:17 2006 +0100
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.121 2006-12-06 14:36:04 cg Exp $
+ * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.122 2006-12-06 15:26:17 cg Exp $
  *
  * DO NOT EDIT 
  * automagically generated from the projectDefinition: stx_libbasic.
@@ -268,6 +268,7 @@
 _Symbol_Init(pass,__pRT__,snd);
 _TwoByteString_Init(pass,__pRT__,snd);
 _Unicode16String_Init(pass,__pRT__,snd);
+_PackageId_Init(pass,__pRT__,snd);
 #ifdef UNIX
 _UnixFileDescriptorHandle_Init(pass,__pRT__,snd);
 _UnixFileHandle_Init(pass,__pRT__,snd);
--- a/nt.mak	Wed Dec 06 16:10:41 2006 +0100
+++ b/nt.mak	Wed Dec 06 16:26:17 2006 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Attic/nt.mak,v 1.127 2006-09-20 09:49:54 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Attic/nt.mak,v 1.128 2006-12-06 15:26:17 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic.
@@ -293,5 +293,6 @@
 $(OUTDIR)Win32FILEHandle.$(O) Win32FILEHandle.$(H): Win32FILEHandle.st $(INCLUDE_TOP)\stx\libbasic\OSFileHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Win32Handle.$(O) Win32Handle.$(H): Win32Handle.st $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Win32OperatingSystem.$(O) Win32OperatingSystem.$(H): Win32OperatingSystem.st $(INCLUDE_TOP)\stx\libbasic\AbstractOperatingSystem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Win32Handle.$(H) $(STCHDR)
+$(OUTDIR)PackageId.$(O) PackageId.$(H): PackageId.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line