[jbosstools-commits] JBoss Tools SVN: r17560 - in trunk/cdi/plugins/org.jboss.tools.cdi.ui: .settings and 7 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 14 15:28:54 EDT 2009


Author: akazakov
Date: 2009-09-14 15:28:54 -0400 (Mon, 14 Sep 2009)
New Revision: 17560

Added:
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/.classpath
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/.project
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/.settings/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/.settings/org.eclipse.jdt.core.prefs
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/META-INF/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/META-INF/MANIFEST.MF
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/build.properties
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/
   trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/Activator.java
Log:
Share project "org.jboss.tools.cdi.ui" into "https://svn.jboss.org/repos/jbosstools"

Added: trunk/cdi/plugins/org.jboss.tools.cdi.ui/.classpath
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/.classpath	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/.classpath	2009-09-14 19:28:54 UTC (rev 17560)
@@ -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/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.ui/.classpath
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.ui/.project
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/.project	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/.project	2009-09-14 19:28:54 UTC (rev 17560)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.cdi.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>


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.ui/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.ui/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/.settings/org.eclipse.jdt.core.prefs	2009-09-14 19:28:54 UTC (rev 17560)
@@ -0,0 +1,8 @@
+#Mon Sep 14 23:26:36 MSD 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.ui/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/META-INF/MANIFEST.MF	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/META-INF/MANIFEST.MF	2009-09-14 19:28:54 UTC (rev 17560)
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Context and Dependency Injection UI
+Bundle-SymbolicName: org.jboss.tools.cdi.ui
+Bundle-Version: 1.0.0
+Bundle-Activator: org.jboss.tools.cdi.ui.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.jboss.tools.cdi.core;bundle-version="1.0.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.ui/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.ui/build.properties
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/build.properties	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/build.properties	2009-09-14 19:28:54 UTC (rev 17560)
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .
+src.includes = src/,\
+               build.properties,\
+               META-INF/,\
+               .settings/


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.ui/build.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/Activator.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/Activator.java	                        (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/Activator.java	2009-09-14 19:28:54 UTC (rev 17560)
@@ -0,0 +1,50 @@
+package org.jboss.tools.cdi.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.jboss.tools.cdi.ui";
+
+	// 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;
+	}
+
+}


Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/Activator.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list