final patches for FELIX-1367


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@795373 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/obr/.classpath b/sigil/common/obr/.classpath
index 64c5e31..d2c2949 100644
--- a/sigil/common/obr/.classpath
+++ b/sigil/common/obr/.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/common/obr/.project b/sigil/common/obr/.project
index e4f71db..82ea9fa 100644
--- a/sigil/common/obr/.project
+++ b/sigil/common/obr/.project
@@ -11,12 +11,7 @@
 			</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>
@@ -24,5 +19,6 @@
 	<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/common/obr/sigil.properties b/sigil/common/obr/sigil.properties
new file mode 100644
index 0000000..9376501
--- /dev/null
+++ b/sigil/common/obr/sigil.properties
@@ -0,0 +1,21 @@
+
+# sigil project file, saved by plugin.
+
+version: 0.0.0
+
+-bundles: \
+	org.cauldron.bld.obr, \
+
+-sourcedirs: \
+	src, \
+
+-imports: \
+	org.apache.felix.sigil.model, \
+	org.apache.felix.sigil.model.common, \
+	org.apache.felix.sigil.model.eclipse, \
+	org.apache.felix.sigil.model.osgi, \
+	org.apache.felix.sigil.repository, \
+	org.eclipse.core.runtime;version=3.4.0, \
+	org.osgi.framework;version=1.4.0, \
+
+# end