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/core.tests/ivy.xml b/sigil/common/core.tests/ivy.xml
new file mode 100644
index 0000000..41d1235
--- /dev/null
+++ b/sigil/common/core.tests/ivy.xml
@@ -0,0 +1,9 @@
+<ivy-module version="1.0">
+  <info 
+        organisation="org.apache"
+        module="felix.sigil.common.core.tests"
+        status="integration"/>
+   <publications>
+     <artifact name="org.apache.felix.sigil.common.core.tests" />
+   </publications>
+</ivy-module>