Skip to content

Commit

Permalink
added de.uka.ipd.sdq.errorhandling.core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rsfzi authored and rapp-fzi committed Nov 29, 2024
1 parent 40c6999 commit 33798d4
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bundles/de.uka.ipd.sdq.errorhandling.core/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="output" path="target"/>
</classpath>
34 changes: 34 additions & 0 deletions bundles/de.uka.ipd.sdq.errorhandling.core/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.uka.ipd.sdq.errorhandling.core</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SDQ Errorhandling Core
Bundle-SymbolicName: de.uka.ipd.sdq.errorhandling.core
Bundle-Version: 5.2.0.qualifier
Bundle-Vendor: sdq.ipd.uka.de
Bundle-RequiredExecutionEnvironment: JavaSE-17
4 changes: 4 additions & 0 deletions bundles/de.uka.ipd.sdq.errorhandling.core/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source.. = src/main/java/
output.. = target/
bin.includes = META-INF/,\
.
7 changes: 7 additions & 0 deletions features/de.uka.ipd.sdq.errorhandling.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<import plugin="org.palladiosimulator.branding"/>
</requires>

<plugin
id="de.uka.ipd.sdq.errorhandling.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="de.uka.ipd.sdq.errorhandling"
download-size="0"
Expand Down

0 comments on commit 33798d4

Please sign in to comment.