Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multiple consecutive keyword rules #2562

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions alisa/org.osate.alisa.common.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Require-Bundle: org.osate.alisa.common;bundle-version="[3.0.0,4.0.0)";visibility
org.eclipse.compare;bundle-version="[3.7.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.instantiation;bundle-version="[1.1.0,2.0.0)",
org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.reqspec;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)";resolution:=optional
Import-Package: org.eclipse.xsemantics.runtime,
org.apache.log4j;version="[1.2.0,2.0.0)"
Expand Down
4 changes: 2 additions & 2 deletions alisa/org.osate.alisa.common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.eclipse.core.resources;bundle-version="[3.9.1,4.0.0)",
org.eclipse.uml2;bundle-version="[5.0.0,6.0.0)",
org.eclipse.uml2.codegen.ecore;bundle-version="[2.0.1,3.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xsemantics.runtime;bundle-version="[1.19.0,2.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.osate.alisa.common,
Expand Down
4 changes: 2 additions & 2 deletions alisa/org.osate.alisa.contribution/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Contribution
Bundle-SymbolicName: org.osate.alisa.contribution;singleton:=true
Bundle-Version: 1.0.5.qualifier
Bundle-Version: 1.0.6.qualifier
Export-Package: alisa_consistency
Require-Bundle: org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
Require-Bundle: org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion alisa/org.osate.alisa.contribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.alisa.contribution</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
4 changes: 2 additions & 2 deletions alisa/org.osate.alisa.workbench/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)";visibility:=reexport,
org.objectweb.asm;bundle-version="[7.2.0,8.0.0)";resolution:=optional,
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.xtext.aadl2.errormodel;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.errormodel;bundle-version="[7.0.0,8.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)"
Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
6 changes: 3 additions & 3 deletions alisa/org.osate.assure/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.objectweb.asm;bundle-version="[7.2.0,8.0.0)";resolution:=optional,
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.core.resources;bundle-version="[3.9.1,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.junit;bundle-version="[4.11.0,5.0.0)",
org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.ui.editors;bundle-version="[3.6.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
Expand All @@ -40,7 +40,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xsemantics.runtime;bundle-version="[1.8.1,2.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)",
org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
org.osate.annexsupport;bundle-version="[3.1.0,4.0.0)"
Import-Package: com.rockwellcollins.atc.resolute.analysis.execution;resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion alisa/org.osate.reqspec.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Require-Bundle: org.osate.reqspec;bundle-version="[3.0.0,4.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)"
Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
6 changes: 3 additions & 3 deletions alisa/org.osate.reqspec/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.osate.alisa.common;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.xtext.aadl2.errormodel;bundle-version="[6.0.0,7.0.0)",
org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
org.osate.xtext.aadl2.errormodel;bundle-version="[7.0.0,8.0.0)",
org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.osate.reqspec,
org.osate.reqspec.generator,
Expand Down
2 changes: 1 addition & 1 deletion alisa/org.osate.reqtrace/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.osate.reqspec;bundle-version="[3.0.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.5.0,4.0.0)",
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.ui.ide;bundle-version="[3.11.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.5.0,2.0.0)",
org.eclipse.birt.report.engine;bundle-version="[4.7.0,5.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* The activator class controls the plug-in life cycle
* @since 1.1
* @since 1.0
*/
public class Activator extends AbstractUIPlugin {

Expand Down
2 changes: 1 addition & 1 deletion alisa/org.osate.verify.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Require-Bundle: org.osate.verify;bundle-version="[4.0.0,5.0.0)";visibility:=reex
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.assure;bundle-version="[3.0.0,4.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)";resolution:=optional
Expand Down
4 changes: 2 additions & 2 deletions alisa/org.osate.verify/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.antlr.runtime;bundle-version="[3.2.0,4.0.0)",
org.objectweb.asm;bundle-version="[7.2.0,8.0.0)";resolution:=optional,
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.uml2.codegen.ecore;bundle-version="[2.0.1,3.0.0)",
org.osate.alisa.common;bundle-version="[3.0.0,4.0.0)",
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
Expand All @@ -36,7 +36,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
org.eclipse.jface;bundle-version="[3.13.2,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)"
Import-Package: com.rockwellcollins.atc.resolute.resolute;resolution:=optional,
org.apache.log4j;version="[1.2.0,2.0.0)"
Expand Down
6 changes: 3 additions & 3 deletions analyses/org.osate.analysis.architecture/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: %pluginName
Bundle-SymbolicName: org.osate.analysis.architecture;singleton:=true
Bundle-Version: 2.0.2.qualifier
Bundle-Version: 2.0.3.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.analysis.architecture.ArchitecturePlugin
Bundle-Vendor: CMU/SEI
Expand All @@ -12,8 +12,8 @@ Export-Package:
org.osate.analysis.architecture.handlers
Require-Bundle: org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)",
org.eclipse.ui.ide;bundle-version="[3.13.1,4.0.0)",
org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion analyses/org.osate.analysis.architecture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.analysis.architecture</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions analyses/org.osate.analysis.flows/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: %pluginName
Bundle-SymbolicName: org.osate.analysis.flows;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-Version: 5.0.1.qualifier
Bundle-Activator: org.osate.analysis.flows.FlowanalysisPlugin
Bundle-Vendor: CMU/SEI
Bundle-Localization: plugin
Expand All @@ -16,7 +16,7 @@ Export-Package: org.osate.analysis.flows,
Require-Bundle: org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.contribution.sei;bundle-version="[1.1.0,3.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion analyses/org.osate.analysis.flows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.analysis.flows</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
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: Resource Analysis Plug-in
Bundle-SymbolicName: org.osate.analysis.resource.budgets;singleton:=true
Bundle-Version: 4.0.2.qualifier
Bundle-Version: 4.0.3.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.analysis.resource.budgets.ResourceBudgetPlugin
Bundle-Vendor: CMU/SEI
Expand All @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.analysis.architecture;bundle-version="[2.0.0,3.0.0)",
org.osate.analysis.flows;bundle-version="[5.0.0,6.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)"
Expand Down
2 changes: 1 addition & 1 deletion analyses/org.osate.analysis.resource.budgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.analysis.resource.budgets</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
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: %pluginName
Bundle-SymbolicName: org.osate.analysis.resource.management;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-Version: 4.0.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.analysis.resource.management.ResourcemanagementPlugin
Bundle-Vendor: CMU/SEI
Expand All @@ -15,7 +15,7 @@ Require-Bundle: org.osate.analysis.binpacking;bundle-version="[3.0.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)"
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)"
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.osate.analysis.resource.management
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion analyses/org.osate.analysis.resource.management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.analysis.resource.management</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions ba/org.osate.ba.contrib/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Property Set Contribution
Bundle-SymbolicName: org.osate.ba.contrib;singleton:=true
Bundle-Version: 1.0.5.qualifier
Bundle-Version: 1.0.6.qualifier
Bundle-Activator: org.osate.ba.contrib.Activator
Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.17.0,4.0.0)",
org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Vendor: TELECOM ParisTech
Expand Down
2 changes: 1 addition & 1 deletion ba/org.osate.ba.contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.ba.contrib</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion ba/org.osate.ba.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.osate.ba.feature"
label="AADL-BA-FrontEnd"
version="5.0.1.qualifier"
version="5.1.0.qualifier"
provider-name="TELECOM ParisTech"
plugin="org.osate.ba">

