Skip to content

Commit

Permalink
Add pom.xml file for Acceleo build and switch to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Jan 15, 2021
1 parent be5eb37 commit 9e4401e
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bundles/es.unizar.disco.pnml.utils/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: PNML Utils
Bundle-SymbolicName: es.unizar.disco.pnml.utils;singleton:=true
Bundle-Version: 0.4.0.qualifier
Bundle-Version: 0.4.1.qualifier
Bundle-Activator: es.unizar.disco.pnml.utils.PnmlUtilsPlugin
Require-Bundle: org.eclipse.ui;bundle-version="3.118.100",
org.eclipse.core.runtime;bundle-version="3.20.0",
Expand Down
64 changes: 64 additions & 0 deletions bundles/es.unizar.disco.pnml.utils/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!--
Copyright (c) 2020 DisCo Group - Universidad de Zaragoza.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 1.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-1.0/
SPDX-License-Identifier: EPL-1.0
Contributors:
Abel Gómez
-->
<!--
This plugin requires an explicit pom.xml since Tycho does not call the Acceleo
builder by default
-->
<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>
<parent>
<groupId>es.unizar.disco.simulation</groupId>
<artifactId>bundles</artifactId>
<version>0.4.1-SNAPSHOT</version>
</parent>
<groupId>es.unizar.disco.simulation</groupId>
<artifactId>es.unizar.disco.pnml.utils</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.acceleo</groupId>
<artifactId>org.eclipse.acceleo.maven</artifactId>
<version>${org.eclipse.acceleo.maven.version}</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>acceleo-compile</goal>
</goals>
</execution>
</executions>
<configuration>
<useBinaryResources>false</useBinaryResources>
<usePlatformResourcePath>true</usePlatformResourcePath>
<acceleoProject>
<root>${project.basedir}</root>
<entries>
<entry>
<input>src</input>
<output>target/classes</output>
</entry>
</entries>
</acceleoProject>
<packagesToRegister>
<packageToRegister>es.unizar.disco.pnextensions.pnconstants.PnconstantsPackage</packageToRegister>
<packageToRegister>fr.lip6.move.pnml.ptnet.PtnetPackage</packageToRegister>
</packagesToRegister>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>
<groupId>es.unizar.disco.simulation</groupId>
<artifactId>bundles</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions features/es.unizar.disco.pnml.utils.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="es.unizar.disco.pnml.utils.feature"
label="PNML Utils"
version="0.4.0.qualifier"
version="0.4.1.qualifier"
provider-name="DisCo - Unizar">

<description url="https://github.com/dice-project/DICE-Simulation-Utils">
Expand Down Expand Up @@ -239,7 +239,7 @@ any resulting litigation.
id="es.unizar.disco.pnml.utils"
download-size="0"
install-size="0"
version="0.4.0.qualifier"
version="0.4.1.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>
<groupId>es.unizar.disco.simulation</groupId>
<artifactId>features</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</properties>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>bundles</module>
Expand Down Expand Up @@ -65,7 +65,7 @@
<artifact>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>platform</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>releng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>releng</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>
<groupId>es.unizar.disco.simulation.utils</groupId>
<artifactId>update</artifactId>
Expand Down

0 comments on commit 9e4401e

Please sign in to comment.