Skip to content

Commit

Permalink
Bug 565159 - [Passage] Remove LIC EMF ResourceSetProvider
Browse files Browse the repository at this point in the history
Updated versions of affected features to 1.0.0

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Jul 12, 2020
1 parent 3d99a33 commit d750430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions features/org.eclipse.passage.loc.dashboard.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.loc.dashboard.feature"
label="%featureName"
version="0.6.0.qualifier"
version="1.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -31,10 +31,6 @@
%license
</license>

<requires>
<import feature="org.eclipse.passage.lic.define.feature" version="0.0.0" match="equivalent"/>
</requires>

<includes
id="org.eclipse.passage.loc.workbench.feature"
version="0.0.0"/>
Expand Down Expand Up @@ -63,6 +59,10 @@
id="org.eclipse.passage.loc.licenses.feature"
version="0.0.0"/>

<requires>
<import feature="org.eclipse.passage.lic.define.feature" version="0.0.0" match="equivalent"/>
</requires>

<plugin
id="org.eclipse.passage.loc.dashboard.ui"
download-size="0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.loc.workbench.feature"
label="%featureName"
version="0.6.200.qualifier"
version="1.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down

0 comments on commit d750430

Please sign in to comment.