Expand Down
2 changes: 1 addition & 1 deletion ba/org.osate.ba.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.ba.feature</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
4 changes: 2 additions & 2 deletions ba/org.osate.ba/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: %pluginName
Bundle-SymbolicName: org.osate.ba;singleton:=true
Bundle-Version: 5.0.1.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-ClassPath: .,
resources/libs/antlr-runtime-4.4.jar
Bundle-Vendor: %providerName
Expand Down Expand Up @@ -35,7 +35,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.16.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.annexsupport;bundle-version="[3.1.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.utils;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion ba/org.osate.ba/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.ba</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion ba/org.osate.utils.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.osate.utils.feature"
label="AADL-Utils"
version="2.0.0.qualifier"
version="2.0.1.qualifier"
provider-name="TELECOM ParisTech"
plugin="org.osate.utils">

Expand Down
2 changes: 1 addition & 1 deletion ba/org.osate.utils.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.utils.feature</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
4 changes: 2 additions & 2 deletions ba/org.osate.utils/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AADL-Utils
Bundle-SymbolicName: org.osate.utils;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)"
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion ba/org.osate.utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.utils</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
4 changes: 2 additions & 2 deletions core/org.osate.aadl2.contrib/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Standard Property Set Contributions
Bundle-SymbolicName: org.osate.aadl2.contrib;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.2.qualifier
Bundle-Activator: org.osate.aadl2.contrib.Activator
Bundle-Vendor: CMU/SEI
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.osate.aadl2.contrib
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion core/org.osate.aadl2.contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.osate</groupId>
<artifactId>org.osate.aadl2.contrib</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Loading