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/core/.classpath b/sigil/common/core/.classpath
index 5fb534c..682c4e6 100644
--- a/sigil/common/core/.classpath
+++ b/sigil/common/core/.classpath
@@ -4,5 +4,5 @@
<classpathentry exported="true" kind="lib" path="lib/bndlib.jar" sourcepath="/bld-ivy/lib/ant/bnd-0.0.312.jar"/>
<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.cauldron.sigil.core.classpathContainer"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="build/classes"/>
</classpath>
diff --git a/sigil/common/core/.project b/sigil/common/core/.project
index f9a6d90..08f3aa5 100644
--- a/sigil/common/core/.project
+++ b/sigil/common/core/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.cauldron.bld.core</name>
+ <name>org.apache.felix.sigil.common.core</name>
<comment></comment>
<projects>
</projects>
diff --git a/sigil/common/core/sigil.properties b/sigil/common/core/sigil.properties
index be74c6e..642fef0 100644
--- a/sigil/common/core/sigil.properties
+++ b/sigil/common/core/sigil.properties
@@ -4,7 +4,7 @@
version: 0.0.0
-bundles: \
- org.cauldron.bld.core, \
+ org.apache.felix.sigil.common.core, \
-sourcedirs: \
src, \
@@ -13,6 +13,7 @@
org.apache.felix.sigil.bnd, \
org.apache.felix.sigil.config, \
org.apache.felix.sigil.core, \
+ org.apache.felix.sigil.core.licence, \
org.apache.felix.sigil.model, \
org.apache.felix.sigil.model.common, \
org.apache.felix.sigil.model.eclipse, \