Skip to content

Commit

Permalink
NonPP-branch merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
fynndemmler committed Apr 11, 2024
1 parent af8f809 commit 85ca353
Show file tree
Hide file tree
Showing 407 changed files with 120,845 additions and 5,650 deletions.
53 changes: 53 additions & 0 deletions BankAccount/.project.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<<<<<<< HEAD
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BankAccount</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
=======
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BankAccount</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>de.ovgu.featureide.core.extensibleFeatureProjectBuilder</name>
<arguments>
<dictionary>
<key>build</key>
<value>src</value>
</dictionary>
<dictionary>
<key>composer</key>
<value>de.ovgu.featureide.composer.ahead</value>
</dictionary>
<dictionary>
<key>equations</key>
<value>configs</value>
</dictionary>
<dictionary>
<key>source</key>
<value>features</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>de.ovgu.featureide.core.featureProjectNature</nature>
</natures>
</projectDescription>
>>>>>>> master
26 changes: 26 additions & 0 deletions BankAccount/model.xml.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<featureModel>
<properties>
<<<<<<< HEAD
<graphics key="showhiddenfeatures" value="true"/>
=======
<graphics key="autolayoutconstraints" value="false"/>
>>>>>>> master
<graphics key="legendautolayout" value="true"/>
<graphics key="showshortnames" value="false"/>
<graphics key="layout" value="horizontal"/>
<graphics key="showcollapsedconstraints" value="true"/>
<graphics key="legendhidden" value="false"/>
<graphics key="layoutalgorithm" value="1"/>
</properties>
<struct>
<and mandatory="true" name="BankAccount">
<feature name="DailyLimit"/>
<feature name="Interest"/>
<<<<<<< HEAD
=======
<feature name="Transaction"/>
>>>>>>> master
</and>
</struct>
</featureModel>
6 changes: 5 additions & 1 deletion BankAccountOO/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?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-16">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
37 changes: 37 additions & 0 deletions BankAccountOO/.classpath.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<<<<<<< HEAD
<<<<<<<< HEAD:BankAccountOO/.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
========
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
>>>>>>>> master:de.tu_bs.cs.isf.cbc.statistics.ui/.classpath
=======
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<<<<<<<< HEAD:ElevatorCorC/.classpath
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
========
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
>>>>>>>> master:BankAccountOO/.classpath
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
>>>>>>> master
22 changes: 0 additions & 22 deletions BankAccountOO/.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>de.ovgu.featureide.core.extensibleFeatureProjectBuilder</name>
<arguments>
<dictionary>
<key>build</key>
<value>src</value>
</dictionary>
<dictionary>
<key>composer</key>
<value>de.ovgu.featureide.composer.ahead</value>
</dictionary>
<dictionary>
<key>equations</key>
<value>configs</value>
</dictionary>
<dictionary>
<key>source</key>
<value>features</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
Expand All @@ -34,6 +13,5 @@
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>de.ovgu.featureide.core.featureProjectNature</nature>
</natures>
</projectDescription>
53 changes: 53 additions & 0 deletions BankAccountOO/.project.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<<<<<<< HEAD
<name>BankAccountOO</name>
=======
<<<<<<<< HEAD:EmailFeatureInteraction/.project
<name>EmailFeatureInteraction</name>
========
<name>BankAccountOO</name>
>>>>>>>> master:BankAccountOO/.project
>>>>>>> master
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<<<<<<< HEAD
<name>de.ovgu.featureide.core.extensibleFeatureProjectBuilder</name>
<arguments>
<dictionary>
<key>build</key>
<value>src</value>
</dictionary>
<dictionary>
<key>composer</key>
<value>de.ovgu.featureide.composer.ahead</value>
</dictionary>
<dictionary>
<key>equations</key>
<value>configs</value>
</dictionary>
<dictionary>
<key>source</key>
<value>features</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
=======
>>>>>>> master
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<<<<<<< HEAD
<nature>de.ovgu.featureide.core.featureProjectNature</nature>
=======
>>>>>>> master
</natures>
</projectDescription>
7 changes: 7 additions & 0 deletions BankAccountOO/src/.gitkeep.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.gitkeep
<<<<<<< HEAD
/Account_helper.java
=======
/Account.java
/Application.java
>>>>>>> master
29 changes: 29 additions & 0 deletions Banking-Evaluation/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Banking-Evaluation</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>de.tu_bs.cs.isf.lattice.latticeProjectBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>de.tu_bs.cs.isf.lattice.LatticeNature</nature>
</natures>
</projectDescription>
29 changes: 29 additions & 0 deletions Banking-Evaluation/.project.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Banking-Evaluation</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>de.tu_bs.cs.isf.lattice.latticeProjectBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>de.tu_bs.cs.isf.lattice.LatticeNature</nature>
</natures>
</projectDescription>
Loading

0 comments on commit 85ca353

Please sign in to comment.