no longer need to pull equinox.common for headless build (FELIX-1509)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@981797 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/bldcommon/common.xml b/sigil/bldcommon/common.xml
index ea16331..e7424e1 100644
--- a/sigil/bldcommon/common.xml
+++ b/sigil/bldcommon/common.xml
@@ -320,7 +320,6 @@
   <property name="sigil.jar.dir" value="${sigil.home}/lib" />
   <property name="ivy.jar.file" value="${sigil.jar.dir}/ivy.jar" />
   <property name="sigil.jar.file" value="${sigil.jar.dir}/sigil-ivy-plugin.jar" />
-  <property name="equinox.common.jar.file" value="${sigil.jar.dir}/equinox.common.jar" />
 
 
   <target name="download-deps" unless="offline">
@@ -332,9 +331,6 @@
     <!-- sigil -->
     <get src="http://people.apache.org/~dsavage/sigil/sigil-ivy-plugin.jar"
          dest="${sigil.jar.file}" usetimestamp="true" verbose="true"/>
-    <!-- equinox.common -->
-    <get src=" http://download.eclipse.org/releases/${equinox.release}/plugins/org.eclipse.equinox.common_${equinox.install.version}.jar"
-         dest="${equinox.common.jar.file}" usetimestamp="true" verbose="true"/>
   </target>
 
   <target name="check-sigil">