LibraryDefinition.st
branchjv
changeset 17999 d4d35e074406
parent 17992 797f12be31a0
child 18001 c5a92502a6dc
--- a/LibraryDefinition.st	Wed Dec 05 12:35:30 2012 +0000
+++ b/LibraryDefinition.st	Fri Dec 07 19:24:14 2012 +0000
@@ -329,12 +329,12 @@
 
 test: $(TOP)\goodies\builder\reports\NUL
         pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
-        $(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)        
+        $(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 %(DEPENDENCIES)
 # ENDMAKEDEPEND --- do not remove this line
-'
+%(ADDITIONAL_RULES_HG)'
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
@@ -720,7 +720,7 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LibraryDefinition.st 10875 2012-11-28 10:22:05Z vranyj1 $'
+    ^ '$Id: LibraryDefinition.st 10883 2012-12-07 19:24:14Z vranyj1 $'
 !
 
 version_CVS
@@ -728,5 +728,5 @@
 !
 
 version_SVN
-    ^ '$Id: LibraryDefinition.st 10875 2012-11-28 10:22:05Z vranyj1 $'
+    ^ '$Id: LibraryDefinition.st 10883 2012-12-07 19:24:14Z vranyj1 $'
 ! !