Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2009-06-17 20:29:15 +0000
committerrbrooks2009-06-17 20:29:15 +0000
commit9980a21c043ab703cd08d1d125425aa132433bec (patch)
tree08af7453be58e400b74f4af8241b4d789c8517b3 /org.eclipse.osee.framework.ui.workspacebundleloader
parent165336dbf0937b2ad3c150682e3dabad1353d941 (diff)
downloadorg.eclipse.osee-9980a21c043ab703cd08d1d125425aa132433bec.tar.gz
org.eclipse.osee-9980a21c043ab703cd08d1d125425aa132433bec.tar.xz
org.eclipse.osee-9980a21c043ab703cd08d1d125425aa132433bec.zip
Diffstat (limited to 'org.eclipse.osee.framework.ui.workspacebundleloader')
-rw-r--r--org.eclipse.osee.framework.ui.workspacebundleloader/.classpath7
-rw-r--r--org.eclipse.osee.framework.ui.workspacebundleloader/.project28
-rw-r--r--org.eclipse.osee.framework.ui.workspacebundleloader/META-INF/MANIFEST.MF19
-rw-r--r--org.eclipse.osee.framework.ui.workspacebundleloader/build.properties5
-rw-r--r--org.eclipse.osee.framework.ui.workspacebundleloader/plugin.xml27
5 files changed, 86 insertions, 0 deletions
diff --git a/org.eclipse.osee.framework.ui.workspacebundleloader/.classpath b/org.eclipse.osee.framework.ui.workspacebundleloader/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.workspacebundleloader/.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.6"/>
+ <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.osee.framework.ui.workspacebundleloader/.project b/org.eclipse.osee.framework.ui.workspacebundleloader/.project
new file mode 100644
index 00000000000..3bfb823ca79
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.workspacebundleloader/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.framework.ui.workspacebundleloader</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.osee.framework.ui.workspacebundleloader/META-INF/MANIFEST.MF b/org.eclipse.osee.framework.ui.workspacebundleloader/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..a57f82c48b4
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.workspacebundleloader/META-INF/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Workspacebundlelodaer Plug-in
+Bundle-SymbolicName: org.eclipse.osee.framework.ui.workspacebundleloader;singleton:=true
+Bundle-Version: 0.8.1.qualifier
+Bundle-Activator: org.eclipse.osee.framework.ui.workspacebundlelodaer.internal.Activator
+Bundle-Vendor: Eclpse.org
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Import-Package: org.eclipse.core.resources,
+ org.eclipse.core.runtime,
+ org.eclipse.core.runtime.jobs,
+ org.eclipse.osee.framework.logging,
+ org.eclipse.osee.framework.ui.plugin.workspace,
+ org.eclipse.swt.widgets,
+ org.eclipse.ui,
+ org.osgi.framework,
+ org.osgi.util.tracker
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.osee.framework.ui.workspacebundlelodaer
diff --git a/org.eclipse.osee.framework.ui.workspacebundleloader/build.properties b/org.eclipse.osee.framework.ui.workspacebundleloader/build.properties
new file mode 100644
index 00000000000..6f20375d6c7
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.workspacebundleloader/build.properties
@@ -0,0 +1,5 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml
diff --git a/org.eclipse.osee.framework.ui.workspacebundleloader/plugin.xml b/org.eclipse.osee.framework.ui.workspacebundleloader/plugin.xml
new file mode 100644
index 00000000000..15f8486edc7
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.workspacebundleloader/plugin.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ id="WorkspaceStarterNature"
+ name="Workspace Starter Nature"
+ point="org.eclipse.core.resources.natures">
+ <runtime>
+ <run
+ class="org.eclipse.osee.framework.ui.workspacebundlelodaer.WorkspaceStarterNature">
+ <parameter
+ name="org.eclipse.osee.benchWorkspaceStarter.parameter1"
+ value="org.eclipse.osee.benchWorkspaceStarter.parameter1">
+ </parameter>
+ </run>
+ </runtime>
+ </extension>
+
+
+ <extension
+ point="org.eclipse.ui.startup">
+ <startup
+ class="org.eclipse.osee.framework.ui.workspacebundlelodaer.EarlyStartup">
+ </startup>
+ </extension>
+</plugin>

Back to the top