compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st
changeset 421 7e08b31e0dae
parent 420 b2f2f15cef26
child 422 116d2b2af905
--- a/compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st	Wed Nov 19 10:52:37 2014 +0000
+++ b/compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st	Mon Nov 24 00:09:23 2014 +0000
@@ -8,6 +8,32 @@
 !
 
 
+!stx_goodies_petitparser_compiler_benchmarks class methodsFor:'accessing - monticello'!
+
+monticelloLastMergedVersionInfo
+    "The last merged version is: "
+
+    ^ '
+    Name: PetitCompiler-Benchmarks-JanKurs.2
+    Author: JanKurs
+    Time: 17-11-2014, 05:51:07.887 PM
+    UUID: d5e3a980-7871-487a-a232-e3ca93fc2483            
+    Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
+    '
+
+    "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-11-2014 / 00:09:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+monticelloName
+    "Return name of the package for Monticello. This is used when package is exported"
+
+    ^ 'PetitCompiler-Benchmarks'
+
+    "Created: / 03-10-2014 / 01:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-11-2014 / 00:08:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !stx_goodies_petitparser_compiler_benchmarks class methodsFor:'description'!
 
 excludedFromPreRequisites