Fossil parent commit detector corrected.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-06-20 12:30:50 +00:00 committed by SantiagoBragagnolo
parent f8d00fb9d6
commit c5376903ad
1 changed files with 8 additions and 1 deletions

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';