-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from virtualsatellite/integration
Release 4.9.0 #3
- Loading branch information
Showing
29 changed files
with
216 additions
and
141 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
This file was deleted.
Oops, something went wrong.
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 |
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
4 changes: 4 additions & 0 deletions
4
de.dlr.sc.virsat.ide.branding.feature/.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 |
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 |
---|---|---|
@@ -1,27 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
******************************************************************************* --> | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software | ||
Technology, Germany. * * This program and the accompanying materials are | ||
made available under the * terms of the Eclipse Public License 2.0 which | ||
is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: | ||
EPL-2.0 ******************************************************************************* --> | ||
<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> | ||
<relativePath>../maven/pom.xml</relativePath> | ||
<groupId>de.dlr.sc.virsat</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide</artifactId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
</parent> | ||
<parent> | ||
<relativePath>../maven/pom.xml</relativePath> | ||
<groupId>de.dlr.sc.virsat.ide</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<groupId>de.dlr.sc.virsat</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide.branding.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
|
||
<version>4.9.0-SNAPSHOT</version> | ||
<name>de.dlr.sc.virsat.ide.branding.feature</name> | ||
<artifactId>de.dlr.sc.virsat.ide.branding.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
|
||
<name>de.dlr.sc.virsat.ide.branding.feature</name> | ||
</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,6 @@ | ||
<?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/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</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
7 changes: 7 additions & 0 deletions
7
de.dlr.sc.virsat.ide.branding.ui/.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,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
4 changes: 4 additions & 0 deletions
4
de.dlr.sc.virsat.ide.branding.ui/.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 |
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
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 |
---|---|---|
@@ -1,25 +1,23 @@ | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
******************************************************************************* --> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software | ||
Technology, Germany. * * This program and the accompanying materials are | ||
made available under the * terms of the Eclipse Public License 2.0 which | ||
is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: | ||
EPL-2.0 ******************************************************************************* --> | ||
<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> | ||
<artifactId>de.dlr.sc.virsat.ide</artifactId> | ||
<groupId>de.dlr.sc.virsat</groupId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
<relativePath>../maven/pom.xml</relativePath> | ||
<groupId>de.dlr.sc.virsat.ide</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>de.dlr.sc.virsat</groupId> | ||
|
||
<artifactId>de.dlr.sc.virsat.ide.branding.ui</artifactId> | ||
<name>de.dlr.sc.virsat.ide.branding.ui</name> | ||
<version>4.9.0-SNAPSHOT</version> | ||
|
||
<packaging>eclipse-plugin</packaging> | ||
</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
4 changes: 4 additions & 0 deletions
4
de.dlr.sc.virsat.ide.dependencies.feature/.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 |
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 |
---|---|---|
@@ -1,27 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
******************************************************************************* --> | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software | ||
Technology, Germany. * * This program and the accompanying materials are | ||
made available under the * terms of the Eclipse Public License 2.0 which | ||
is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: | ||
EPL-2.0 ******************************************************************************* --> | ||
<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> | ||
<relativePath>../maven/pom.xml</relativePath> | ||
<groupId>de.dlr.sc.virsat</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide</artifactId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
</parent> | ||
<parent> | ||
<relativePath>../maven/pom.xml</relativePath> | ||
<groupId>de.dlr.sc.virsat.ide</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<groupId>de.dlr.sc.virsat</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide.dependencies.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
|
||
<version>4.9.0-SNAPSHOT</version> | ||
<name>de.dlr.sc.virsat.ide.dependencies.feature</name> | ||
<artifactId>de.dlr.sc.virsat.ide.dependencies.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
|
||
<name>de.dlr.sc.virsat.ide.dependencies.feature</name> | ||
</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
4 changes: 4 additions & 0 deletions
4
de.dlr.sc.virsat.ide.docs.feature/.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 |
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 |
---|---|---|
@@ -1,27 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
******************************************************************************* --> | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<!-- ******************************************************************************* | ||
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software | ||
Technology, Germany. * * This program and the accompanying materials are | ||
made available under the * terms of the Eclipse Public License 2.0 which | ||
is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: | ||
EPL-2.0 ******************************************************************************* --> | ||
<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> | ||
<relativePath>../maven/pom.xml</relativePath> | ||
<groupId>de.dlr.sc.virsat</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide</artifactId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
</parent> | ||
<parent> | ||
<relativePath>../maven/pom.xml</relativePath> | ||
<groupId>de.dlr.sc.virsat.ide</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId> | ||
<version>4.9.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<groupId>de.dlr.sc.virsat</groupId> | ||
<artifactId>de.dlr.sc.virsat.ide.docs.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
|
||
<version>4.9.0-SNAPSHOT</version> | ||
<name>de.dlr.sc.virsat.ide.docs.feature</name> | ||
<artifactId>de.dlr.sc.virsat.ide.docs.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
|
||
<name>de.dlr.sc.virsat.ide.docs.feature</name> | ||
</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
4 changes: 4 additions & 0 deletions
4
de.dlr.sc.virsat.ide.license.feature/.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 |
Oops, something went wrong.