build ivy plugin via sigil vs bnd FELIX-1444
* add resolver dependencies to sigil-defaults
* add ant lib to sigil-repos
* set up sigil and ivy files
* set up ivy/ intermediate build files
* retrieve built ivy plugin jar in top level site target
* tidy up unused targets from build.xml
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@800457 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/ivy/resolver/sigil.properties b/sigil/ivy/resolver/sigil.properties
new file mode 100644
index 0000000..18622f6
--- /dev/null
+++ b/sigil/ivy/resolver/sigil.properties
@@ -0,0 +1,45 @@
+
+# sigil project file, saved by plugin.
+
+-bundles: \
+ org.apache.felix.sigil.ivy.resolver, \
+
+-contents: \
+ org.apache.felix.sigil.*, \
+ profiles.*, \
+ org.osgi.framework, \
+
+-imports: \
+ 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.core.repository, \
+ org.apache.felix.sigil.model, \
+ org.apache.felix.sigil.model.common, \
+ org.apache.felix.sigil.model.eclipse, \
+ org.apache.felix.sigil.model.osgi, \
+ org.apache.felix.sigil.obr, \
+ org.apache.felix.sigil.repository, \
+ org.apache.ivy, \
+ org.apache.ivy.core, \
+ org.apache.ivy.core.module.descriptor, \
+ org.apache.ivy.core.module.id, \
+ org.apache.ivy.core.resolve, \
+ org.apache.ivy.core.settings, \
+ org.apache.ivy.plugins.parser, \
+ org.apache.ivy.plugins.parser.xml, \
+ org.apache.ivy.plugins.repository, \
+ org.apache.ivy.plugins.repository.file, \
+ org.apache.ivy.plugins.repository.url, \
+ org.apache.ivy.plugins.resolver, \
+ org.apache.ivy.plugins.resolver.util, \
+ org.apache.ivy.util, \
+ org.apache.tools.ant, \
+ org.apache.tools.ant.types, \
+ org.osgi.framework, \
+
+-requires: \
+ org.eclipse.equinox.common;version=3.4.0, \
+
+# end