Commit 56780a88 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Project setup

parent 4d9f0230
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<name>Building Physics Catalog Parent POM</name> <name>Building Physics Catalog Parent POM</name>
<properties> <properties>
<tycho-version>2.1.0</tycho-version> <tycho-version>2.2.0</tycho-version>
</properties> </properties>
<build> <build>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<artifactId>target-platform-configuration</artifactId> <artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<executionEnvironment>JavaSE-15</executionEnvironment> <executionEnvironment>JavaSE-15</executionEnvironment>
<target> <target>
<artifact> <artifact>
<groupId>de.hftstuttgart</groupId> <groupId>de.hftstuttgart</groupId>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<os>linux</os> <os>linux</os>
<ws>gtk</ws> <ws>gtk</ws>
<arch>x86</arch> <arch>x86</arch>
</environment --> </environment >
<environment> <environment>
<os>linux</os> <os>linux</os>
<ws>gtk</ws> <ws>gtk</ws>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<os>win32</os> <os>win32</os>
<ws>win32</ws> <ws>win32</ws>
<arch>x86_64</arch> <arch>x86_64</arch>
</environment> </environment -->
<environment> <environment>
<os>macosx</os> <os>macosx</os>
<ws>cocoa</ws> <ws>cocoa</ws>
......
...@@ -31,15 +31,13 @@ ...@@ -31,15 +31,13 @@
</plugins> </plugins>
<features> <features>
<feature id="org.eclipse.e4.rcp" installMode="root"/>
<feature id="de.hftstuttgart.buildingphysics.feature"/> <feature id="de.hftstuttgart.buildingphysics.feature"/>
<feature id="org.eclipse.emf.ecore" installMode="root"/>
<feature id="org.eclipse.emf.common" installMode="root"/>
<feature id="org.eclipse.emf.ecp.viewmodel.feature" installMode="root"/> <feature id="org.eclipse.emf.ecp.viewmodel.feature" installMode="root"/>
<feature id="org.eclipse.emf.ecp.view.categorization.feature" installMode="root"/> <feature id="org.eclipse.emf.ecp.view.categorization.feature" installMode="root"/>
<feature id="org.eclipse.emf.ecp.view.group.feature" installMode="root"/> <feature id="org.eclipse.emf.ecp.view.group.feature" installMode="root"/>
<feature id="org.eclipse.emf.ecp.view.label.feature" installMode="root"/> <feature id="org.eclipse.emf.ecp.view.label.feature" installMode="root"/>
<feature id="org.eclipse.emf.ecp.view.table.feature" installMode="root"/> <feature id="org.eclipse.emf.ecp.view.table.feature" installMode="root"/>
<feature id="org.eclipse.equinox.sdk" installMode="root"/>
</features> </features>
<configurations> <configurations>
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?> <?pde version="3.8"?>
<target name="RCP, EMF Forms 2020-09"> <target name="RCP, EMF Forms 2020-12">
<locations> <locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="http://download.eclipse.org/releases/2020-09"/> <repository location="http://download.eclipse.org/releases/2020-12"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.20.300.v20200828-1034"/> <unit id="org.eclipse.equinox.sdk.feature.group" version="3.21.0.v20201128-0731"/>
<unit id="org.eclipse.e4.rcp.feature.group" version="4.17.0.v20200831-1002"/> <unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="4.18.0.v20201026-0947"/>
</location> </location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="http://download.eclipse.org/ecp/releases/releases_target_125/"/> <repository location="http://download.eclipse.org/ecp/releases/releases_target_125/"/>
<unit id="org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group" version="1.25.0.20200916-0800"/> <unit id="org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group" version="1.25.0.20200916-0800"/>
</location> </location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://transfer.hft-stuttgart.de/pages/neqmodplus/indriya-p2/release_target_211/"/>
<unit id="de.hft-stuttgart.indriya.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://transfer.hft-stuttgart.de/pages/neqmodplus/de.hft-stuttgart.cityunits/release_target_100/"/>
<unit id="de.hftstuttgart.cityunits.feature.feature.group" version="0.0.0"/>
</location>
</locations> </locations>
</target> </target>
\ No newline at end of file
...@@ -3,4 +3,6 @@ Bundle-ManifestVersion: 2 ...@@ -3,4 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: de.hftstuttgart.buildingphysics.viewmodel Bundle-Name: de.hftstuttgart.buildingphysics.viewmodel
Bundle-SymbolicName: de.hftstuttgart.buildingphysics.viewmodel;singleton:=true Bundle-SymbolicName: de.hftstuttgart.buildingphysics.viewmodel;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.eclipse.emf.ecp.view.model.provider.xmi Require-Bundle: org.eclipse.emf.ecp.view.model.provider.xmi,
de.hftstuttgart.cityunits.ui.renderer;bundle-version="1.0.0",
de.hftstuttgart.cityunits.model;bundle-version="1.0.0"
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src-gen/"/> <classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes"/>
</classpath> </classpath>
...@@ -7,10 +7,10 @@ Bundle-Version: 1.0.0.qualifier ...@@ -7,10 +7,10 @@ Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: . Bundle-ClassPath: .
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: de.hftstuttgart.buildingphysics, Export-Package: de.hftstuttgart.buildingphysics,
de.hftstuttgart.buildingphysics.impl, de.hftstuttgart.buildingphysics.impl,
de.hftstuttgart.buildingphysics.util de.hftstuttgart.buildingphysics.util
Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport, Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.core.runtime org.eclipse.core.runtime,
de.hftstuttgart.cityunits.model;bundle-version="1.0.0";visibility:=reexport
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
...@@ -6,5 +6,4 @@ bin.includes = .,\ ...@@ -6,5 +6,4 @@ bin.includes = .,\
plugin.xml,\ plugin.xml,\
plugin.properties plugin.properties
jars.compile.order = . jars.compile.order = .
source.. = src-gen/ source.. = src/
output.. = bin/
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel"
modelDirectory="/de.hftstuttgart.buildingphysics/src-gen" creationIcons="false" modelDirectory="/de.hftstuttgart.buildingphysics/src" creationIcons="false"
editDirectory="/de.hftstuttgart.buildingphysics.edit/src-gen" editorDirectory="/de.hftstuttgart.buildingphysics.editor/src-gen" editDirectory="/de.hftstuttgart.buildingphysics.edit/src" editorDirectory="/de.hftstuttgart.buildingphysics.editor/src"
modelPluginID="de.hftstuttgart.buildingphysics" modelName="BuildingPhysics" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" modelPluginID="de.hftstuttgart.buildingphysics" modelName="BuildingPhysics" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
codeFormatting="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" codeFormatting="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="15.0"
copyrightFields="false" operationReflection="true" importOrganizing="true"> copyrightFields="false" operationReflection="true" importOrganizing="true">
<foreignModel>buildingphysics.ecore</foreignModel> <foreignModel>buildingphysics.ecore</foreignModel>
<testsDirectory xsi:nil="true"/> <testsDirectory xsi:nil="true"/>
......
...@@ -26,7 +26,6 @@ import org.eclipse.emf.ecore.EObject; ...@@ -26,7 +26,6 @@ import org.eclipse.emf.ecore.EObject;
* @generated * @generated
*/ */
public interface WindowType extends EObject { public interface WindowType extends EObject {
/** /**
* Returns the value of the '<em><b>Id</b></em>' attribute. * Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc --> * <!-- begin-user-doc -->
...@@ -161,4 +160,5 @@ public interface WindowType extends EObject { ...@@ -161,4 +160,5 @@ public interface WindowType extends EObject {
* @generated * @generated
*/ */
void setFrameRatio(int value); void setFrameRatio(int value);
} // WindowType } // WindowType
...@@ -6,8 +6,10 @@ import de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog; ...@@ -6,8 +6,10 @@ import de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog;
import de.hftstuttgart.buildingphysics.BuildingPhysicsPackage; import de.hftstuttgart.buildingphysics.BuildingPhysicsPackage;
import de.hftstuttgart.buildingphysics.MaterialCatalog; import de.hftstuttgart.buildingphysics.MaterialCatalog;
import de.hftstuttgart.buildingphysics.WindowCatalog; import de.hftstuttgart.buildingphysics.WindowCatalog;
import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.InternalEObject;
...@@ -94,6 +96,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp ...@@ -94,6 +96,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
@Override
public String getAuthor() { public String getAuthor() {
return author; return author;
} }
...@@ -103,6 +106,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp ...@@ -103,6 +106,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
@Override
public void setAuthor(String newAuthor) { public void setAuthor(String newAuthor) {
String oldAuthor = author; String oldAuthor = author;
author = newAuthor; author = newAuthor;
...@@ -116,6 +120,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp ...@@ -116,6 +120,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
@Override
public WindowCatalog getWindowCatalog() { public WindowCatalog getWindowCatalog() {
return windowCatalog; return windowCatalog;
} }
...@@ -145,6 +150,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp ...@@ -145,6 +150,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
@Override
public void setWindowCatalog(WindowCatalog newWindowCatalog) { public void setWindowCatalog(WindowCatalog newWindowCatalog) {
if (newWindowCatalog != windowCatalog) { if (newWindowCatalog != windowCatalog) {
NotificationChain msgs = null; NotificationChain msgs = null;
...@@ -170,6 +176,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp ...@@ -170,6 +176,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
@Override
public MaterialCatalog getMaterialCatalog() { public MaterialCatalog getMaterialCatalog() {
return materialCatalog; return materialCatalog;
} }
...@@ -199,6 +206,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp ...@@ -199,6 +206,7 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
@Override
public void setMaterialCatalog(MaterialCatalog newMaterialCatalog) { public void setMaterialCatalog(MaterialCatalog newMaterialCatalog) {
if (newMaterialCatalog != materialCatalog) { if (newMaterialCatalog != materialCatalog) {
NotificationChain msgs = null; NotificationChain msgs = null;
...@@ -258,7 +266,6 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp ...@@ -258,7 +266,6 @@ public class BuildingPhysicsCatalogImpl extends MinimalEObjectImpl.Container imp
* <!-- end-user-doc --> * <!-- end-user-doc -->
* @generated * @generated
*/ */
@SuppressWarnings("unchecked")
@Override @Override
public void eSet(int featureID, Object newValue) { public void eSet(int featureID, Object newValue) {
switch (featureID) { switch (featureID) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment