Skip to content

Commit f60a035

Browse files
committed
Updated target platform to Eclipse 2020-06 (4.16).
- Eliminates Java warnings from alfc and fuml commands. - But Moka is still v3.1.0 (Oxygen).
1 parent def2b9c commit f60a035

File tree

10 files changed

+15
-14
lines changed

10 files changed

+15
-14
lines changed

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>alf-ri</name>
3+
<name>Alf-Reference-Implementation</name>
44
<comment></comment>
55
<projects>
66
</projects>

org.modeldriven.alf.bundle/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Manifest-Version: 1.0
22
Automatic-Module-Name: org.modeldriven.alf.bundle
3-
Bnd-LastModified: 1603460602370
3+
Bnd-LastModified: 1603492682298
44
Build-Jdk: 1.8.0_31
55
Built-By: seidewitz
66
Bundle-ClassPath: .,jars/org.modeldriven.alf-1.0.0-SNAPSHOT.jar
77
Bundle-ManifestVersion: 2
88
Bundle-Name: org.modeldriven.alf.bundle
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1010
Bundle-SymbolicName: org.modeldriven.alf.bundle
11-
Bundle-Version: 1.0.0.20201023134244
11+
Bundle-Version: 1.0.0.20201023223736
1212
Created-By: Apache Maven Bundle Plugin
1313
Embed-Dependency: *;scope=compile;groupId=!org.modeldriven
1414
Embed-Directory: jars
305 KB
Binary file not shown.

org.modeldriven.alf.eclipse.moka/launch/fuml.launch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
1414
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
1515
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.modeldriven.alf.eclipse.moka.execution.Fuml"/>
16+
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.modeldriven.alf.eclipse.moka"/>
1617
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-v -l &quot;${workspace_loc:org.modeldriven.alf.eclipse/Libraries}&quot; &#10;-u &quot;${container_loc}&quot; &#10;&quot;${selected_resource_name}&quot;"/>
1718
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.modeldriven.alf.eclipse.moka"/>
1819
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
211 KB
Binary file not shown.
305 KB
Binary file not shown.

org.modeldriven.alf.fuml.impl.bundle/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Automatic-Module-Name: org.modeldriven.alf.fuml.impl.bundle
3-
Bnd-LastModified: 1603460603513
3+
Bnd-LastModified: 1603492683177
44
Build-Jdk: 1.8.0_31
55
Built-By: seidewitz
66
Bundle-ClassPath: .,jars/org.modeldriven.alf-1.0.0-SNAPSHOT.jar,jars/org
@@ -9,7 +9,7 @@ Bundle-ManifestVersion: 2
99
Bundle-Name: org.modeldriven.alf.fuml.impl.bundle
1010
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1111
Bundle-SymbolicName: org.modeldriven.alf.fuml.impl.bundle
12-
Bundle-Version: 1.0.0.20201023134244
12+
Bundle-Version: 1.0.0.20201023223736
1313
Created-By: Apache Maven Bundle Plugin
1414
Embed-Dependency: *;scope=compile;groupId=!org.modeldriven
1515
Embed-Directory: jars
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tycho-parent/alf-ri.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
<?pde version="3.8"?>
33
<?pde version="3.6"?><target includeMode="feature" name="alf-ri">
44
<locations>
5-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
6-
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
7-
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
8-
<repository location="http://download.eclipse.org/eclipse/updates/4.7/R-4.7.3a-201803300640"/>
9-
</location>
10-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
11-
<unit id="org.eclipse.uml2.sdk.feature.group" version="0.0.0"/>
12-
<repository location="http://download.eclipse.org/releases/oxygen/201804111000"/>
13-
</location>
145
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
156
<unit id="org.apache.commons.logging" version="0.0.0"/>
167
<unit id="org.apache.log4j" version="0.0.0"/>
@@ -28,5 +19,14 @@
2819
<repository location="https://download.eclipse.org/modeling/mdt/papyrus/components/moka/oxygen"/>
2920
<unit id="org.eclipse.papyrus.moka.feature.feature.group" version="3.1.0.201710171318"/>
3021
</location>
22+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
23+
<repository location="http://download.eclipse.org/eclipse/updates/4.16"/>
24+
<unit id="org.eclipse.equinox.executable.feature.group" version="3.8.800.v20200514-1529"/>
25+
<unit id="org.eclipse.platform.ide" version="4.16.0.I20200604-0540"/>
26+
</location>
27+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
28+
<repository location="http://download.eclipse.org/releases/2020-06"/>
29+
<unit id="org.eclipse.uml2.sdk.feature.group" version="5.5.1.v20200302-1312"/>
30+
</location>
3131
</locations>
3232
</target>

0 commit comments

Comments
 (0)