Removed dependency on stx:libjavascript jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 25 Sep 2015 07:43:54 +0100
branchjv
changeset 3903 6926642e3849
parent 3901 5b03b8d3968b
child 3908 3df5063ed9cc
Removed dependency on stx:libjavascript
ClassClassVariableChange.st
HTMLDocGenerator.st
Make.proto
abbrev.stc
bc.mak
bmake.bat
stx_libbasic3.st
vcmake.bat
--- a/ClassClassVariableChange.st	Thu Sep 10 07:02:12 2015 +0200
+++ b/ClassClassVariableChange.st	Fri Sep 25 07:43:54 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic3' }"
 
+"{ NameSpace: Smalltalk }"
+
 ClassChange subclass:#ClassClassVariableChange
 	instanceVariableNames:'variableName otherParameters'
 	classVariableNames:''
@@ -76,5 +78,10 @@
 
 version
     ^ '$Header: /cvs/stx/stx/libbasic3/ClassClassVariableChange.st,v 1.5 2014-02-05 17:52:03 cg Exp $'
+!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !
 
--- a/HTMLDocGenerator.st	Thu Sep 10 07:02:12 2015 +0200
+++ b/HTMLDocGenerator.st	Fri Sep 25 07:43:54 2015 +0100
@@ -1690,7 +1690,7 @@
                                  '>' , methodSpecLine , '</a>'.
         self generateJavaScriptCallInfo ifTrue:[
             |jsMethodSpecLine|
-            aStream nextPutLine:'<br>JS: ' , (HTMLDocGeneratorForJavaScript htmlForMethod:aMethod).
+            aStream nextPutLine:'<br>JS: ' , ((Smalltalk at: #HTMLDocGeneratorForJavaScript) htmlForMethod:aMethod).
         ].
     ].
     aStream nextPutLine:'<DD>'.
@@ -1809,6 +1809,7 @@
 
     "Created: / 22-04-1996 / 20:03:30 / cg"
     "Modified: / 08-08-2011 / 18:54:10 / cg"
+    "Modified: / 25-09-2015 / 07:42:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 printOutHTMLProtocolOf:aClass on:aStream 
--- a/Make.proto	Thu Sep 10 07:02:12 2015 +0200
+++ b/Make.proto	Fri Sep 25 07:43:54 2015 +0100
@@ -34,7 +34,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libjavascript
+LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2
 
 
 # if you need any additional defines for embedded C code,
--- a/abbrev.stc	Thu Sep 10 07:02:12 2015 +0200
+++ b/abbrev.stc	Fri Sep 25 07:43:54 2015 +0100
@@ -16,7 +16,7 @@
 HistoryManager HistoryManager stx:libbasic3 'System-Changes-History' 0
 MessageTally MessageTally stx:libbasic3 'System-Debugging-Support' 0
 MessageTracer MessageTracer stx:libbasic3 'System-Debugging-Support' 0
-MethodFinder MethodFinder stx:libbasic3 'Interface-MethodFinder' 0
+MethodFinder MethodFinder stx:libbasic3 'Interface-Tools' 0
 ProfileTree ProfileTree stx:libbasic3 'System-Debugging-Support' 0
 ProjectChecker ProjectChecker stx:libbasic3 'System-Support-Projects' 0
 ProjectProblem ProjectProblem stx:libbasic3 'System-Support-Projects' 0
@@ -26,7 +26,6 @@
 SystemEnvironment SystemEnvironment stx:libbasic3 'Kernel-Classes' 0
 SystemOrganizer SystemOrganizer stx:libbasic3 'Kernel-Support' 0
 TraceBuffer TraceBuffer stx:libbasic3 'System-Debugging-Support' 0
-VSEFileSourceWriter VSEFileSourceWriter stx:libbasic3 'Kernel-Classes-Support' 0
 VersionInfo VersionInfo stx:libbasic3 'System-SourceCodeManagement' 0
 WrappedMethod WrappedMethod stx:libbasic3 'Kernel-Methods' 0
 stx_libbasic3 stx_libbasic3 stx:libbasic3 '* Projects & Packages *' 3
@@ -52,7 +51,6 @@
 SourceCodeManagerUtilitiesForContainerBasedManagers SourceCodeManagerUtilitiesForContainerBasedManagers stx:libbasic3 'System-SourceCodeManagement' 0
 SourceCodeManagerUtilitiesForWorkspaceBasedManagers SourceCodeManagerUtilitiesForWorkspaceBasedManagers stx:libbasic3 'System-SourceCodeManagement' 0
 StoreSourceCodeManager StoreSourceCodeManager stx:libbasic3 'System-SourceCodeManagement' 0
-VSEPackageFileSourceWriter VSEPackageFileSourceWriter stx:libbasic3 'Kernel-Classes-Support' 0
 ClassCategoryChange ClassCategoryChange stx:libbasic3 'System-Changes' 0
 ClassClassVariableChange ClassClassVariableChange stx:libbasic3 'System-Changes' 0
 ClassCommentChange ClassCommentChange stx:libbasic3 'System-Changes' 0
@@ -78,6 +76,8 @@
 MethodPackageChange MethodPackageChange stx:libbasic3 'System-Changes' 0
 MethodPrivacyChange MethodPrivacyChange stx:libbasic3 'System-Changes' 0
 MethodRemoveChange MethodRemoveChange stx:libbasic3 'System-Changes' 0
+VSEFileSourceWriter VSEFileSourceWriter stx:libbasic3 'Kernel-Classes-Support' 0
+VSEPackageFileSourceWriter VSEPackageFileSourceWriter stx:libbasic3 'Kernel-Classes-Support' 0
 TraitClassTraitDefinitionChange TraitClassTraitDefinitionChange stx:libbasic3 'System-Changes' 0
 TraitDefinitionChange TraitDefinitionChange stx:libbasic3 'System-Changes' 0
 VSEChunkFileSourceWriter VSEChunkFileSourceWriter stx:libbasic3 'Kernel-Classes-Support' 0
--- a/bc.mak	Thu Sep 10 07:02:12 2015 +0200
+++ b/bc.mak	Fri Sep 25 07:43:54 2015 +0100
@@ -38,7 +38,7 @@
 
 
 
-LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libjavascript
+LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2
 LOCALDEFINES=
 
 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
--- a/bmake.bat	Thu Sep 10 07:02:12 2015 +0200
+++ b/bmake.bat	Fri Sep 25 07:43:54 2015 +0100
@@ -7,6 +7,7 @@
 @REM Kludge got Mercurial, cannot be implemented in Borland make
 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
+
 make.exe -N -f bc.mak  %DEFINES% %*
 
 
--- a/stx_libbasic3.st	Thu Sep 10 07:02:12 2015 +0200
+++ b/stx_libbasic3.st	Fri Sep 25 07:43:54 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -96,7 +94,6 @@
 
     ^ #(
         #'stx:libbasic2'    "HTMLUtilities - referenced by HTMLDocGenerator>>generateClassDocReferenceFor:text:autoloading:"
-        #'stx:libjavascript'    "HTMLDocGeneratorForJavaScript - referenced by HTMLDocGenerator>>printOutHTMLMethodProtocol:on:showClassName:classRef:picturePath:"
     )
 !
 
