Skip to content

Commit

Permalink
Fix missing dependency and move to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Jul 28, 2016
1 parent 5e7f585 commit e8239ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions 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.2.1.qualifier"
version="0.2.2.qualifier"
provider-name="DisCo - Unizar">

<description url="https://github.com/dice-project/DICE-Simulation-Utils">
Expand Down Expand Up @@ -233,13 +233,14 @@ any resulting litigation.
<import plugin="org.eclipse.acceleo.profiler" version="3.3.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.acceleo.engine" version="3.3.0" match="greaterOrEqual"/>
<import feature="fr.lip6.pnml.framework.sdk" version="2.2.9" match="greaterOrEqual"/>
<import plugin="es.unizar.disco.pnml.m2t" version="0.3.2" match="greaterOrEqual"/>
</requires>

<plugin
id="es.unizar.disco.pnml.utils"
download-size="0"
install-size="0"
version="0.2.1.qualifier"
version="0.2.2.qualifier"
unpack="false"/>

</feature>
5 changes: 3 additions & 2 deletions 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.2.1.qualifier
Bundle-Version: 0.2.2.qualifier
Bundle-Activator: es.unizar.disco.pnml.utils.PnmlUtilsPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand All @@ -15,7 +15,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.acceleo.common;bundle-version="3.3.0";visibility:=reexport,
org.eclipse.acceleo.model;bundle-version="3.3.0",
org.eclipse.acceleo.profiler;bundle-version="3.3.0",
org.eclipse.acceleo.engine;bundle-version="3.3.0"
org.eclipse.acceleo.engine;bundle-version="3.3.0",
es.unizar.disco.pnml.m2t;bundle-version="0.3.2"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Vendor: DisCo - Unizar
Expand Down

0 comments on commit e8239ea

Please sign in to comment.