progress towards FELIX-1368
* bldcommon/prepare/build.xml downloads external eclipse dependencies to ivy cache
* set up ivy and build files for common and most of eclipse project
* set up sigil-repos.properties 


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@796007 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/junit/ivy.xml b/sigil/common/junit/ivy.xml
index 9135f4a..6121212 100644
--- a/sigil/common/junit/ivy.xml
+++ b/sigil/common/junit/ivy.xml
@@ -19,10 +19,10 @@
 -->
 <ivy-module version="1.0">
     <info 
-        organisation="org.cauldron"
-        module="bld.junit"
+        organisation="org.apache"
+        module="felix.sigil.common.junit"
         status="integration"/>
-    <publications>
-      <artifact name="org.cauldron.sigil.junit" />
-    </publications>
+   <publications>
+     <artifact name="org.apache.felix.sigil.common.junit" />
+   </publications>
 </ivy-module>