-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
917 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
plugins/de.fraunhofer.ipa.ros.externalDependencies/.classpath
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> |
23 changes: 23 additions & 0 deletions
23
plugins/de.fraunhofer.ipa.ros.externalDependencies/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>de.fraunhofer.ipa.ros.externalDependencies</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> |
2 changes: 2 additions & 0 deletions
2
...ins/de.fraunhofer.ipa.ros.externalDependencies/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
6 changes: 6 additions & 0 deletions
6
plugins/de.fraunhofer.ipa.ros.externalDependencies/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 | ||
org.eclipse.jdt.core.compiler.compliance=1.5 | ||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | ||
org.eclipse.jdt.core.compiler.release=disabled | ||
org.eclipse.jdt.core.compiler.source=1.5 |
4 changes: 4 additions & 0 deletions
4
plugins/de.fraunhofer.ipa.ros.externalDependencies/.settings/org.eclipse.m2e.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
117 changes: 117 additions & 0 deletions
117
plugins/de.fraunhofer.ipa.ros.externalDependencies/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>de.fraunhofer.ipa.ros.externalDependencies</groupId> | ||
<artifactId>de.fraunhofer.ipa.ros.externalDependencies</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<properties> | ||
<sprottyVersion>0.7.0-SNAPSHOT</sprottyVersion> | ||
<elkVersion>0.5.0</elkVersion> | ||
</properties> | ||
|
||
<repositories> | ||
<repository> | ||
<id>sonatype-oss</id> | ||
<name>sonatype-oss</name> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
</repository> | ||
</repositories> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.reficio</groupId> | ||
<artifactId>p2-maven-plugin</artifactId> | ||
<version>1.3.0</version> | ||
<executions> | ||
<execution> | ||
<id>default-cli</id> | ||
<configuration> | ||
<featureDefinitions> | ||
<feature> | ||
<id>de.fraunhofer.ipa.ros.externalDependencies</id> | ||
<version>${project.version}</version> | ||
<label>ROS Model Maven dependencies</label> | ||
<providerName>${project.groupId}</providerName> | ||
<description>${project.description}</description> | ||
<artifacts> | ||
<!-- specify your dependencies here --> | ||
<!-- groupId:artifactId:version --> | ||
<artifact> | ||
<id>org.ow2.asm:asm:7.0</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.ow2.asm:asm-commons:7.0</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.ow2.asm:asm-tree:7.0</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.sprotty:org.eclipse.sprotty:${sprottyVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.sprotty:org.eclipse.sprotty.server:${sprottyVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.sprotty:org.eclipse.sprotty.xtext:${sprottyVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.sprotty:org.eclipse.sprotty.layout:${sprottyVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.elk:org.eclipse.elk.alg.layered:${elkVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.elk:org.eclipse.elk.alg.common:${elkVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.elk:org.eclipse.elk.core:${elkVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>org.eclipse.elk:org.eclipse.elk.graph:${elkVersion}</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
<artifact> | ||
<id>com.google.code.gson:gson:2.8.5</id> | ||
<transitive>false</transitive> | ||
</artifact> | ||
</artifacts> | ||
</feature> | ||
</featureDefinitions> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
|
||
<plugin> | ||
<groupId>org.mortbay.jetty</groupId> | ||
<artifactId>jetty-maven-plugin</artifactId> | ||
<version>8.1.5.v20120716</version> | ||
<configuration> | ||
<scanIntervalSeconds>10</scanIntervalSeconds> | ||
<webAppSourceDirectory>${project.build.directory}/repository/</webAppSourceDirectory> | ||
<webApp> | ||
<contextPath>/site</contextPath> | ||
</webApp> | ||
</configuration> | ||
</plugin> | ||
|
||
</plugins> | ||
</build> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>de.fraunhofer.ipa.ros.updatesite</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.UpdateSiteBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.UpdateSiteNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site> | ||
<feature id="de.fraunhofer.ipa.ros.feature"> | ||
<category name="ros-model"/> | ||
</feature> | ||
<category-def name="ros-model" label="ROS Model"> | ||
<description> | ||
This feature holds a family of metamodels defined as ecore models | ||
that together with its java and Xtext and Xtend grammar implementations | ||
facilitates the use of a set of tools and graphical plugins to | ||
create models from ROS code, compose and validate the composition | ||
of models, autogenerate deployment artifacts and check the use | ||
of standard specifications. | ||
</description> | ||
</category-def> | ||
</site> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<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.ros</groupId> | ||
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId> | ||
<version>1.1.0-SNAPSHOT</version> | ||
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath> | ||
</parent> | ||
<artifactId>de.fraunhofer.ipa.ros.updatesite</artifactId> | ||
<packaging>eclipse-repository</packaging> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.eclipse.tycho</groupId> | ||
<artifactId>tycho-p2-repository-plugin</artifactId> | ||
<version>${tycho-version}</version> | ||
<configuration> | ||
<includeAllDependencies>true</includeAllDependencies> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
Oops, something went wrong.