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

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

No related merge requests found
Pipeline #1760 failed with stages
in 2 minutes and 59 seconds
Showing with 18 additions and 18 deletions
+18 -18
......@@ -29,6 +29,6 @@ pages-master:
script:
- rm -rf "$RELEASE_DIR"
- mkdir -p "$RELEASE_DIR"
- cp -r de.hft-stuttgart.indriya.p2site/target/repository/* "$RELEASE_DIR"
- cp -r de.hft-stuttgart.cityunits.p2site/target/repository/* "$RELEASE_DIR"
only:
- master
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.hft-stuttgart.cityunits.parent</name>
<name>de.hftstuttgart.cityunits.parent</name>
<comment></comment>
<projects>
</projects>
......
# de.hft-stuttgart.cityunits
# de.hftstuttgart.cityunits
Create Eclipse P2 repository with Ecore data types for units based on Indriya reference implementation and some special units for urban simulation.
To add OSGi bundles published in this P2 repository add site [https://transfer.hft-stuttgart.de/pages/de.hft-stuttgart.cityunits/release_target_100/]() to a running Eclipse instance via `Eclipse -> Preferences -> Install/Update -> Available Software Sites -> Add...` or to a target platform definition via `Eclipse -> Preferences -> Plug-in Development -> Target Platform -> Edit...`.
\ No newline at end of file
To add OSGi bundles published in this P2 repository add site [https://transfer.hft-stuttgart.de/pages/de.hftstuttgart.cityunits/release_target_100/]() to a running Eclipse instance via `Eclipse -> Preferences -> Install/Update -> Available Software Sites -> Add...` or to a target platform definition via `Eclipse -> Preferences -> Plug-in Development -> Target Platform -> Edit...`.
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.hft-stuttgart.cityunits.feature</name>
<name>de.hftstuttgart.cityunits.feature</name>
<comment></comment>
<projects>
</projects>
......
......@@ -43,14 +43,14 @@ Certain units relevant to City simulations are also added.
</requires>
<plugin
id="de.hft-stuttgart.cityunits.model"
id="de.hftstuttgart.cityunits.model"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="de.hft-stuttgart.cityunits.ui.renderer"
id="de.hftstuttgart.cityunits.ui.renderer"
download-size="0"
install-size="0"
version="0.0.0"
......
......@@ -7,8 +7,8 @@
<name>City Units Feature</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>
......
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.hft-stuttgart.cityunits.model</name>
<name>de.hftstuttgart.cityunits.model</name>
<comment></comment>
<projects>
</projects>
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hft-stuttgart.cityunits.model;singleton:=true
Bundle-SymbolicName: de.hftstuttgart.cityunits.model;singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Automatic-Module-Name: de.hft-stuttgart.cityunits.model
Automatic-Module-Name: de.hftstuttgart.cityunits.model
Require-Bundle: tech.units.indriya;bundle-version="[2.1.1,3.0.0)",
javax.measure.unit-api;bundle-version="[2.1.1,3.0.0)",
org.eclipse.core.runtime,
......
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage 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" name="quantities" nsURI="https://www.hft-stuttgart.de/quantities"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="quantities" nsURI="https://www.hftstuttgart.de/quantities"
nsPrefix="quant">
<eClassifiers xsi:type="ecore:EDataType" name="QuantityDouble" instanceClassName="de.hftstuttgart.cityunits.model.NullableQuantity"/>
<eClassifiers xsi:type="ecore:EDataType" name="QuantityLong" instanceClassName="de.hftstuttgart.cityunits.model.NullableQuantity"/>
......
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel"
modelDirectory="/de.hft-stuttgart.cityunits.model/src" modelPluginID="de.hft-stuttgart.cityunits.model"
modelDirectory="/de.hftstuttgart.cityunits.model/src" modelPluginID="de.hftstuttgart.cityunits.model"
modelName="Quantities" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
importerID="org.eclipse.emf.importer.ecore" complianceLevel="15.0" copyrightFields="false"
operationReflection="true" importOrganizing="true">
......
......@@ -9,7 +9,7 @@
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated Quantities -->
<package
uri="https://www.hft-stuttgart.de/quantities"
uri="https://www.hftstuttgart.de/quantities"
class="de.hftstuttgart.cityunits.model.quantities.QuantitiesPackage"
genModel="model/Quantities.genmodel"/>
</extension>
......
......@@ -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.model</artifactId>
<artifactId>de.hftstuttgart.cityunits.model</artifactId>
<packaging>eclipse-plugin</packaging>
<name>City Units</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>
......
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