- stx_goodies_metacello_stx
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 05 Sep 2012 16:35:54 +0000
changeset 7 759ff40b4754
parent 6 2cd0e1bd3518
child 8 e046a5b3427f
- stx_goodies_metacello_stx added: #extensionMethodNames changed: #classNamesAndAttributes #preRequisites
stx/Make.proto
stx/Make.spec
stx/bc.mak
stx/extensions.st
stx/libInit.cc
stx/stx.rc
stx/stx_goodies_metacello_stx.st
--- a/stx/Make.proto	Wed Sep 05 16:34:21 2012 +0000
+++ b/stx/Make.proto	Wed Sep 05 16:35:54 2012 +0000
@@ -144,7 +144,6 @@
 $(OUTDIR)MetacelloStXPlatform.$(O) MetacelloStXPlatform.$(H): MetacelloStXPlatform.st $(INCLUDE_TOP)/stx/goodies/metacello/MetacelloPlatform.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)MetacelloStXProject.$(O) MetacelloStXProject.$(H): MetacelloStXProject.st $(INCLUDE_TOP)/stx/goodies/metacello/MetacelloProject.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)stx_goodies_metacello_stx.$(O) stx_goodies_metacello_stx.$(H): stx_goodies_metacello_stx.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/goodies/metacello/MetacelloAbstractVersionConstructor.$(H) $(INCLUDE_TOP)/stx/goodies/metacello/MetacelloAbstractConstructor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
 
--- a/stx/Make.spec	Wed Sep 05 16:34:21 2012 +0000
+++ b/stx/Make.spec	Wed Sep 05 16:35:54 2012 +0000
@@ -61,7 +61,6 @@
     $(OUTDIR)MetacelloStXPlatform.$(O) \
     $(OUTDIR)MetacelloStXProject.$(O) \
     $(OUTDIR)stx_goodies_metacello_stx.$(O) \
-    $(OUTDIR)extensions.$(O) \
 
 
 
--- a/stx/bc.mak	Wed Sep 05 16:34:21 2012 +0000
+++ b/stx/bc.mak	Wed Sep 05 16:35:54 2012 +0000
@@ -80,6 +80,5 @@
 $(OUTDIR)MetacelloStXPlatform.$(O) MetacelloStXPlatform.$(H): MetacelloStXPlatform.st $(INCLUDE_TOP)\stx\goodies\metacello\MetacelloPlatform.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)MetacelloStXProject.$(O) MetacelloStXProject.$(H): MetacelloStXProject.st $(INCLUDE_TOP)\stx\goodies\metacello\MetacelloProject.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)stx_goodies_metacello_stx.$(O) stx_goodies_metacello_stx.$(H): stx_goodies_metacello_stx.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\goodies\metacello\MetacelloAbstractVersionConstructor.$(H) $(INCLUDE_TOP)\stx\goodies\metacello\MetacelloAbstractConstructor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
--- a/stx/extensions.st	Wed Sep 05 16:34:21 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-"{ Package: 'stx:goodies/metacello/stx' }"!
-
-!MetacelloAbstractVersionConstructor methodsFor:'accessing'!
-
-project
-
-        project == nil ifTrue: [ project := MetacelloStXProject new].
-        ^project
-
-    "Created: / 03-09-2012 / 16:38:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
-!stx_goodies_metacello_stx class methodsFor:'documentation'!
-
-extensionsVersion_SVN
-    ^ '$Id::                                                                                                                        $'
-! !
\ No newline at end of file
--- a/stx/libInit.cc	Wed Sep 05 16:34:21 2012 +0000
+++ b/stx/libInit.cc	Wed Sep 05 16:35:54 2012 +0000
@@ -31,6 +31,6 @@
 _MetacelloStXProject_Init(pass,__pRT__,snd);
 _stx_137goodies_137metacello_137stx_Init(pass,__pRT__,snd);
 
-_stx_137goodies_137metacello_137stx_extensions_Init(pass,__pRT__,snd);
+
 __END_PACKAGE__();
 }
--- a/stx/stx.rc	Wed Sep 05 16:34:21 2012 +0000
+++ b/stx/stx.rc	Wed Sep 05 16:35:54 2012 +0000
@@ -3,7 +3,7 @@
 // automagically generated from the projectDefinition: stx_goodies_metacello_stx.
 //
 VS_VERSION_INFO VERSIONINFO
-  FILEVERSION     6,2,0,1
+  FILEVERSION     6,2,6,6
   PRODUCTVERSION  6,2,3,1
 #if (__BORLANDC__)
   FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
@@ -20,12 +20,12 @@
     BEGIN
       VALUE "CompanyName", "eXept Software AG\0"
       VALUE "FileDescription", "Smalltalk/X Class library (LIB)\0"
-      VALUE "FileVersion", "6.2.0.1\0"
+      VALUE "FileVersion", "6.2.6.6\0"
       VALUE "InternalName", "stx:goodies/metacello/stx\0"
       VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "6.2.3.1\0"
-      VALUE "ProductDate", "Mon, 03 Sep 2012 16:14:19 GMT\0"
+      VALUE "ProductDate", "Wed, 05 Sep 2012 16:36:20 GMT\0"
     END
 
   END
--- a/stx/stx_goodies_metacello_stx.st	Wed Sep 05 16:34:21 2012 +0000
+++ b/stx/stx_goodies_metacello_stx.st	Wed Sep 05 16:35:54 2012 +0000
@@ -28,7 +28,7 @@
 
     ^ #(
         #'stx:goodies/metacello'    "MetacelloPlatform - superclass of MetacelloStXPlatform "
-        #'stx:libbasic'    "Object - superclass of MetacelloStXProject "
+        #'stx:libbasic'    "ProjectDefinition - superclass of stx_goodies_metacello_stx "
     )
 ! !
 
@@ -53,7 +53,6 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
-        MetacelloAbstractVersionConstructor project
     )
 ! !