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

Release 4.15.0 #73

Merged
merged 32 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f18f7da
Merge pull request #64 from virtualsatellite/feature/task_63-Updated_…
SaMuellerDLR Feb 18, 2022
3524521
Merge pull request #66 from virtualsatellite/integration
SaMuellerDLR Feb 18, 2022
e9d5bd9
Updated to Java 11 - (Task #65)
PhilMFischer Mar 1, 2022
396935f
Updating dependencies to Eclipse 2021-12 - (Task #68)
PhilMFischer Mar 1, 2022
f1070aa
Updated Workflow to new Ubuntu - (Task #68)
PhilMFischer Mar 1, 2022
dc35512
Updated Workflow to new Ubuntu - (Task #68)
PhilMFischer Mar 1, 2022
105fd3e
Changed build to v5 beta for avoiding warnings - (Task #68)
PhilMFischer Mar 1, 2022
1939481
Saving final artifacts of build - (Task #68)
PhilMFischer Mar 1, 2022
e3a8335
Fixed remaining java 1.8 -> java 11 updates - Task #68
SaMuellerDLR Jun 13, 2022
e96ff63
Updated to new overtarget version - Task #68
SaMuellerDLR Jun 14, 2022
f6d5d81
Reverting update to new eclipse version and readded features - Task #68
SaMuellerDLR Jun 16, 2022
41dcb07
Completely replacing product with development product - Task #68
SaMuellerDLR Jun 16, 2022
0edc2ce
Readding mylin features - Task #68
SaMuellerDLR Jun 16, 2022
5c36082
Readding eclipse upgrade to pom - Task #68
SaMuellerDLR Jun 16, 2022
fa0f52e
Readding more mylyn features - Task #68
SaMuellerDLR Jun 16, 2022
4be7ba6
Bumped eclipse version from 2021-12 to 2022-06 - Task #68
SaMuellerDLR Jun 16, 2022
af7857f
Removed egit.mylyn feature - Task #68
SaMuellerDLR Jun 16, 2022
6f60e6c
Added mylyn repo - Task #68
SaMuellerDLR Jun 16, 2022
17d843c
Removed egit.mylyn again - Task #68
SaMuellerDLR Jun 16, 2022
f60594c
Added repo for github mylyn connector feature - Task #68
SaMuellerDLR Jun 16, 2022
a484035
Upgraded to nightly built since stable requires egit 6.1 - Task #68
SaMuellerDLR Jun 16, 2022
0592590
Downgraded to 2022-03 - Task #68
SaMuellerDLR Jun 16, 2022
1bea6e5
Adjusted comment - Task #68
SaMuellerDLR Jun 20, 2022
ba87650
Changed workflow to v5 release - Task #68
SaMuellerDLR Jun 20, 2022
ccc9c0c
Merge pull request #70 from virtualsatellite/feature/task_68-Migratio…
PhilMFischer Jun 20, 2022
43265e2
Updated versions to 4.15.0 - Task #71
SaMuellerDLR Jul 28, 2022
c1f0842
Updated release identifier core - Task #71
SaMuellerDLR Jul 28, 2022
8996974
Added missing eclipse version update - Task #71
SaMuellerDLR Jul 28, 2022
76cf69c
Merge remote-tracking branch 'origin/development' into integration
SaMuellerDLR Jul 28, 2022
930c0c5
Added missing version update - Task #71
SaMuellerDLR Jul 28, 2022
5bc8b9a
Fixed incorrect commit number for 4.15.0 DVLM tools - Task #71
SaMuellerDLR Aug 5, 2022
c314a05
Updated release notes - Task #73
SaMuellerDLR Aug 9, 2022
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
22 changes: 18 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
#---------------------------------------------
verify:
name: Verify
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
# --------------------------------------------
Expand All @@ -58,7 +58,7 @@ jobs:
# -----------------------------------------------------
deploy:
name: Build, Assemble and Deploy
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [verify]

steps:
Expand Down Expand Up @@ -99,7 +99,9 @@ jobs:
# Perform various setup operations
# --------------------------------------------
- name: Setup - Prepare OS
uses: virtualsatellite/ci-actions/ci-setup-action@v4
uses: virtualsatellite/ci-actions/ci-setup-action@v5
with:
jdk: 11

# --------------------------------------------
# Development and Feature branches
Expand All @@ -118,10 +120,22 @@ jobs:
# Development and Feature branches
# --------------------------------------------
- name: Build - Assemble
uses: virtualsatellite/ci-actions/ci-maven-simple-build-action@v4
uses: virtualsatellite/ci-actions/ci-maven-simple-build-action@v5
with:
build_job: assemble
build_profile: ${{ steps.build_decision.outputs.build_type }}

# --------------------------------------------
# Upload deployable applications
# --------------------------------------------
- name: Build - Upload Build Artifacts
uses: actions/upload-artifact@v2
with:
name: Deployable Applications
path: |
deploy/**/*.zip
deploy/**/*.tar.gz
retention-days: 3

# ---------------------------------------------
# Deploying to github releases
Expand Down
2 changes: 0 additions & 2 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
Additional Build Preparations for VirSat
</description>

<property name="version">4.14.0</property>
<property name="version">4.15.0</property>

<property name="version.pattern.qualified">[\s]?[0-9]+\.[0-9]+\.[0-9]+\.qualifier</property>
<property name="version.pattern">[\s]?[0-9]+\.[0-9]+\.[0-9]+</property>
Expand Down
19 changes: 9 additions & 10 deletions de.dlr.sc.virsat.ide.branding.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<feature
id="de.dlr.sc.virsat.ide.branding.feature"
label="VirSat Development IDE Branding and Package Feature"
version="4.14.0.qualifier"
version="4.15.0.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.ide.branding.ui"
license-feature="de.dlr.sc.virsat.ide.license.feature">

<description>
Feature for the Virtual Satellite IDE
based on Eclipse Packaging Project (EPP)
German Aerospace Center (DLR e.V.)
Feature for the Virtual Satellite IDE

based on Eclipse Packaging Project (EPP)

German Aerospace Center (DLR e.V.)
Simulation and Software Technology
</description>

<copyright>
Copyright 2017
Copyright 2017
by German Aerospace Center (DLR e.V.)
</copyright>

Expand All @@ -27,10 +27,9 @@ by German Aerospace Center (DLR e.V.)

<requires>
<import feature="org.eclipse.epp.mpc"/>
<import feature="org.eclipse.epp.logging.aeri.feature"/>
<import feature="org.eclipse.oomph.setup"/>
<import feature="de.dlr.sc.virsat.ide.license.feature" version="4.14.0.qualifier"/>
<import feature="de.dlr.sc.virsat.ide.docs.feature" version="4.14.0.qualifier"/>
<import feature="de.dlr.sc.virsat.ide.license.feature" version="4.15.0.qualifier"/>
<import feature="de.dlr.sc.virsat.ide.docs.feature" version="4.15.0.qualifier"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.branding.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat.ide</groupId>
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
<version>4.14.0-SNAPSHOT</version>
<version>4.15.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.ide.branding.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.branding.ui/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +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.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
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.codegen.targetPlatform=11
org.eclipse.jdt.core.compiler.compliance=11
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=11
4 changes: 2 additions & 2 deletions de.dlr.sc.virsat.ide.branding.ui/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: VirSat Development IDE based on EPP RCP/RAP Bundle
Bundle-SymbolicName: de.dlr.sc.virsat.ide.branding.ui;singleton:=true
Bundle-Version: 4.14.0.qualifier
Bundle-Version: 4.15.0.qualifier
Bundle-Vendor: DLR (German Aerospace Center)
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.platform,
org.eclipse.equinox.app
Eclipse-BundleShape: dir
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.branding.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat.ide</groupId>
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
<version>4.14.0-SNAPSHOT</version>
<version>4.15.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.ide.branding.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.docs.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.ide.docs.feature"
label="VirSat IDE Documents and Release Notes Feature"
version="4.14.0.qualifier"
version="4.15.0.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.ide.branding.ui"
license-feature="de.dlr.sc.virsat.ide.license.feature">
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.docs.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat.ide</groupId>
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
<version>4.14.0-SNAPSHOT</version>
<version>4.15.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.ide.docs.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.license.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.ide.license.feature"
label="VirSat Development IDE License Feature"
version="4.14.0.qualifier"
version="4.15.0.qualifier"
provider-name="DLR (German Aerospace Center)">

<description>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.license.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat.ide</groupId>
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
<version>4.14.0-SNAPSHOT</version>
<version>4.15.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.ide.license.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.0%Foundation-1.0"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -console"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx1024m"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=11 -Xms256m -Xmx1024m"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="de.dlr.sc.virsat.ide.branding.ui.product"/>
<stringAttribute key="productFile" value="\de.dlr.sc.modsim.product\product\modsim_template.product"/>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.ide.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat.ide</groupId>
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
<version>4.14.0-SNAPSHOT</version>
<version>4.15.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.ide.product</artifactId>
Expand Down
70 changes: 39 additions & 31 deletions de.dlr.sc.virsat.ide.product/virsat_ide.product
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
<aboutInfo>
<image path="/de.dlr.sc.virsat.ide.branding.ui/eclipse_lg.png"/>
<text>
Virtual Satellite IDE
© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020.
The DLR trade mark (as the word mark DLR or as combination DLR with the DLR Logo) is a registered and protected trade mark and may not be used without DLR´s prior written permission.
Copyrighted content other than the S/W provided under the indicated Eclipse License Conditions such as images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de
based on Eclipse for RCP and RAP Developers
Virtual Satellite Version: {2}.{0}
Eclipse Version: {1}
(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;s permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Virtual Satellite IDE

© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020.

The DLR trade mark (as the word mark DLR or as combination DLR with the DLR Logo) is a registered and protected trade mark and may not be used without DLR´s prior written permission.

Copyrighted content other than the S/W provided under the indicated Eclipse License Conditions such as images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de

based on Eclipse for RCP and RAP Developers

Virtual Satellite Version: {2}.{0}
Eclipse Version: {1}

(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;s permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.
</text>
</aboutInfo>
Expand All @@ -29,14 +29,14 @@ This product includes software developed by other open source projects including
</configIni>

<launcherArgs>
<programArgs>-product de.dlr.sc.virsat.ide.branding.ui.product
-showsplash de.dlr.sc.virsat.ide.branding.ui
<programArgs>-product de.dlr.sc.virsat.ide.branding.ui.product
-showsplash de.dlr.sc.virsat.ide.branding.ui
--launcher.defaultAction openFile
</programArgs>
<vmArgs>-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
-XX:+UseG1GC
<vmArgs>-Dosgi.requiredJavaVersion=11
-Xms256m
-Xmx1024m
-XX:+UseG1GC
-XX:+UseStringDeduplication
</vmArgs>
</launcherArgs>
Expand All @@ -57,19 +57,19 @@ This product includes software developed by other open source projects including
<intro introId="org.eclipse.ui.intro.universal"/>

<vm>
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</linux>
<macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</macos>
<solaris include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</solaris>
<windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</windows>
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</linux>
<macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</macos>
<solaris include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</solaris>
<windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
</vm>

<plugins>
</plugins>

<features>
<feature id="org.eclipse.epp.package.rcp.feature" version="4.16.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.16.0.qualifier"/>
<feature id="org.eclipse.platform" version="4.16.0.qualifier"/>
<feature id="org.eclipse.epp.package.rcp.feature" version="4.23.0.qualifier"/>
<feature id="org.eclipse.epp.package.common.feature" version="4.23.0.qualifier"/>
<feature id="org.eclipse.platform"/>
<feature id="org.eclipse.epp.mpc" installMode="root"/>
<feature id="org.eclipse.jdt"/>
<feature id="org.eclipse.pde"/>
Expand All @@ -79,9 +79,11 @@ This product includes software developed by other open source projects including
<feature id="org.eclipse.e4.core.tools.feature" installMode="root"/>
<feature id="org.eclipse.eclemma.feature" installMode="root"/>
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.m2e.feature" installMode="root" version="1.11.0.qualifier"/>
<feature id="org.eclipse.m2e.logback.feature" installMode="root" version="1.11.0.qualifier"/>
<feature id="org.eclipse.egit.gitflow.feature" installMode="root"/>
<feature id="org.eclipse.m2e.feature" installMode="root"/>
<feature id="org.eclipse.m2e.pde.feature" installMode="root"/>
<feature id="org.eclipse.m2e.lemminx.feature" installMode="root"/>
<feature id="org.eclipse.m2e.logback.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.bugzilla_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.context_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.gerrit.feature" installMode="root"/>
Expand All @@ -91,11 +93,13 @@ This product includes software developed by other open source projects including
<feature id="org.eclipse.mylyn.java_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.pde_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.oomph.setup" installMode="root"/>
<feature id="org.eclipse.rap.tools.feature" installMode="root"/>
<feature id="org.eclipse.swtbot.eclipse.gef" installMode="root"/>
<feature id="org.eclipse.swtbot.eclipse" installMode="root"/>
<feature id="org.eclipse.swtbot.ide" installMode="root"/>
<feature id="org.eclipse.wst.xml_ui.feature" installMode="root"/>
<feature id="org.eclipse.passage.ldc.feature" installMode="root"/>
<feature id="de.dlr.sc.virsat.ide.branding.feature" installMode="root"/>
<feature id="de.dlr.sc.virsat.model.concept.feature" installMode="root"/>
<feature id="de.dlr.sc.overtarget.feature" installMode="root"/>
Expand All @@ -122,6 +126,10 @@ This product includes software developed by other open source projects including
<repositories>
<repository location="https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/development/" enabled="true" />
<repository location="https://sourceforge.net/projects/overtarget/files/development/" enabled="true" />
<repository location="https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/development/" enabled="true" />
<repository location="https://sourceforge.net/projects/overtarget/files/development/" enabled="true" />
<repository location="https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/development/" enabled="true" />
<repository location="https://sourceforge.net/projects/overtarget/files/development/" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down
Loading