Skip to content

Commit

Permalink
update release and feature information
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Nov 16, 2022
1 parent 30d1d98 commit e4a8cce
Show file tree
Hide file tree
Showing 13 changed files with 396 additions and 6 deletions.
42 changes: 42 additions & 0 deletions plugins/de.fraunhofer.ipa.ros.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,46 @@ POSSIBILITY OF SUCH DAMAGE.
version="2.0.0.qualifier"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros1.xtext"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros1.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros1.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros2.xtext"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros2.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="de.fraunhofer.ipa.ros2.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
8 changes: 7 additions & 1 deletion plugins/de.fraunhofer.ipa.ros.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
<module>../de.fraunhofer.ipa.ros</module>
<module>../de.fraunhofer.ipa.ros.xtext</module>
<module>../de.fraunhofer.ipa.ros.xtext.ide</module>
<module>../de.fraunhofer.ipa.ros.xtext.ui</module>
<module>../de.fraunhofer.ipa.ros.xtext.ui</module>
<module>../de.fraunhofer.ipa.ros1.xtext</module>
<module>../de.fraunhofer.ipa.ros1.xtext.ide</module>
<module>../de.fraunhofer.ipa.ros1.xtext.ui</module>
<module>../de.fraunhofer.ipa.ros2.xtext</module>
<module>../de.fraunhofer.ipa.ros2.xtext.ide</module>
<module>../de.fraunhofer.ipa.ros2.xtext.ui</module>
<module>../de.fraunhofer.ipa.ros.edit</module>
<module>../de.fraunhofer.ipa.ros.editor</module>
<module>../de.fraunhofer.ipa.rossystem.model.combination</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: de.fraunhofer.ipa.ros1.xtext.ide
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.ros1.xtext.ide
Bundle-Vendor: My Company
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.ros1.xtext.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
33 changes: 33 additions & 0 deletions plugins/de.fraunhofer.ipa.ros1.xtext.ide/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.fraunhofer.ipa.ros1</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>0.0.0</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros1.xtext.ide</artifactId>
<packaging>eclipse-plugin</packaging>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>xtend-gen-clean</id>
<phase>clean</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: de.fraunhofer.ipa.ros1.xtext.ui
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.ros1.xtext.ui
Bundle-Vendor: My Company
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.ros1.xtext.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
33 changes: 33 additions & 0 deletions plugins/de.fraunhofer.ipa.ros1.xtext.ui/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.fraunhofer.ipa.ros1</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>0.0.0</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros1.xtext.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>xtend-gen-clean</id>
<phase>clean</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
105 changes: 105 additions & 0 deletions plugins/de.fraunhofer.ipa.ros1.xtext/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.fraunhofer.ipa.ros1</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>0.0.0</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros1.xtext</artifactId>
<packaging>eclipse-plugin</packaging>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<executions>
<execution>
<id>mwe2Launcher</id>
<phase>generate-sources</phase>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher</mainClass>
<arguments>
<argument>/${project.basedir}/src/de/fraunhofer/ipa/ros1/GenerateRos1.mwe2</argument>
<argument>-p</argument>
<argument>rootPath=/${project.basedir}/..</argument>
</arguments>
<classpathScope>compile</classpathScope>
<includePluginDependencies>true</includePluginDependencies>
<cleanupDaemonThreads>false</cleanupDaemonThreads><!-- see https://bugs.eclipse.org/bugs/show_bug.cgi?id=475098#c3 -->
</configuration>
<dependencies>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
<version>2.9.1.201705291010</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.common.types</artifactId>
<version>${xtextVersion}</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
<version>${xtextVersion}</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xbase</artifactId>
<version>${xtextVersion}</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-antlr-generator</artifactId>
<version>[2.1.1, 3)</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets combine.children="append">
<fileset>
<directory>${basedir}/../de.fraunhofer.ipa.ros1.xtext/src-gen/</directory>
<includes>
<include>**/*</include>
</includes>
</fileset>
<fileset>
<directory>${basedir}/../de.fraunhofer.ipa.ros1.xtext.ide/src-gen/</directory>
<includes>
<include>**/*</include>
</includes>
</fileset>
<fileset>
<directory>${basedir}/../de.fraunhofer.ipa.ros1.xtext.ui/src-gen/</directory>
<includes>
<include>**/*</include>
</includes>
</fileset>
<fileset>
<directory>${basedir}/model/generated/</directory>
</fileset>
</filesets>
</configuration>
</plugin>
</plugins>
</build>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: de.fraunhofer.ipa.ros2.xtext.ide
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.ros2.xtext.ide
Bundle-Vendor: My Company
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.ros2.xtext.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
33 changes: 33 additions & 0 deletions plugins/de.fraunhofer.ipa.ros2.xtext.ide/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.fraunhofer.ipa.ros2</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>0.0.0</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros2.xtext.ide</artifactId>
<packaging>eclipse-plugin</packaging>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>xtend-gen-clean</id>
<phase>clean</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: de.fraunhofer.ipa.ros2.xtext.ui
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.ros2.xtext.ui
Bundle-Vendor: My Company
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.ros2.xtext.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
33 changes: 33 additions & 0 deletions plugins/de.fraunhofer.ipa.ros2.xtext.ui/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.fraunhofer.ipa.ros2</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>0.0.0</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros2.xtext.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>xtend-gen-clean</id>
<phase>clean</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros2.xtext/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: de.fraunhofer.ipa.ros2.xtext
Bundle-ManifestVersion: 2
Bundle-Name: de.fraunhofer.ipa.ros2.xtext
Bundle-Vendor: My Company
Bundle-Vendor: Fraunhofer IPA
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: de.fraunhofer.ipa.ros2.xtext; singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
Loading

0 comments on commit e4a8cce

Please sign in to comment.