Skip to content

Commit d63cd11

Browse files
author
Christophe Gourdin
committed
[Docker]Massive update to be compliant with neon.3, designer now display correctly. see issue #209 and issue #210
1 parent 9a6c7b5 commit d63cd11

File tree

106 files changed

+23144
-10303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+23144
-10303
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="xtend-gen"/>
4-
<classpathentry excluding="resources/|resources/" kind="src" path="src"/>
5-
<classpathentry kind="src" path="src/resources"/>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
65
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
7-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
86
<classpathentry kind="output" path="bin"/>
97
</classpath>

clouddesigner/org.occiware.clouddesigner.occi.docker.design/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,24 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.occiware.clouddesigner.occi.docker.design</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.jdt.core.javabuilder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>org.eclipse.pde.ManifestBuilder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
23-
<buildCommand>
24-
<name>org.eclipse.pde.SchemaBuilder</name>
25-
<arguments>
26-
</arguments>
27-
</buildCommand>
28-
</buildSpec>
29-
<natures>
30-
<nature>org.eclipse.jdt.core.javanature</nature>
31-
<nature>org.eclipse.pde.PluginNature</nature>
32-
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
33-
</natures>
3+
<name>org.occiware.clouddesigner.occi.docker.design</name>
4+
<comment></comment>
5+
<projects></projects>
6+
<buildSpec>
7+
<buildCommand>
8+
<name>org.eclipse.jdt.core.javabuilder</name>
9+
<arguments></arguments>
10+
</buildCommand>
11+
<buildCommand>
12+
<name>org.eclipse.pde.ManifestBuilder</name>
13+
<arguments></arguments>
14+
</buildCommand>
15+
<buildCommand>
16+
<name>org.eclipse.pde.SchemaBuilder</name>
17+
<arguments></arguments>
18+
</buildCommand>
19+
</buildSpec>
20+
<natures>
21+
<nature>org.eclipse.pde.PluginNature</nature>
22+
<nature>org.eclipse.jdt.core.javanature</nature>
23+
</natures>
3424
</projectDescription>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4-
org.eclipse.jdt.core.compiler.compliance=1.7
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4+
org.eclipse.jdt.core.compiler.compliance=1.8
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7-
org.eclipse.jdt.core.compiler.source=1.7
7+
org.eclipse.jdt.core.compiler.source=1.8
Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: org.occiware.clouddesigner.occi.docker.design
3+
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.occiware.clouddesigner.occi.docker.design;singleton:=true
55
Bundle-Version: 0.1.0.qualifier
6-
Bundle-ClassPath: .
76
Bundle-Activator: org.occiware.clouddesigner.occi.docker.design.Activator
7+
Bundle-Localization: plugin
88
Require-Bundle: org.eclipse.ui,
9+
org.occiware.clouddesigner.occi,
10+
org.occiware.clouddesigner.occi.design,
11+
org.occiware.clouddesigner.occi.docker,
12+
org.occiware.clouddesigner.occi.docker.connector,
913
org.eclipse.core.runtime,
1014
org.eclipse.core.resources,
1115
org.eclipse.sirius,
12-
org.eclipse.sirius.common.acceleo.mtl,
13-
org.occiware.clouddesigner.occi.docker,
14-
org.eclipse.xtend.lib,
16+
org.eclipse.sirius.common.acceleo.aql,
1517
org.eclipse.xtext.xbase.lib,
16-
org.eclipse.emf.common,
17-
org.eclipse.emf.ecore.xmi,
18-
org.eclipse.emf.compare;bundle-version="3.1.1",
19-
org.occiware.clouddesigner.occi.docker.connector,
20-
org.occiware.clouddesigner.occi.docker.edit;bundle-version="0.1.0",
21-
org.occiware.clouddesigner.occi.design;bundle-version="0.1.0",
22-
org.occiware.clouddesigner.occi.emfgen.ui;bundle-version="0.1.0",
2318
org.slf4j.api;bundle-version="1.7.2"
2419
Bundle-ActivationPolicy: lazy
2520
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
21+
Bundle-Vendor: %providerName
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
source.. = src/,\
2-
xtend-gen/,\
3-
src/resources/
1+
source.. = src/
42
output.. = bin/
53
bin.includes = META-INF/,\
64
.,\
7-
xtend-gen/,\
85
description/,\
6+
plugin.properties,\
97
plugin.xml,\
108
src/,\
119
src/resources/,\
1210
images/
11+