@@ -161,7 +158,6 @@
         SystemEnvironment
         SystemOrganizer
         TraceBuffer
-        (VSEFileSourceWriter autoload)
         VersionInfo
         WrappedMethod
         #'stx_libbasic3'
@@ -187,7 +183,6 @@
         SourceCodeManagerUtilitiesForContainerBasedManagers
         SourceCodeManagerUtilitiesForWorkspaceBasedManagers
         StoreSourceCodeManager
-        (VSEPackageFileSourceWriter autoload)
         ClassCategoryChange
         ClassClassVariableChange
         ClassCommentChange
@@ -213,6 +208,8 @@
         MethodPackageChange
         MethodPrivacyChange
         MethodRemoveChange
+        (VSEFileSourceWriter autoload)
+        (VSEPackageFileSourceWriter autoload)
         (TraitClassTraitDefinitionChange autoload)
         (TraitDefinitionChange autoload)
         (VSEChunkFileSourceWriter autoload)
--- a/vcmake.bat	Thu Sep 10 07:02:12 2015 +0200
+++ b/vcmake.bat	Fri Sep 25 07:43:54 2015 +0100
@@ -13,8 +13,9 @@
 @REM Kludge got Mercurial, cannot be implemented in Borland make
 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
+
+
 make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
 
 
 
-