repository restructure

git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk/data@2199 92a21009-5b66-0410-b83a-dc787c41c6e9
diff --git a/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.classpath b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.classpath
new file mode 100644
index 0000000..304e861
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<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="output" path="bin"/>
+</classpath>
diff --git a/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.cvsignore b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.cvsignore
new file mode 100644
index 0000000..302df74
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.cvsignore
@@ -0,0 +1,2 @@
+resources
+plugin.xml
diff --git a/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.project b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.project
new file mode 100644
index 0000000..462b67d
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.stem.data.geography.infrastructure.transportation</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/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.settings/org.eclipse.jdt.core.prefs b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..8c3b561
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,21 @@
+#Tue Sep 01 17:02:34 EDT 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.doc.comment.support=disabled
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public
+org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning
+org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled
+org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
+org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
+org.eclipse.jdt.core.compiler.source=1.5
diff --git a/geography/org.eclipse.stem.data.geography.infrastructure.transportation/META-INF/MANIFEST.MF b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..7016018
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.stem.data.geography.infrastructure.transportation;singleton:=true
+Bundle-Version: 1.2.0
+Bundle-Activator: org.eclipse.stem.data.geography.infrastructure.transportation.Activator
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.stem.data.geography
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.stem.data.geography.infrastructure.transportation
+Bundle-Vendor: %providerName
diff --git a/geography/org.eclipse.stem.data.geography.infrastructure.transportation/build.properties b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/build.properties
new file mode 100644
index 0000000..a0cbc1b
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/build.properties
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               resources/,\
+               plugin.xml,\
+               plugin.properties
+src.includes = resources/
diff --git a/geography/org.eclipse.stem.data.geography.infrastructure.transportation/plugin.properties b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/plugin.properties
new file mode 100644
index 0000000..8463d79
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/plugin.properties
@@ -0,0 +1,13 @@
+#/*******************************************************************************
+# * Copyright (c) 2009 IBM Corporation and others.
+# * All rights reserved. This program and the accompanying materials
+# * are made available under the terms of the Eclipse Public License v1.0
+# * which accompanies this distribution, and is available at
+# * http://www.eclipse.org/legal/epl-v10.html
+# *
+# * Contributors:
+# *     IBM Corporation - initial API and implementation
+# *******************************************************************************/
+
+pluginName = STEM Generated Transportation Data
+providerName = Eclipse.org
\ No newline at end of file
diff --git a/geography/org.eclipse.stem.data.geography.infrastructure.transportation/src/org/eclipse/stem/data/geography/infrastructure/transportation/Activator.java b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/src/org/eclipse/stem/data/geography/infrastructure/transportation/Activator.java
new file mode 100644
index 0000000..beb6c07
--- /dev/null
+++ b/geography/org.eclipse.stem.data.geography.infrastructure.transportation/src/org/eclipse/stem/data/geography/infrastructure/transportation/Activator.java
@@ -0,0 +1,66 @@
+package org.eclipse.stem.data.geography.infrastructure.transportation;
+
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
+
+import org.eclipse.core.runtime.Plugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+@SuppressWarnings("all")
+public class Activator extends Plugin {
+
+	/**
+	 * The plug-in ID
+	 */
+	public static final String PLUGIN_ID = "org.eclipse.stem.data.geography.infrastructure.transportation"; //$NON-NLS-1$
+
+	// The shared instance
+	private static Activator plugin;
+	
+	/**
+	 * The constructor
+	 */
+	public Activator() {
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
+	 */
+	@Override
+	public void start(BundleContext context) throws Exception {
+		super.start(context);
+		plugin = this;
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
+	 */
+	@Override
+	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;
+	}
+
+}