diff --git a/edu.kit.ipd.descartes.core.edit/pom.xml b/edu.kit.ipd.descartes.core.edit/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..6b68af160c296a9eb2de9b340ab5067a38e8976b --- /dev/null +++ b/edu.kit.ipd.descartes.core.edit/pom.xml @@ -0,0 +1,12 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <artifactId>edu.kit.ipd.descartes.core.edit</artifactId> + <packaging>eclipse-plugin</packaging> + + <parent> + <groupId>edu.kit.ipd.descartes.mm</groupId> + <artifactId>edu.kit.ipd.descartes.mm.releng</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../edu.kit.ipd.descartes.mm.releng</relativePath> + </parent> +</project> \ No newline at end of file diff --git a/edu.kit.ipd.descartes.identifier.edit/META-INF/MANIFEST.MF b/edu.kit.ipd.descartes.identifier.edit/META-INF/MANIFEST.MF index bcb022673dc5c6fc72568d88b539c3b685e47ef6..9fce12207332a334f66b4f79da77702eded40fdb 100644 --- a/edu.kit.ipd.descartes.identifier.edit/META-INF/MANIFEST.MF +++ b/edu.kit.ipd.descartes.identifier.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: edu.kit.ipd.descartes.identifier.edit;singleton:=true -Bundle-Version: 1.0.0 +Bundle-Version: 1.0.0.qualifier Bundle-ClassPath: . Bundle-Activator: edu.kit.ipd.descartes.identifier.provider.IdentifierEditPlugin$Implementation Bundle-Vendor: %providerName diff --git a/edu.kit.ipd.descartes.identifier.edit/pom.xml b/edu.kit.ipd.descartes.identifier.edit/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..409151c784d7b500573309f72e801ae97c909804 --- /dev/null +++ b/edu.kit.ipd.descartes.identifier.edit/pom.xml @@ -0,0 +1,12 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <artifactId>edu.kit.ipd.descartes.identifier.edit</artifactId> + <packaging>eclipse-plugin</packaging> + + <parent> + <groupId>edu.kit.ipd.descartes.mm</groupId> + <artifactId>edu.kit.ipd.descartes.mm.releng</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../edu.kit.ipd.descartes.mm.releng</relativePath> + </parent> +</project> \ No newline at end of file