Skip to content

Commit

Permalink
Merge pull request #164 from ipa-nhg/Release2.0
Browse files Browse the repository at this point in the history
RosTooling release 2.0 preparation
  • Loading branch information
ipa-nhg authored Oct 4, 2021
2 parents ab6a329 + 9198d01 commit eb8991e
Show file tree
Hide file tree
Showing 80 changed files with 1,382 additions and 941 deletions.
8 changes: 3 additions & 5 deletions EclipseInstaller/ROSModel.setup
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,14 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="2020-12"
defaultValue="2021-12"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="org.eclipse.xtext.sdk.feature.group"/>
<requirement
name="org.eclipse.sirius.specifier.feature.group"/>
<requirement
name="org.eclipse.sirius.runtime.ide.xtext.feature.group"/>
<requirement
name="org.eclipse.cdt.feature.group"/>
<requirement
Expand All @@ -80,9 +78,9 @@
<requirement
name="org.eclipse.egit.feature.group"/>
<repositoryList
name="2020-12">
name="2021-12">
<repository
url="https://download.eclipse.org/releases/2020-12"/>
url="https://download.eclipse.org/releases/2021-12"/>
</repositoryList>
</targlet>
</setupTask>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.edit;singleton:=true
Automatic-Module-Name: de.fraunhofer.ipa.componentInterface.edit
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: componentInterface.provider.ComponentInterfaceEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.componentInterface.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.edit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.editor;singleton:=true
Automatic-Module-Name: de.fraunhofer.ipa.componentInterface.editor
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: componentInterface.presentation.ComponentInterfaceEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.editor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext.ide
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext,
de.fraunhofer.ipa.componentInterface,
org.eclipse.xtext.ide,
org.eclipse.xtext.xbase.ide,
org.antlr.runtime
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: de.fraunhofer.ipa.componentInterface.ide.contentassist.antlr,
de.fraunhofer.ipa.componentInterface.ide.contentassist.antlr.internal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext.ide</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: de.fraunhofer.ipa.componentInterface.xtext.tests
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext.tests
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext.tests</artifactId>
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: de.fraunhofer.ipa.componentInterface.xtext.ui
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext,
Expand All @@ -15,8 +15,8 @@ Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext,
org.eclipse.ui,
org.eclipse.compare,
org.eclipse.xtext.builder,
org.eclipse.xtend.lib,
org.eclipse.xtext.xbase.lib,
org.eclipse.xtend.lib;bundle-version="2.14.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.eclipse.ui.editors
Import-Package: org.apache.log4j,
org.eclipse.xtext.generator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext.ui</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.fraunhofer.ipa.componentInterface,
org.eclipse.xtext,
org.eclipse.xtext.xbase,
org.eclipse.equinox.common,
org.eclipse.xtext.xbase.lib,
org.antlr.runtime,
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.util,
org.eclipse.xtend.lib
org.eclipse.xtend.lib;bundle-version="2.14.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: de.fraunhofer.ipa.componentInterface,
de.fraunhofer.ipa.componentInterface.parser.antlr.internal,
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.componentInterface.xtext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface.xtext</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface;singleton:=true
Automatic-Module-Name: de.fraunhofer.ipa.componentInterface
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.componentInterface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.componentInterface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.edit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.ros.edit;singleton:=true
Automatic-Module-Name: de.fraunhofer.ipa.ros.edit
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: ros.provider.RosEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros.edit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ public Adapter createMessagePartAdapter() {
* <!-- end-user-doc -->
* @generated
*/
@Override
public ComposeableAdapterFactory getRootAdapterFactory() {
return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory();
}
Expand All @@ -822,6 +823,7 @@ public ComposeableAdapterFactory getRootAdapterFactory() {
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) {
this.parentAdapterFactory = parentAdapterFactory;
}
Expand Down Expand Up @@ -870,6 +872,7 @@ public Object adapt(Object object, Object type) {
* <!-- end-user-doc -->
* @generated
*/
@Override
public void addListener(INotifyChangedListener notifyChangedListener) {
changeNotifier.addListener(notifyChangedListener);
}
Expand All @@ -880,6 +883,7 @@ public void addListener(INotifyChangedListener notifyChangedListener) {
* <!-- end-user-doc -->
* @generated
*/
@Override
public void removeListener(INotifyChangedListener notifyChangedListener) {
changeNotifier.removeListener(notifyChangedListener);
}
Expand All @@ -890,6 +894,7 @@ public void removeListener(INotifyChangedListener notifyChangedListener) {
* <!-- end-user-doc -->
* @generated
*/
@Override
public void fireNotifyChanged(Notification notification) {
changeNotifier.fireNotifyChanged(notification);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;

import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;

import ros.AmentPackage;

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.editor/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.fraunhofer.ipa.ros.editor;singleton:=true
Automatic-Module-Name: de.fraunhofer.ipa.ros.editor
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: ros.presentation.RosEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros.editor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public void contributeToMenu(IMenuManager menuManager) {
//
submenuManager.addMenuListener
(new IMenuListener() {
@Override
public void menuAboutToShow(IMenuManager menuManager) {
menuManager.updateAll(true);
}
Expand Down Expand Up @@ -249,6 +250,7 @@ public void setActiveEditor(IEditorPart part) {
* <!-- end-user-doc -->
* @generated
*/
@Override
public void selectionChanged(SelectionChangedEvent event) {
// Remove any menu items for old selection.
//
Expand Down
Loading

0 comments on commit eb8991e

Please sign in to comment.