Skip to content

Commit 63809db

Browse files
committed
updates
1 parent 6394b5e commit 63809db

File tree

17 files changed

+470
-0
lines changed

17 files changed

+470
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.vogella.e4.rcp.blueprintservice</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.pde.ManifestBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.pde.SchemaBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.pde.PluginNature</nature>
26+
<nature>org.eclipse.jdt.core.javanature</nature>
27+
</natures>
28+
</projectDescription>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
eclipse.preferences.version=1
2+
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
5+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.source=1.7
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
pluginProject.extensions=false
3+
resolve.requirebundle=false
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_5aY2wBLMEeKzvZAOmnA4Pw" elementId="org.eclipse.e4.ide.application" bindingContexts="_5aZd0RLMEeKzvZAOmnA4Pw">
3+
<children xsi:type="basic:TrimmedWindow" xmi:id="_5aY2wRLMEeKzvZAOmnA4Pw" label="com.vogella.e4.rcp.blueprintservice" width="500" height="400">
4+
<children xsi:type="advanced:PerspectiveStack" xmi:id="_5aar9xLMEeKzvZAOmnA4Pw">
5+
<children xsi:type="advanced:Perspective" xmi:id="_5aar-BLMEeKzvZAOmnA4Pw">
6+
<children xsi:type="basic:PartSashContainer" xmi:id="_5aar-RLMEeKzvZAOmnA4Pw">
7+
<children xsi:type="basic:PartStack" xmi:id="_5abTABLMEeKzvZAOmnA4Pw">
8+
<children xsi:type="basic:Part" xmi:id="_5abTARLMEeKzvZAOmnA4Pw" contributionURI="bundleclass://com.vogella.e4.rcp.blueprintservice/com.vogella.e4.rcp.blueprintservice.parts.SamplePart" label="Sample Part"/>
9+
</children>
10+
</children>
11+
</children>
12+
</children>
13+
<mainMenu xmi:id="_5aar8BLMEeKzvZAOmnA4Pw" elementId="menu:org.eclipse.ui.main.menu">
14+
<children xsi:type="menu:Menu" xmi:id="_5aar8RLMEeKzvZAOmnA4Pw" label="File">
15+
<children xsi:type="menu:HandledMenuItem" xmi:id="_5aar8hLMEeKzvZAOmnA4Pw" label="Open" iconURI="platform:/plugin/com.vogella.e4.rcp.blueprintservice/icons/sample.gif" command="_5aZd2BLMEeKzvZAOmnA4Pw"/>
16+
<children xsi:type="menu:HandledMenuItem" xmi:id="_5aar8xLMEeKzvZAOmnA4Pw" label="Save" iconURI="platform:/plugin/com.vogella.e4.rcp.blueprintservice/icons/save_edit.gif" command="_5aZd2xLMEeKzvZAOmnA4Pw"/>
17+
<children xsi:type="menu:HandledMenuItem" xmi:id="_5aar9BLMEeKzvZAOmnA4Pw" label="Quit" command="_5aZd1BLMEeKzvZAOmnA4Pw"/>
18+
</children>
19+
<children xsi:type="menu:Menu" xmi:id="_5aar9RLMEeKzvZAOmnA4Pw" label="Help">
20+
<children xsi:type="menu:HandledMenuItem" xmi:id="_5aar9hLMEeKzvZAOmnA4Pw" label="About" command="_5aaE4BLMEeKzvZAOmnA4Pw"/>
21+
</children>
22+
</mainMenu>
23+
<trimBars xmi:id="_5abTAhLMEeKzvZAOmnA4Pw">
24+
<children xsi:type="menu:ToolBar" xmi:id="_5abTAxLMEeKzvZAOmnA4Pw" elementId="toolbar:org.eclipse.ui.main.toolbar">
25+
<children xsi:type="menu:HandledToolItem" xmi:id="_5abTBBLMEeKzvZAOmnA4Pw" iconURI="platform:/plugin/com.vogella.e4.rcp.blueprintservice/icons/sample.gif" command="_5aZd2BLMEeKzvZAOmnA4Pw"/>
26+
<children xsi:type="menu:HandledToolItem" xmi:id="_5abTBRLMEeKzvZAOmnA4Pw" iconURI="platform:/plugin/com.vogella.e4.rcp.blueprintservice/icons/save_edit.gif" command="_5aZd2xLMEeKzvZAOmnA4Pw"/>
27+
</children>
28+
</trimBars>
29+
</children>
30+
<handlers xmi:id="_5aZd1RLMEeKzvZAOmnA4Pw" contributionURI="bundleclass://com.vogella.e4.rcp.blueprintservice/com.vogella.e4.rcp.blueprintservice.handlers.QuitHandler" command="_5aZd1BLMEeKzvZAOmnA4Pw"/>
31+
<handlers xmi:id="_5aZd2RLMEeKzvZAOmnA4Pw" contributionURI="bundleclass://com.vogella.e4.rcp.blueprintservice/com.vogella.e4.rcp.blueprintservice.handlers.OpenHandler" command="_5aZd2BLMEeKzvZAOmnA4Pw"/>
32+
<handlers xmi:id="_5aZd3BLMEeKzvZAOmnA4Pw" contributionURI="bundleclass://com.vogella.e4.rcp.blueprintservice/com.vogella.e4.rcp.blueprintservice.handlers.SaveHandler" command="_5aZd2xLMEeKzvZAOmnA4Pw"/>
33+
<handlers xmi:id="_5aaE4RLMEeKzvZAOmnA4Pw" contributionURI="bundleclass://com.vogella.e4.rcp.blueprintservice/com.vogella.e4.rcp.blueprintservice.handlers.AboutHandler" command="_5aaE4BLMEeKzvZAOmnA4Pw"/>
34+
<bindingTables xmi:id="_5aZd1hLMEeKzvZAOmnA4Pw" bindingContext="_5aZd0RLMEeKzvZAOmnA4Pw">
35+
<bindings xmi:id="_5aZd1xLMEeKzvZAOmnA4Pw" keySequence="M1+Q" command="_5aZd1BLMEeKzvZAOmnA4Pw"/>
36+
<bindings xmi:id="_5aZd2hLMEeKzvZAOmnA4Pw" keySequence="M1+O" command="_5aZd2BLMEeKzvZAOmnA4Pw"/>
37+
<bindings xmi:id="_5aZd3RLMEeKzvZAOmnA4Pw" keySequence="M1+S" command="_5aZd2xLMEeKzvZAOmnA4Pw"/>
38+
<bindings xmi:id="_5aaE4hLMEeKzvZAOmnA4Pw" keySequence="M1+A" command="_5aaE4BLMEeKzvZAOmnA4Pw"/>
39+
</bindingTables>
40+
<rootContext xmi:id="_5aZd0RLMEeKzvZAOmnA4Pw" elementId="org.eclipse.ui.contexts.dialogAndWindow" name="In Dialog and Windows">
41+
<children xmi:id="_5aZd0hLMEeKzvZAOmnA4Pw" elementId="org.eclipse.ui.contexts.window" name="In Windows"/>
42+
<children xmi:id="_5aZd0xLMEeKzvZAOmnA4Pw" elementId="org.eclipse.ui.contexts.dialog" name="In Dialogs"/>
43+
</rootContext>
44+
<commands xmi:id="_5aZd1BLMEeKzvZAOmnA4Pw" elementId="org.eclipse.ui.file.exit" commandName="quitCommand"/>
45+
<commands xmi:id="_5aZd2BLMEeKzvZAOmnA4Pw" elementId="com.vogella.e4.rcp.blueprintservice.open" commandName="openCommand"/>
46+
<commands xmi:id="_5aZd2xLMEeKzvZAOmnA4Pw" elementId="org.eclipse.ui.file.save" commandName="saveCommand"/>
47+
<commands xmi:id="_5aaE4BLMEeKzvZAOmnA4Pw" elementId="org.eclipse.ui.help.aboutAction" commandName="aboutCommand"/>
48+
<addons xmi:id="_5aY2whLMEeKzvZAOmnA4Pw" elementId="org.eclipse.e4.core.commands.service" contributionURI="bundleclass://org.eclipse.e4.core.commands/org.eclipse.e4.core.commands.CommandServiceAddon"/>
49+
<addons xmi:id="_5aY2wxLMEeKzvZAOmnA4Pw" elementId="org.eclipse.e4.ui.contexts.service" contributionURI="bundleclass://org.eclipse.e4.ui.services/org.eclipse.e4.ui.services.ContextServiceAddon"/>
50+
<addons xmi:id="_5aY2xBLMEeKzvZAOmnA4Pw" elementId="org.eclipse.e4.ui.bindings.service" contributionURI="bundleclass://org.eclipse.e4.ui.bindings/org.eclipse.e4.ui.bindings.BindingServiceAddon"/>
51+
<addons xmi:id="_5aY2xRLMEeKzvZAOmnA4Pw" elementId="org.eclipse.e4.ui.workbench.commands.model" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon"/>
52+
<addons xmi:id="_5aY2xhLMEeKzvZAOmnA4Pw" elementId="org.eclipse.e4.ui.workbench.contexts.model" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon"/>
53+
<addons xmi:id="_5aZd0BLMEeKzvZAOmnA4Pw" elementId="org.eclipse.e4.ui.workbench.bindings.model" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon"/>
54+
</application:Application>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Blueprintservice
4+
Bundle-SymbolicName: com.vogella.e4.rcp.blueprintservice; singleton:=true
5+
Bundle-Version: 1.0.0.qualifier
6+
Bundle-Vendor: VOGELLA
7+
Require-Bundle: javax.inject;bundle-version="1.0.0",
8+
org.eclipse.core.runtime;bundle-version="3.8.0",
9+
org.eclipse.swt;bundle-version="3.100.1",
10+
org.eclipse.core.databinding;bundle-version="1.4.1",
11+
org.eclipse.core.databinding.beans;bundle-version="1.2.200",
12+
org.eclipse.jface;bundle-version="3.8.101",
13+
org.eclipse.jface.databinding;bundle-version="1.6.0",
14+
org.eclipse.e4.ui.services;bundle-version="0.10.2",
15+
org.eclipse.e4.ui.workbench;bundle-version="0.10.3",
16+
org.eclipse.e4.core.services;bundle-version="1.0.0",
17+
org.eclipse.e4.core.di;bundle-version="1.1.0",
18+
org.eclipse.e4.ui.di;bundle-version="0.10.1",
19+
org.eclipse.e4.core.contexts;bundle-version="1.1.0",
20+
org.eclipse.e4.ui.workbench.swt;bundle-version="0.10.2",
21+
org.eclipse.core.databinding.property;bundle-version="1.4.100",
22+
org.eclipse.e4.ui.css.core;bundle-version="0.10.2",
23+
org.w3c.css.sac;bundle-version="1.3.1",
24+
org.eclipse.e4.core.commands;bundle-version="0.10.1",
25+
org.eclipse.e4.ui.bindings;bundle-version="0.10.1"
26+
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
output.. = bin/
2+
bin.includes = META-INF/,\
3+
.,\
4+
plugin.xml,\
5+
css/default.css
6+
source.. = src/
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?pde version="3.5"?>
3+
4+
<product name="com.vogella.e4.rcp.blueprintservice" id="com.vogella.e4.rcp.blueprintservice.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.0.qualifier" useFeatures="false" includeLaunchers="true">
5+
6+
<configIni use="default">
7+
</configIni>
8+
9+
<launcherArgs>
10+
<programArgs>-clearPersistedState</programArgs>
11+
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
12+
</launcherArgs>
13+
14+
<windowImages/>
15+
16+
<plugins>
17+
<plugin id="com.vogella.e4.rcp.blueprintservice"/>
18+
<plugin id="com.ibm.icu"/>
19+
<plugin id="javax.annotation"/>
20+
<plugin id="javax.inject"/>
21+
<plugin id="javax.xml"/>
22+
<plugin id="org.apache.batik.css"/>
23+
<plugin id="org.apache.batik.util"/>
24+
<plugin id="org.apache.batik.util.gui"/>
25+
<plugin id="org.apache.commons.logging"/>
26+
<plugin id="org.eclipse.core.commands"/>
27+
<plugin id="org.eclipse.core.contenttype"/>
28+
<plugin id="org.eclipse.core.databinding"/>
29+
<plugin id="org.eclipse.core.databinding.beans"/>
30+
<plugin id="org.eclipse.core.databinding.observable"/>
31+
<plugin id="org.eclipse.core.databinding.property"/>
32+
<plugin id="org.eclipse.core.expressions"/>
33+
<plugin id="org.eclipse.core.filesystem"/>
34+
<plugin id="org.eclipse.core.filesystem.aix.ppc" fragment="true"/>
35+
<plugin id="org.eclipse.core.filesystem.hpux.ia64_32" fragment="true"/>
36+
<plugin id="org.eclipse.core.filesystem.linux.ppc" fragment="true"/>
37+
<plugin id="org.eclipse.core.filesystem.linux.x86" fragment="true"/>
38+
<plugin id="org.eclipse.core.filesystem.linux.x86_64" fragment="true"/>
39+
<plugin id="org.eclipse.core.filesystem.macosx" fragment="true"/>
40+
<plugin id="org.eclipse.core.filesystem.solaris.sparc" fragment="true"/>
41+
<plugin id="org.eclipse.core.filesystem.win32.x86" fragment="true"/>
42+
<plugin id="org.eclipse.core.filesystem.win32.x86_64" fragment="true"/>
43+
<plugin id="org.eclipse.core.jobs"/>
44+
<plugin id="org.eclipse.core.resources"/>
45+
<plugin id="org.eclipse.core.resources.win32.x86" fragment="true"/>
46+
<plugin id="org.eclipse.core.runtime"/>
47+
<plugin id="org.eclipse.core.runtime.compatibility.registry" fragment="true"/>
48+
<plugin id="org.eclipse.e4.core.commands"/>
49+
<plugin id="org.eclipse.e4.core.contexts"/>
50+
<plugin id="org.eclipse.e4.core.di"/>
51+
<plugin id="org.eclipse.e4.core.di.extensions"/>
52+
<plugin id="org.eclipse.e4.core.services"/>
53+
<plugin id="org.eclipse.e4.ui.bindings"/>
54+
<plugin id="org.eclipse.e4.ui.css.core"/>
55+
<plugin id="org.eclipse.e4.ui.css.swt"/>
56+
<plugin id="org.eclipse.e4.ui.css.swt.theme"/>
57+
<plugin id="org.eclipse.e4.ui.di"/>
58+
<plugin id="org.eclipse.e4.ui.model.workbench"/>
59+
<plugin id="org.eclipse.e4.ui.services"/>
60+
<plugin id="org.eclipse.e4.ui.widgets"/>
61+
<plugin id="org.eclipse.e4.ui.workbench"/>
62+
<plugin id="org.eclipse.e4.ui.workbench.renderers.swt"/>
63+
<plugin id="org.eclipse.e4.ui.workbench.swt"/>
64+
<plugin id="org.eclipse.e4.ui.workbench3"/>
65+
<plugin id="org.eclipse.emf.common"/>
66+
<plugin id="org.eclipse.emf.databinding"/>
67+
<plugin id="org.eclipse.emf.ecore"/>
68+
<plugin id="org.eclipse.emf.ecore.change"/>
69+
<plugin id="org.eclipse.emf.ecore.xmi"/>
70+
<plugin id="org.eclipse.equinox.app"/>
71+
<plugin id="org.eclipse.equinox.common"/>
72+
<plugin id="org.eclipse.equinox.concurrent"/>
73+
<plugin id="org.eclipse.equinox.ds"/>
74+
<plugin id="org.eclipse.equinox.event"/>
75+
<plugin id="org.eclipse.equinox.preferences"/>
76+
<plugin id="org.eclipse.equinox.registry"/>
77+
<plugin id="org.eclipse.equinox.util"/>
78+
<plugin id="org.eclipse.jface"/>
79+
<plugin id="org.eclipse.jface.databinding"/>
80+
<plugin id="org.eclipse.osgi"/>
81+
<plugin id="org.eclipse.osgi.services"/>
82+
<plugin id="org.eclipse.swt"/>
83+
<plugin id="org.eclipse.swt.carbon.macosx" fragment="true"/>
84+
<plugin id="org.eclipse.swt.cocoa.macosx" fragment="true"/>
85+
<plugin id="org.eclipse.swt.cocoa.macosx.x86_64" fragment="true"/>
86+
<plugin id="org.eclipse.swt.gtk.linux.ppc" fragment="true"/>
87+
<plugin id="org.eclipse.swt.gtk.linux.ppc64" fragment="true"/>
88+
<plugin id="org.eclipse.swt.gtk.linux.s390" fragment="true"/>
89+
<plugin id="org.eclipse.swt.gtk.linux.s390x" fragment="true"/>
90+
<plugin id="org.eclipse.swt.gtk.linux.x86" fragment="true"/>
91+
<plugin id="org.eclipse.swt.gtk.linux.x86_64" fragment="true"/>
92+
<plugin id="org.eclipse.swt.gtk.solaris.sparc" fragment="true"/>
93+
<plugin id="org.eclipse.swt.gtk.solaris.x86" fragment="true"/>
94+
<plugin id="org.eclipse.swt.motif.aix.ppc" fragment="true"/>
95+
<plugin id="org.eclipse.swt.motif.hpux.ia64_32" fragment="true"/>
96+
<plugin id="org.eclipse.swt.motif.linux.x86" fragment="true"/>
97+
<plugin id="org.eclipse.swt.motif.solaris.sparc" fragment="true"/>
98+
<plugin id="org.eclipse.swt.photon.qnx.x86" fragment="true"/>
99+
<plugin id="org.eclipse.swt.win32.win32.x86" fragment="true"/>
100+
<plugin id="org.eclipse.swt.win32.win32.x86_64" fragment="true"/>
101+
<plugin id="org.w3c.css.sac"/>
102+
<plugin id="org.w3c.dom.smil"/>
103+
<plugin id="org.w3c.dom.svg"/>
104+
</plugins>
105+
106+
107+
</product>

com.vogella.e4.rcp.blueprintservice/css/default.css

Whitespace-only changes.
983 Bytes
Loading

0 commit comments

Comments
 (0)