JBoss Tools SVN: r9992 - in trunk/common/plugins/org.jboss.tools.common.rreferences: .settings and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-09-01 08:00:58 -0400 (Mon, 01 Sep 2008)
New Revision: 9992
Added:
trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath
trunk/common/plugins/org.jboss.tools.common.rreferences/.project
trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/
trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs
trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/
trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties
trunk/common/plugins/org.jboss.tools.common.rreferences/src/
trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/
trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/
trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/
trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/
trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/
trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java
Log:
Initial import.
Added: trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath 2008-09-01 12:00:58 UTC (rev 9992)
@@ -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/common/plugins/org.jboss.tools.common.rreferences/.classpath
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: trunk/common/plugins/org.jboss.tools.common.rreferences/.project
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.rreferences/.project (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.rreferences/.project 2008-09-01 12:00:58 UTC (rev 9992)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.common.rreferences</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>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/common/plugins/org.jboss.tools.common.rreferences/.project
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs 2008-09-01 12:00:58 UTC (rev 9992)
@@ -0,0 +1,7 @@
+#Mon Sep 01 14:57:53 EEST 2008
+eclipse.preferences.version=1
+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/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF 2008-09-01 12:00:58 UTC (rev 9992)
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Rreferences Plug-in
+Bundle-SymbolicName: org.jboss.tools.common.rreferences
+Bundle-Version: 1.0.0
+Bundle-Activator: org.jboss.tools.common.rreferences.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Property changes on: trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties 2008-09-01 12:00:58 UTC (rev 9992)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
Property changes on: trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java 2008-09-01 12:00:58 UTC (rev 9992)
@@ -0,0 +1,50 @@
+package org.jboss.tools.common.rreferences;
+
+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.common.rreferences";
+
+ // 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/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Id Revision Date
Name: svn:eol-style
+ native
16 years, 4 months
JBoss Tools SVN: r9991 - trunk/common/plugins.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-09-01 08:00:36 -0400 (Mon, 01 Sep 2008)
New Revision: 9991
Added:
trunk/common/plugins/org.jboss.tools.common.rreferences/
Log:
Initial import.
16 years, 4 months
JBoss Tools SVN: r9990 - trunk/common/plugins.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-09-01 07:59:31 -0400 (Mon, 01 Sep 2008)
New Revision: 9990
Removed:
trunk/common/plugins/org.jboss.tools.common.rreferences/
Log:
Removed file/folder
16 years, 4 months
JBoss Tools SVN: r9989 - trunk/common/plugins.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-09-01 07:55:21 -0400 (Mon, 01 Sep 2008)
New Revision: 9989
Added:
trunk/common/plugins/org.jboss.tools.common.rreferences/
Log:
Created folder remotely
16 years, 4 months
JBoss Tools SVN: r9988 - /.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-09-01 07:53:43 -0400 (Mon, 01 Sep 2008)
New Revision: 9988
Removed:
https:/
Log:
Deleted not correct commit
16 years, 4 months
JBoss Tools SVN: r9987 - in https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences: .settings and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-09-01 07:49:40 -0400 (Mon, 01 Sep 2008)
New Revision: 9987
Added:
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.project
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/core/
https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/messages/
Log:
Initial import.
Added: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath
===================================================================
--- https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath (rev 0)
+++ https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath 2008-09-01 11:49:40 UTC (rev 9987)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Property changes on: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.classpath
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.project
===================================================================
--- https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.project (rev 0)
+++ https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.project 2008-09-01 11:49:40 UTC (rev 9987)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.common.rreferences</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>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>
Property changes on: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.project
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs 2008-09-01 11:49:40 UTC (rev 9987)
@@ -0,0 +1,7 @@
+#Mon Sep 01 14:21:24 EEST 2008
+eclipse.preferences.version=1
+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: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF
===================================================================
--- https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF (rev 0)
+++ https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF 2008-09-01 11:49:40 UTC (rev 9987)
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Rreferences Plug-in
+Bundle-SymbolicName: org.jboss.tools.common.rreferences
+Bundle-Version: 1.0.0
+Bundle-Activator: org.jboss.tools.common.rreferences.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Property changes on: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties
===================================================================
--- https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties (rev 0)
+++ https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties 2008-09-01 11:49:40 UTC (rev 9987)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
Property changes on: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java
===================================================================
--- https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java (rev 0)
+++ https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java 2008-09-01 11:49:40 UTC (rev 9987)
@@ -0,0 +1,47 @@
+package org.jboss.tools.common.rreferences;
+
+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.common.rreferences";
+
+ // The shared instance
+ private static Activator plugin;
+
+ /**
+ * The constructor
+ */
+ public Activator() {
+ }
+
+ /**
+ * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+ */
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ plugin = this;
+ }
+ /**
+ * @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: https:/svn.jboss.org/repos/jbosstools/trunk/common/plugins/org.jboss.tools.common.rreferences/src/org/jboss/tools/common/rreferences/Activator.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Id Revision Date
Name: svn:eol-style
+ native
16 years, 4 months