Skip to content

Commit

Permalink
removed xtext settings and failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsfzi authored and rapp-fzi committed Sep 30, 2024
1 parent 438e1f4 commit aaa0192
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 235 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<modules>
<module>bundles</module>
<module>tests</module>
<module>features</module>
<module>releng</module>
</modules>
Expand Down
1 change: 0 additions & 1 deletion tests/org.palladiosimulator.simulizar.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 0 additions & 6 deletions tests/org.palladiosimulator.simulizar.tests/.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
Expand All @@ -29,6 +24,5 @@
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ Bundle-Version: 5.2.0.qualifier
Bundle-Vendor: palladiosimulator.org
Bundle-RequiredExecutionEnvironment: JavaSE-17
Fragment-Host: org.palladiosimulator.simulizar
Require-Bundle: org.eclipse.xtext.xbase.lib,
org.eclipse.xtend.lib,
org.eclipse.xtend.lib.macro,
org.palladiosimulator.simulizar.reconfiguration.qvto;bundle-version="5.1.0",
Require-Bundle: org.palladiosimulator.simulizar.reconfiguration.qvto;bundle-version="5.1.0",
org.palladiosimulator.edp2.repository.local;bundle-version="4.3.0",
org.palladiosimulator.pcm.resources;bundle-version="4.3.0",
de.uka.ipd.sdq.simulation.abstractsimengine.desmoj;bundle-version="4.3.0",
de.uka.ipd.sdq.errorhandling;bundle-version="4.3.0",
tools.mdsd.library.standalone.initialization;bundle-version="0.1.0",
de.desmoj;bundle-version="2.3.3",
tools.mdsd.junit5utils;bundle-version="0.1.0",
org.palladiosimulator.examples.package;bundle-version="4.3.0",
org.palladiosimulator.simulizar.test.commons;bundle-version="5.1.0",
org.palladiosimulator.simulizar.events,
org.palladiosimulator.simulizar.monitorrepository.feedthrough;bundle-version="5.1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source.. = src/,\
xtend-gen/,\
src-gen/
output.. = bin/
bin.includes = META-INF/,\
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit aaa0192

Please sign in to comment.