Skip to content

Commit 014b86a

Browse files
author
David Baum
committed
remove old configuration classes
1 parent 11398dc commit 014b86a

5 files changed

Lines changed: 0 additions & 296 deletions

File tree

generator/org.svis.generator/src/org/svis/generator/plant/PlantConfiguration.xtend

Lines changed: 0 additions & 266 deletions
This file was deleted.

generator/org.svis.generator/src/org/svis/generator/plant/WorkflowComponentWithPlantConfig.xtend

Lines changed: 0 additions & 26 deletions
This file was deleted.

generator/org.svis.generator/src/org/svis/generator/plant/m2m/Plant2Plant.xtend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import org.svis.xtext.plant.Root
1111
import org.svis.xtext.plant.Area
1212
import org.svis.xtext.plant.Petal
1313
import org.svis.xtext.plant.PollStem
14-
import org.svis.generator.plant.WorkflowComponentWithPlantConfig
1514
import org.svis.xtext.plant.Junction
1615
import org.svis.generator.SettingsConfiguration
1716
import org.eclipse.emf.mwe.core.lib.WorkflowComponentWithModelSlot

generator/org.svis.generator/src/org/svis/generator/plant/m2t/Plant2X3D.xtend

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import org.svis.xtext.plant.Petal
1515
import org.svis.xtext.plant.Junction
1616
import org.svis.xtext.plant.PollStem
1717
import org.svis.xtext.plant.Area
18-
import org.svis.generator.plant.WorkflowComponentWithPlantConfig
1918
import org.eclipse.emf.mwe.core.WorkflowContext
2019
import org.eclipse.emf.mwe.core.monitor.ProgressMonitor
2120
import org.eclipse.emf.mwe.core.issues.Issues
@@ -33,7 +32,6 @@ class Plant2X3D extends WorkflowComponentWithModelSlot implements IGenerator2 {
3332

3433
override afterGenerate(Resource resource, IFileSystemAccess2 fsa, IGeneratorContext ig) {
3534
log.info("Plant2X3D has finished.")
36-
// config.toJSON(config.outputDirectory + "/plantConfig.json");
3735
}
3836

3937

generator/org.svis.generator/src/org/svis/generator/plant/s2m/Famix2Plant.xtend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import org.svis.xtext.plant.impl.PlantFactoryImpl
2020
import org.svis.xtext.plant.Entity
2121
import org.svis.xtext.famix.impl.FAMIXAttributeImpl
2222
import org.svis.xtext.famix.impl.FAMIXMethodImpl
23-
import org.svis.generator.plant.WorkflowComponentWithPlantConfig
2423
import org.svis.xtext.plant.Junction
2524
import org.svis.generator.SettingsConfiguration
2625
import org.eclipse.emf.mwe.core.lib.WorkflowComponentWithModelSlot

0 commit comments

Comments
 (0)