diff --git a/de.hft-stuttgart.cityunits.feature/feature.xml b/de.hft-stuttgart.cityunits.feature/feature.xml index cd5481b076ca6d7dc867b9f4a40a7cd020a1d65c..04c8754f835f9c8d8f3506bd8919a9b4cc2595f2 100644 --- a/de.hft-stuttgart.cityunits.feature/feature.xml +++ b/de.hft-stuttgart.cityunits.feature/feature.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <feature - id="de.hft-stuttgart.cityunits.feature" + id="de.hftstuttgart.cityunits.feature" label="City Units" version="1.0.0" provider-name="HfT Stuttgart"> @@ -23,7 +23,7 @@ Certain units relevant to City simulations are also added. <requires> <import plugin="org.eclipse.emf.ecore"/> - <import plugin="de.hft-stuttgart.cityunits" version="1.0.0" match="greaterOrEqual"/> + <import plugin="de.hftstuttgart.cityunits" version="1.0.0" match="greaterOrEqual"/> <import plugin="org.eclipse.emf.edit" version="2.8.0" match="compatible"/> <import plugin="org.eclipse.core.runtime" version="3.8.0" match="compatible"/> <import plugin="org.eclipse.emf.databinding" version="1.3.0" match="compatible"/> diff --git a/de.hft-stuttgart.cityunits.feature/pom.xml b/de.hft-stuttgart.cityunits.feature/pom.xml index ac95a351fa47afef7487738d660f83d1ea5c9ee1..ad0c2ae1e315d9640396605dc434a2993a00bf1b 100644 --- a/de.hft-stuttgart.cityunits.feature/pom.xml +++ b/de.hft-stuttgart.cityunits.feature/pom.xml @@ -2,7 +2,7 @@ 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.feature</artifactId> + <artifactId>de.hftstuttgart.cityunits.feature</artifactId> <packaging>eclipse-feature</packaging> <name>City Units Feature</name>