convert pde projects to sigil projects (FELIX-1367)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@794605 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/eclipse/help/.classpath b/sigil/eclipse/help/.classpath
index 64c5e31..d2c2949 100644
--- a/sigil/eclipse/help/.classpath
+++ b/sigil/eclipse/help/.classpath
@@ -1,7 +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="con" path="org.cauldron.sigil.core.classpathContainer"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/sigil/eclipse/help/.project b/sigil/eclipse/help/.project
index 3e3bb3b..4ffe2a8 100644
--- a/sigil/eclipse/help/.project
+++ b/sigil/eclipse/help/.project
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.cauldron.sigil.core.newtonBuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.cauldron.sigil.core.newtonnature</nature>
 	</natures>
 </projectDescription>
diff --git a/sigil/eclipse/help/sigil.properties b/sigil/eclipse/help/sigil.properties
new file mode 100644
index 0000000..2b628e2
--- /dev/null
+++ b/sigil/eclipse/help/sigil.properties
@@ -0,0 +1,26 @@
+
+# sigil project file, saved by plugin.
+
+version: 0.0.0
+
+-bundles: \
+	org.cauldron.sigil.help, \
+
+-sourcedirs: \
+	src, \
+
+-imports: \
+	org.eclipse.core.resources;version=3.4.1, \
+	org.eclipse.core.runtime;version=3.4.0, \
+	org.eclipse.jface.action;version=3.4.1, \
+	org.eclipse.jface.dialogs;version=3.4.1, \
+	org.eclipse.jface.viewers;version=3.4.1, \
+	org.eclipse.jface.window;version=3.4.1, \
+	org.eclipse.jface.wizard;version=3.4.1, \
+	org.eclipse.ui;version=3.4.1, \
+	org.eclipse.ui.actions;version=3.4.1, \
+	org.eclipse.ui.part;version=3.4.1, \
+	org.eclipse.ui.plugin;version=3.4.1, \
+	org.osgi.framework;version=1.4.0, \
+
+# end