Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaadia DHOUIB2015-10-15 08:47:13 +0000
committerSaadia DHOUIB2015-10-15 08:47:13 +0000
commite4973e8540d2f2d3f6786ebd23d04e7f15f566a2 (patch)
tree84305f168cc13c1b1b49238e1bcb9ceab201109b
parent2edbe4ef8bc25433a44f029e4295dd50a02c1cbe (diff)
downloadorg.eclipse.papyrus-e4973e8540d2f2d3f6786ebd23d04e7f15f566a2.tar.gz
org.eclipse.papyrus-e4973e8540d2f2d3f6786ebd23d04e7f15f566a2.tar.xz
org.eclipse.papyrus-e4973e8540d2f2d3f6786ebd23d04e7f15f566a2.zip
First commit of org.eclipse.papyrus.infra.services.tracebreakpoints.ui
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.classpath7
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.project28
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/META-INF/MANIFEST.MF10
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/build.properties4
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/src/org/eclipse/papyrus/infra/services/tracebreakpoints/ui/Activator.java50
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/.project2
-rw-r--r--extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/META-INF/MANIFEST.MF2
8 files changed, 108 insertions, 2 deletions
diff --git a/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.classpath b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.classpath
new file mode 100644
index 00000000000..b862a296d38
--- /dev/null
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.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/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.project b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.project
new file mode 100644
index 00000000000..37d15e2f49c
--- /dev/null
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.infra.services.tracebreakpoints.ui</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/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.settings/org.eclipse.jdt.core.prefs b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 00000000000..295926d9641
--- /dev/null
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/.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/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/META-INF/MANIFEST.MF b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..82965976481
--- /dev/null
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Ui
+Bundle-SymbolicName: org.eclipse.papyrus.infra.services.tracebreakpoints.ui
+Bundle-Version: 1.2.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.infra.services.tracebreakpoints.ui.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
diff --git a/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/build.properties b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/build.properties
new file mode 100644
index 00000000000..41eb6ade2b4
--- /dev/null
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/src/org/eclipse/papyrus/infra/services/tracebreakpoints/ui/Activator.java b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/src/org/eclipse/papyrus/infra/services/tracebreakpoints/ui/Activator.java
new file mode 100644
index 00000000000..90ac896ccc6
--- /dev/null
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracebreakpoints.ui/src/org/eclipse/papyrus/infra/services/tracebreakpoints/ui/Activator.java
@@ -0,0 +1,50 @@
+package org.eclipse.papyrus.infra.services.tracebreakpoints.ui;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class Activator extends AbstractUIPlugin {
+
+ // The plug-in ID
+ public static final String PLUGIN_ID = "org.eclipse.papyrus.infra.services.tracebreakpoints.ui"; //$NON-NLS-1$
+
+ // The shared instance
+ private static Activator plugin;
+
+ /**
+ * The constructor
+ */
+ public Activator() {
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+ */
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ plugin = this;
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+ */
+ public void stop(BundleContext context) throws Exception {
+ plugin = null;
+ super.stop(context);
+ }
+
+ /**
+ * Returns the shared instance
+ *
+ * @return the shared instance
+ */
+ public static Activator getDefault() {
+ return plugin;
+ }
+
+}
diff --git a/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/.project b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/.project
index 07350fea43f..be89f0cf7f2 100644
--- a/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/.project
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.papyrus.infra.services.tracepoints</name>
+ <name>org.eclipse.papyrus.infra.services.tracebreakpoints</name>
<comment></comment>
<projects>
</projects>
diff --git a/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/META-INF/MANIFEST.MF b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/META-INF/MANIFEST.MF
index 36e9fe9b7ba..7ef62bc9c99 100644
--- a/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/META-INF/MANIFEST.MF
+++ b/extraplugins/qompass-designer/tracing/org.eclipse.papyrus.infra.services.tracepoints/META-INF/MANIFEST.MF
@@ -26,5 +26,5 @@ Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.services.tracepoints.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.infra.services.tracepoints;singleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.infra.services.tracebreakpoints;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Back to the top