Skip to content

Commit

Permalink
[563060] The targlet feature generator should set qualifier replacement
Browse files Browse the repository at this point in the history
before creating the advice file

Also update the version.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=563060
  • Loading branch information
merks committed May 16, 2020
1 parent 8513082 commit 8c1c754
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions plugins/org.eclipse.oomph.targlets/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.oomph.targlets;singleton:=true
Bundle-Version: 1.12.0.qualifier
Bundle-Version: 1.13.0.qualifier
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Expand All @@ -14,14 +14,14 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.equinox.p2.publisher;bundle-version="[1.0.0,2.0.0)",
org.eclipse.equinox.p2.updatesite;bundle-version="[1.0.0,2.0.0)",
org.eclipse.equinox.p2.repository;bundle-version="[2.0.0,3.0.0)",
org.eclipse.oomph.p2.core;bundle-version="[1.15.0,2.0.0)";visibility:=reexport,
org.eclipse.oomph.resources;bundle-version="[1.12.0,2.0.0)";visibility:=reexport
org.eclipse.oomph.p2.core;bundle-version="[1.16.0,2.0.0)";visibility:=reexport,
org.eclipse.oomph.resources;bundle-version="[1.13.0,2.0.0)";visibility:=reexport
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.oomph.internal.targlets;version="1.12.0";x-internal:=true,
org.eclipse.oomph.targlets;version="1.12.0";x-internal:=true,
org.eclipse.oomph.targlets.impl;version="1.12.0";x-internal:=true,
org.eclipse.oomph.targlets.util;version="1.12.0";x-internal:=true
Export-Package: org.eclipse.oomph.internal.targlets;version="1.13.0";x-internal:=true,
org.eclipse.oomph.targlets;version="1.13.0";x-internal:=true,
org.eclipse.oomph.targlets.impl;version="1.13.0";x-internal:=true,
org.eclipse.oomph.targlets.util;version="1.13.0";x-internal:=true
Bundle-Activator: org.eclipse.oomph.internal.targlets.TargletsPlugin$Implementation
Service-Component: META-INF/noopPluginConverter.xml
Automatic-Module-Name: org.eclipse.oomph.targlets
2 changes: 1 addition & 1 deletion plugins/org.eclipse.oomph.targlets/pom.xml
Expand Up @@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.oomph</groupId>
<artifactId>org.eclipse.oomph.targlets</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.13.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down

0 comments on commit 8c1c754

Please sign in to comment.