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"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>de.hft-stuttgart.cityunits.ui.renderer</name> <name>de.hftstuttgart.cityunits.ui.renderer</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
......
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: QuantityControl 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-Version: 1.0.0
Bundle-Vendor: HfT Stuttgart Bundle-Vendor: HfT Stuttgart
Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.0" 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.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.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)", 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", ...@@ -25,4 +25,4 @@ Import-Package: javax.inject;version="1.0.0",
org.eclipse.jface.layout;version="0.0.0", org.eclipse.jface.layout;version="0.0.0",
org.eclipse.swt;version="0.0.0", org.eclipse.swt;version="0.0.0",
org.eclipse.swt.widgets;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"?> <?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"/> <implementation class="de.hftstuttgart.cityunits.ui.renderer.QuantityControlRendererService"/>
<service> <service>
<provide interface="org.eclipse.emfforms.spi.swt.core.di.EMFFormsDIRendererService"/> <provide interface="org.eclipse.emfforms.spi.swt.core.di.EMFFormsDIRendererService"/>
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>de.hft-stuttgart.cityunits.ui.renderer</artifactId> <artifactId>de.hftstuttgart.cityunits.ui.renderer</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
<name>City Units SWT Renderer</name> <name>City Units SWT Renderer</name>
<parent> <parent>
<groupId>de.hft-stuttgart</groupId> <groupId>de.hftstuttgart</groupId>
<artifactId>de.hft-stuttgart.cityunits</artifactId> <artifactId>de.hftstuttgart.cityunits</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
</project> </project>
\ No newline at end of file
...@@ -45,7 +45,7 @@ import org.eclipse.swt.widgets.Text; ...@@ -45,7 +45,7 @@ import org.eclipse.swt.widgets.Text;
import de.hftstuttgart.cityunits.model.NullableQuantity; import de.hftstuttgart.cityunits.model.NullableQuantity;
import de.hftstuttgart.cityunits.model.quantities.QuantitiesPackage; import de.hftstuttgart.cityunits.model.quantities.QuantitiesPackage;
// import de.hft-stuttgart.energycomponents.EnCompPackage; // import de.hftstuttgart.energycomponents.EnCompPackage;
public class QuantityControlRenderer extends TextControlSWTRenderer { public class QuantityControlRenderer extends TextControlSWTRenderer {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>de.hft-stuttgart</groupId> <groupId>de.hftstuttgart</groupId>
<artifactId>de.hft-stuttgart.cityunits</artifactId> <artifactId>de.hftstuttgart.cityunits</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>City Units Parent POM</name> <name>City Units Parent POM</name>
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
<pomDependencies>consider</pomDependencies> <pomDependencies>consider</pomDependencies>
<target> <target>
<artifact> <artifact>
<groupId>de.hft-stuttgart</groupId> <groupId>de.hftstuttgart</groupId>
<artifactId>de.hft-stuttgart.cityunits.target</artifactId> <artifactId>de.hftstuttgart.cityunits.target</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</artifact> </artifact>
</target> </target>
...@@ -86,12 +86,12 @@ ...@@ -86,12 +86,12 @@
</dependencies> </dependencies>
<modules> <modules>
<module>de.hft-stuttgart.cityunits.target</module> <module>de.hftstuttgart.cityunits.target</module>
<module>de.hft-stuttgart.cityunits.feature</module> <module>de.hftstuttgart.cityunits.feature</module>
<module>de.hft-stuttgart.cityunits.model</module> <module>de.hftstuttgart.cityunits.model</module>
<module>de.hft-stuttgart.cityunits.ui.renderer</module> <module>de.hftstuttgart.cityunits.ui.renderer</module>
<module>de.hft-stuttgart.cityunits.p2site</module> <module>de.hftstuttgart.cityunits.p2site</module>
<module>de.hft-stuttgart.cityunits.tests</module> <module>de.hftstuttgart.cityunits.tests</module>
</modules> </modules>
</project> </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