update to use apache sigil resources FELIX-1396
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@800918 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/core.tests/.classpath b/sigil/common/core.tests/.classpath
index 2503159..c9ffd60 100644
--- a/sigil/common/core.tests/.classpath
+++ b/sigil/common/core.tests/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.cauldron.sigil.core.classpathContainer"/>
+ <classpathentry kind="con" path="org.apache.felix.sigil.classpathContainer"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
diff --git a/sigil/common/core.tests/.project b/sigil/common/core.tests/.project
index 4d0faea..60d4d6d 100644
--- a/sigil/common/core.tests/.project
+++ b/sigil/common/core.tests/.project
@@ -11,13 +11,13 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.cauldron.sigil.core.newtonBuilder</name>
+ <name>org.apache.felix.sigil.eclipse.core.sigilBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
+ <nature>org.apache.felix.sigil.sigilnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.cauldron.sigil.core.newtonnature</nature>
</natures>
</projectDescription>