Skip to content

Commit

Permalink
Extracted Java island grammar into a separated package (because its u…
Browse files Browse the repository at this point in the history
…nit tests are broken, we are going to remove this package in next commit).
  • Loading branch information
juliendelplanque committed Dec 4, 2018
1 parent 4a16ee3 commit 3707436
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Class {
'javaClassInClassBody',
'methodDefInClassBody'
],
#category : #'PetitIslands-Examples'
#category : #'PetitIslands-Java'
}

{ #category : #method }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #PPJavaSeaParser,
#superclass : #PPJavaSeaGrammar,
#category : #'PetitIslands-Examples'
#category : #'PetitIslands-Java'
}

{ #category : #'as yet unclassified' }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #PPJavaSeaParserTest,
#superclass : #PPCompositeParserTest,
#category : #'PetitIslands-Examples'
#category : #'PetitIslands-Java'
}

{ #category : #'as yet unclassified' }
Expand Down
1 change: 1 addition & 0 deletions src/PetitIslands-Java/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : #'PetitIslands-Java' }

0 comments on commit 3707436

Please sign in to comment.