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

Change hft-stuttgart to hftstuttgart for packages, projects, plug-ins ..

parent 87e4cbc9
Pipeline #1760 failed with stages
in 2 minutes and 59 seconds
Showing with 19 additions and 19 deletions
+19 -19
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.hft-stuttgart.cityunits.ui.renderer</name>
<name>de.hftstuttgart.cityunits.ui.renderer</name>
<comment></comment>
<projects>
</projects>
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: QuantityControl
Bundle-SymbolicName: de.hft-stuttgart.cityunits.ui.renderer;singleton:=true
Bundle-SymbolicName: de.hftstuttgart.cityunits.ui.renderer;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: HfT Stuttgart
Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.0"
Require-Bundle: de.hft-stuttgart.cityunits.model;bundle-version="1.0.0",
Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.0",
org.eclipse.emf.ecp.edit.swt;bundle-version="[1.24.0,2.0.0)",
org.eclipse.emf.ecp.ui.view.swt;bundle-version="[1.24.0,2.0.0)",
org.eclipse.emf.ecp.view.core.swt;bundle-version="[1.24.0,2.0.0)",
......@@ -25,4 +25,4 @@ Import-Package: javax.inject;version="1.0.0",
org.eclipse.jface.layout;version="0.0.0",
org.eclipse.swt;version="0.0.0",
org.eclipse.swt.widgets;version="0.0.0"
Automatic-Module-Name: de.hft-stuttgart.units.ui.eclipse.quantityrenderer
Automatic-Module-Name: de.hftstuttgart.units.ui.eclipse.quantityrenderer
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="de.hft-stuttgart.units.ui.rendererservice">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="de.hftstuttgart.units.ui.rendererservice">
<implementation class="de.hftstuttgart.cityunits.ui.renderer.QuantityControlRendererService"/>
<service>
<provide interface="org.eclipse.emfforms.spi.swt.core.di.EMFFormsDIRendererService"/>
......
......@@ -2,13 +2,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>de.hft-stuttgart.cityunits.ui.renderer</artifactId>
<artifactId>de.hftstuttgart.cityunits.ui.renderer</artifactId>
<packaging>eclipse-plugin</packaging>
<name>City Units SWT Renderer</name>
<parent>
<groupId>de.hft-stuttgart</groupId>
<artifactId>de.hft-stuttgart.cityunits</artifactId>
<groupId>de.hftstuttgart</groupId>
<artifactId>de.hftstuttgart.cityunits</artifactId>
<version>1.0.0</version>
</parent>
</project>
\ No newline at end of file
......@@ -45,7 +45,7 @@ import org.eclipse.swt.widgets.Text;
import de.hftstuttgart.cityunits.model.NullableQuantity;
import de.hftstuttgart.cityunits.model.quantities.QuantitiesPackage;
// import de.hft-stuttgart.energycomponents.EnCompPackage;
// import de.hftstuttgart.energycomponents.EnCompPackage;
public class QuantityControlRenderer extends TextControlSWTRenderer {
......
......@@ -2,8 +2,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.hft-stuttgart</groupId>
<artifactId>de.hft-stuttgart.cityunits</artifactId>
<groupId>de.hftstuttgart</groupId>
<artifactId>de.hftstuttgart.cityunits</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>City Units Parent POM</name>
......@@ -34,8 +34,8 @@
<pomDependencies>consider</pomDependencies>
<target>
<artifact>
<groupId>de.hft-stuttgart</groupId>
<artifactId>de.hft-stuttgart.cityunits.target</artifactId>
<groupId>de.hftstuttgart</groupId>
<artifactId>de.hftstuttgart.cityunits.target</artifactId>
<version>1.0.0</version>
</artifact>
</target>
......@@ -86,12 +86,12 @@
</dependencies>
<modules>
<module>de.hft-stuttgart.cityunits.target</module>
<module>de.hft-stuttgart.cityunits.feature</module>
<module>de.hft-stuttgart.cityunits.model</module>
<module>de.hft-stuttgart.cityunits.ui.renderer</module>
<module>de.hft-stuttgart.cityunits.p2site</module>
<module>de.hft-stuttgart.cityunits.tests</module>
<module>de.hftstuttgart.cityunits.target</module>
<module>de.hftstuttgart.cityunits.feature</module>
<module>de.hftstuttgart.cityunits.model</module>
<module>de.hftstuttgart.cityunits.ui.renderer</module>
<module>de.hftstuttgart.cityunits.p2site</module>
<module>de.hftstuttgart.cityunits.tests</module>
</modules>
</project>
\ No newline at end of file
Supports Markdown
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