Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davis2011-07-15 16:59:32 +0000
committerMatthew Davis2011-07-15 16:59:32 +0000
commita2cfbbc1142a2690177f81da4eea95b43a18bee5 (patch)
treea4d871d0f32fb6362fcafd327051d7c1243a3190
parenta8cad4fd25d5a7a3b9d3f21757fcfd525ba71fc2 (diff)
downloadorg.eclipse.stem.data.earthscience-a2cfbbc1142a2690177f81da4eea95b43a18bee5.tar.gz
org.eclipse.stem.data.earthscience-a2cfbbc1142a2690177f81da4eea95b43a18bee5.tar.xz
org.eclipse.stem.data.earthscience-a2cfbbc1142a2690177f81da4eea95b43a18bee5.zip
repository restructure
git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk/data/earthscience@2100 92a21009-5b66-0410-b83a-dc787c41c6e9
-rwxr-xr-xorg.eclipse.stem.data.geography.earthscience.2009/.classpath4
-rwxr-xr-xorg.eclipse.stem.data.geography.earthscience.2009/.project28
-rwxr-xr-xorg.eclipse.stem.data.geography.earthscience.2009/META-INF/MANIFEST.MF9
-rwxr-xr-xorg.eclipse.stem.data.geography.earthscience.2009/build.properties5
4 files changed, 46 insertions, 0 deletions
diff --git a/org.eclipse.stem.data.geography.earthscience.2009/.classpath b/org.eclipse.stem.data.geography.earthscience.2009/.classpath
new file mode 100755
index 00000000..64db9399
--- /dev/null
+++ b/org.eclipse.stem.data.geography.earthscience.2009/.classpath
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.stem.data.geography.earthscience.2009/.project b/org.eclipse.stem.data.geography.earthscience.2009/.project
new file mode 100755
index 00000000..66cc4244
--- /dev/null
+++ b/org.eclipse.stem.data.geography.earthscience.2009/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.stem.data.geography.earthscience.2009</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.stem.data.geography.earthscience.2009/META-INF/MANIFEST.MF b/org.eclipse.stem.data.geography.earthscience.2009/META-INF/MANIFEST.MF
new file mode 100755
index 00000000..186931a5
--- /dev/null
+++ b/org.eclipse.stem.data.geography.earthscience.2009/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: STEM Generated Earth Science Data for 2009
+Bundle-SymbolicName: org.eclipse.stem.data.geography.earthscience.2009;singleton:=true
+Bundle-Version: 2.0.0
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: Eclipse.org
+
diff --git a/org.eclipse.stem.data.geography.earthscience.2009/build.properties b/org.eclipse.stem.data.geography.earthscience.2009/build.properties
new file mode 100755
index 00000000..c6388047
--- /dev/null
+++ b/org.eclipse.stem.data.geography.earthscience.2009/build.properties
@@ -0,0 +1,5 @@
+bin.includes = META-INF/,\
+ .,\
+ resources/,\
+ plugin.xml,\
+ plugin.properties \ No newline at end of file

Back to the top