tidy up org.cauldron references from project names and sigil properties
change build directory to build/classes vs bin
convert core.tests to sigil project and add as fragment to core
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@795531 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/obr/.classpath b/sigil/common/obr/.classpath
index d2c2949..d3b9691 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="src" path="src"/>
<classpathentry kind="con" path="org.cauldron.sigil.core.classpathContainer"/>
- <classpathentry kind="output" path="bin"/>
+ <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="build/classes"/>
</classpath>
diff --git a/sigil/common/obr/.project b/sigil/common/obr/.project
index 82ea9fa..c77953d 100644
--- a/sigil/common/obr/.project
+++ b/sigil/common/obr/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.cauldron.bld.obr</name>
+ <name>org.apache.felix.sigil.common.obr</name>
<comment></comment>
<projects>
</projects>
diff --git a/sigil/common/obr/sigil.properties b/sigil/common/obr/sigil.properties
index 9376501..87410f3 100644
--- a/sigil/common/obr/sigil.properties
+++ b/sigil/common/obr/sigil.properties
@@ -4,7 +4,7 @@
version: 0.0.0
-bundles: \
- org.cauldron.bld.obr, \
+ org.apache.felix.sigil.common.obr, \
-sourcedirs: \
src, \