import bnd dependencies vs embedding them
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@797364 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/core/.classpath b/sigil/common/core/.classpath
index 682c4e6..d97a6bc 100644
--- a/sigil/common/core/.classpath
+++ b/sigil/common/core/.classpath
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <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="build/classes"/>
diff --git a/sigil/common/core/build.xml b/sigil/common/core/build.xml
index 0620a94..ab67875 100644
--- a/sigil/common/core/build.xml
+++ b/sigil/common/core/build.xml
@@ -17,10 +17,6 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="common.core" default="build"
- xmlns:ivy="antlib:org.apache.ivy.ant">
+<project name="common.core" default="build">
<import file="../build.xml"/>
- <target name="init">
- <ivy:retrieve organisation="biz.aQute" module="bndlib" revision="0.0.312" inline="true" pattern="lib/[artifact].[ext]"/>
- </target>
</project>
diff --git a/sigil/common/core/sigil.properties b/sigil/common/core/sigil.properties
index 30ea206..5744ec1 100644
--- a/sigil/common/core/sigil.properties
+++ b/sigil/common/core/sigil.properties
@@ -34,9 +34,11 @@
org.apache.felix.sigil.repository, \
-imports: \
+ aQute.lib.osgi, \
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, \
@@ -45,7 +47,4 @@
org.eclipse.core.runtime;version=3.4.0, \
org.osgi.framework;version=1.4.0, \
--libs: \
- lib/bndlib.jar;kind=classpath, \
-
# end