analyzer/stx_goodies_petitparser_analyzer.st
changeset 376 a2656b27cace
parent 308 52e8ec8cacb2
child 377 6112a403a52d
--- a/analyzer/stx_goodies_petitparser_analyzer.st	Fri Oct 03 01:36:33 2014 +0100
+++ b/analyzer/stx_goodies_petitparser_analyzer.st	Fri Oct 03 01:59:10 2014 +0100
@@ -8,6 +8,16 @@
 !
 
 
+!stx_goodies_petitparser_analyzer class methodsFor:'accessing - monticello'!
+
+monticelloName
+    "Return name of the package for Monticello. This is used when package is exported"
+
+    ^ 'PetitAnalyzer'
+
+    "Created: / 03-10-2014 / 01:48:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !stx_goodies_petitparser_analyzer class methodsFor:'description'!
 
 excludedFromPreRequisites
@@ -171,6 +181,10 @@
     ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/stx_goodies_petitparser_analyzer.st,v 1.6 2014-03-04 20:29:43 cg Exp $'
 !
 
+version_HG
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_MC
     ^ '$PetitAnalyzer-lr.41 608069e1-dadc-4435-abd6-995adf7519e2 2013-03-16T21:52:20 lr$'
 ! !