Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-07-25 13:07:45 +0000
committerTom Schindl2014-07-25 13:07:45 +0000
commit8f30e6a123a9de182b61c527ac13943389cc7eef (patch)
treebdf397c123664ad062443456ed26c4c9a12452cf
parent5782cbf53c15d461b38edd99ad46bd8d90302637 (diff)
downloadorg.eclipse.efxclipse-8f30e6a123a9de182b61c527ac13943389cc7eef.tar.gz
org.eclipse.efxclipse-8f30e6a123a9de182b61c527ac13943389cc7eef.tar.xz
org.eclipse.efxclipse-8f30e6a123a9de182b61c527ac13943389cc7eef.zip
Bug 440434 - Tag modifications do not update widget styleclasses
-rw-r--r--org.eclipse.fx.ui.workbench.services/.classpath7
-rw-r--r--org.eclipse.fx.ui.workbench.services/.gitignore1
-rw-r--r--org.eclipse.fx.ui.workbench.services/.project28
-rw-r--r--org.eclipse.fx.ui.workbench.services/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--org.eclipse.fx.ui.workbench.services/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.fx.ui.workbench.services/build.properties4
-rw-r--r--org.eclipse.fx.ui.workbench.services/src/org/eclipse/fx/ui/workbench/services/EModelStylingService.java5
7 files changed, 58 insertions, 0 deletions
diff --git a/org.eclipse.fx.ui.workbench.services/.classpath b/org.eclipse.fx.ui.workbench.services/.classpath
new file mode 100644
index 000000000..eca7bdba8
--- /dev/null
+++ b/org.eclipse.fx.ui.workbench.services/.classpath
@@ -0,0 +1,7 @@
+<?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="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.fx.ui.workbench.services/.gitignore b/org.eclipse.fx.ui.workbench.services/.gitignore
new file mode 100644
index 000000000..ae3c17260
--- /dev/null
+++ b/org.eclipse.fx.ui.workbench.services/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/org.eclipse.fx.ui.workbench.services/.project b/org.eclipse.fx.ui.workbench.services/.project
new file mode 100644
index 000000000..a5e56579c
--- /dev/null
+++ b/org.eclipse.fx.ui.workbench.services/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.ui.workbench.services</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/org.eclipse.fx.ui.workbench.services/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.fx.ui.workbench.services/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..0c68a61dc
--- /dev/null
+++ b/org.eclipse.fx.ui.workbench.services/.settings/org.eclipse.jdt.core.prefs
@@ -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
diff --git a/org.eclipse.fx.ui.workbench.services/META-INF/MANIFEST.MF b/org.eclipse.fx.ui.workbench.services/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..70721136e
--- /dev/null
+++ b/org.eclipse.fx.ui.workbench.services/META-INF/MANIFEST.MF
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Services
+Bundle-SymbolicName: org.eclipse.fx.ui.workbench.services
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.fx.ui.workbench.services/build.properties b/org.eclipse.fx.ui.workbench.services/build.properties
new file mode 100644
index 000000000..34d2e4d2d
--- /dev/null
+++ b/org.eclipse.fx.ui.workbench.services/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/org.eclipse.fx.ui.workbench.services/src/org/eclipse/fx/ui/workbench/services/EModelStylingService.java b/org.eclipse.fx.ui.workbench.services/src/org/eclipse/fx/ui/workbench/services/EModelStylingService.java
new file mode 100644
index 000000000..a73647752
--- /dev/null
+++ b/org.eclipse.fx.ui.workbench.services/src/org/eclipse/fx/ui/workbench/services/EModelStylingService.java
@@ -0,0 +1,5 @@
+package org.eclipse.fx.ui.workbench.services;
+
+public interface EModelStylingService {
+
+}

Back to the top