clouddesigner/org.occiware.clouddesigner.occi.docker.design/description/docker.odesign

Lines changed: 39 additions & 41 deletions
Large diffs are not rendered by default.

clouddesigner/org.occiware.clouddesigner.occi.docker.design/description/todeletedocker.generated

Lines changed: 13731 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pluginName = org.occiware.clouddesigner.occi.docker.design
2+
providerName = Eclipse Modeling Project
3+
viewpointName = MyViewpoint
Lines changed: 9 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?eclipse version="3.0"?>
3-
<!--
4-
Copyright (c) 2015-2016 Inria
5-
6-
All rights reserved. This program and the accompanying materials
7-
are made available under the terms of the Eclipse Public License v1.0
8-
which accompanies this distribution, and is available at
9-
http://www.eclipse.org/legal/epl-v10.html
10-
11-
Contributors:
12-
- Fawaz Paraiso <[email protected]>
13-
- Philippe Merle <[email protected]>
14-
-->
153
<plugin>
16-
17-
<!-- Register Sirius viewpoint. -->
18-
<extension point="org.eclipse.sirius.componentization">
19-
<component
20-
class="org.occiware.clouddesigner.occi.docker.design.Activator"
21-
id="org.occiware.clouddesigner.occi.docker.design"
22-
name="docker"/>
23-
</extension>
24-
25-
<!-- New wizard for creating a Docker configuration file. -->
4+
<extension point="org.eclipse.sirius.componentization">
5+
<component class="org.occiware.clouddesigner.occi.docker.design.Activator"
6+
id="org.occiware.clouddesigner.occi.docker.design"
7+
name="docker">
8+
</component>
9+
</extension>
10+
<!-- Popup menu for creating a docker configuration file. -->
2611
<extension point="org.eclipse.ui.newWizards">
2712
<category
2813
id="org.occiware.clouddesigner.category.ID"
29-
name="Cloud Designer">
30-
</category>
14+
name="Cloud Designer"/>
3115
<wizard
3216
category="org.occiware.clouddesigner.category.ID"
3317
class="org.occiware.clouddesigner.occi.docker.design.wizard.NewConfigurationWizard"
3418
icon="platform:/plugin/org.occiware.clouddesigner.occi.edit/icons/full/obj16/Configuration.gif"
3519
id="org.occiware.clouddesigner.occi.docker.design.wizard.NewConfigurationWizard"
36-
name="Docker Configuration File">
37-
</wizard>
38-
39-
</extension>
40-
41-
<!-- Popup menu for converting to an OCCI Configuration file. -->
42-
<extension point="org.eclipse.ui.popupMenus">
43-
<objectContribution
44-
id="org.occiware.clouddesigner.occi.docker.design.contribution"
45-
nameFilter="*.docker"
46-
objectClass="org.eclipse.core.resources.IFile">
47-
<menu
48-
id="org.occiware.clouddesigner.menu"
49-
label="Cloud Designer"
50-
path="additionsCloudDesigner">
51-
<separator
52-
name="group"/>
53-
</menu>
54-
<action
55-
class="org.occiware.clouddesigner.occi.emfgen.ui.popup.actions.Ecore2OCCIAction"
56-
enablesFor="1"
57-
id="org.occiware.clouddesigner.occi.docker.ecore2occi"
58-
label="Convert to an OCCI Configuration file"
59-
menubarPath="org.occiware.clouddesigner.menu/group">
60-
</action>
61-
</objectContribution>
20+
name="docker Configuration File"/>
6221
</extension>
6322
</plugin>

0 commit comments

Comments
 (0)