Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2009-01-14 23:35:08 +0000
committerafinkbein2009-01-14 23:35:08 +0000
commit61e7526a17dc598ca94d33c2a463e29a16effa0b (patch)
tree59ad61492e41050eb800775a2e84b0b4e1f5eece
parentb9455e6425f408dbbd7c1491d48e0210179f7ad7 (diff)
downloadorg.eclipse.osee-61e7526a17dc598ca94d33c2a463e29a16effa0b.tar.gz
org.eclipse.osee-61e7526a17dc598ca94d33c2a463e29a16effa0b.tar.xz
org.eclipse.osee-61e7526a17dc598ca94d33c2a463e29a16effa0b.zip
-rw-r--r--MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/.project22
-rw-r--r--MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/META-INF/MANIFEST.MF7
-rw-r--r--MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/build.properties3
-rw-r--r--MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/plugin.xml11
4 files changed, 43 insertions, 0 deletions
diff --git a/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/.project b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/.project
new file mode 100644
index 00000000000..477c9f112ed
--- /dev/null
+++ b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.define.feature.source</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <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>
+ </natures>
+</projectDescription>
diff --git a/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/META-INF/MANIFEST.MF b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..da120d3eefd
--- /dev/null
+++ b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Source Plug-in (Incubation)
+Bundle-SymbolicName: org.eclipse.osee.define.feature.source;singleton:=true
+Bundle-Version: 0.4.0.qualifier
+Bundle-Vendor: Eclipse.org
+Require-Bundle: org.eclipse.pde.core
diff --git a/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/build.properties b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/build.properties
new file mode 100644
index 00000000000..656a07d9290
--- /dev/null
+++ b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/build.properties
@@ -0,0 +1,3 @@
+bin.includes = META-INF/,\
+ plugin.xml,\
+ src/
diff --git a/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/plugin.xml b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/plugin.xml
new file mode 100644
index 00000000000..4e702eba3b3
--- /dev/null
+++ b/MS_0.6.0_20090114/org.eclipse.osee.define.feature.source/plugin.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ point="org.eclipse.pde.core.source">
+ <location
+ path="src">
+ </location>
+ </extension>
+
+</plugin>

Back to the top