Fossil parent commit detector corrected.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-06-20 12:30:50 +00:00
parent 8322c6394a
commit f51a7b639f

View File

@ -294,7 +294,8 @@ localRepository exists
{ #category : #'as yet unclassified' }
GrafoscopioBrowser class >> updateGrafoscopio [
"Updates Grafoscopio with new versions of itself take from the source code repository and the User Interface"
"Updates Grafoscopio with new versions of itself take from the source code repository and
the User Interface"
Gofer new
smalltalkhubUser: 'Offray' project: 'Grafoscopio';
@ -334,6 +335,12 @@ Gofer new
package: 'GT-InspectorExtensions-CoreRoassal';
load.
"Integration with external tools"
Gofer new
smalltalkhubUser: 'Offray' project: 'Grafoscopio';
package: 'Grafoscopio-ExternalTools';
load.
"HTML scrapping"
Gofer new
smalltalkhubUser: 'PharoExtras' project: 'Soup';