fixed wrong import statement in TransitiveImports.gtl

This commit is contained in:
Lars Fritsche 2023-08-23 12:40:02 +02:00
parent a55390ad60
commit d7b79f9d32
2 changed files with 3 additions and 10 deletions

View file

@ -14,13 +14,6 @@ Require-Bundle: org.emoflon.ibex.common,
org.emoflon.ibex.gt.gtmodel,
org.emoflon.ibex.gt.hipe,
SoftwareSystem
Export-Package: refactoringgtlconstraints.example.api,
refactoringgtlconstraints.example.api.match,
refactoringgtlconstraints.example.api.pattern,
refactoring.constraints.api,
Export-Package: refactoring.constraints.api,
refactoring.constraints.api.match,
refactoring.constraints.api.pattern,
refactoring.full.api,
refactoring.full.api.match,
refactoring.full.api.pattern,
refactoring.full.api.rule
refactoring.constraints.api.pattern

View file

@ -1,4 +1,4 @@
package refactoring.full
package refactoring.constraints
import "http://www.eclipse.org/emf/2002/Ecore"
import "platform:/resource/SoftwareSystem/model/softwareSystem.ecore"