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/obr/.classpath b/sigil/eclipse/obr/.classpath
index 64c5e31..7e9cc7e 100644
--- a/sigil/eclipse/obr/.classpath
+++ b/sigil/eclipse/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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/sigil/eclipse/obr/.project b/sigil/eclipse/obr/.project
index 7990e04..b9b5088 100644
--- a/sigil/eclipse/obr/.project
+++ b/sigil/eclipse/obr/.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/obr/sigil.properties b/sigil/eclipse/obr/sigil.properties
new file mode 100644
index 0000000..6978789
--- /dev/null
+++ b/sigil/eclipse/obr/sigil.properties
@@ -0,0 +1,19 @@
+
+# sigil project file, saved by plugin.
+
+version: 0.0.0
+
+-bundles: \
+ org.cauldron.sigil.obr, \
+
+-sourcedirs: \
+ src, \
+
+-imports: \
+ org.eclipse.core.runtime;version=3.4.0, \
+ org.eclipse.jface.preference;version=3.4.1, \
+ org.eclipse.jface.wizard;version=3.4.1, \
+ org.eclipse.ui.plugin;version=3.4.1, \
+ org.osgi.framework;version=1.4.0, \
+
+# end