diff --git a/scripts/remove.references.xml b/scripts/remove.references.xml new file mode 100644 index 00000000..320fd158 --- /dev/null +++ b/scripts/remove.references.xml @@ -0,0 +1,36 @@ + + + + + + + + + <?xml version="1.0" encoding="UTF-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> + <xsl:template match="/"><xsl:apply-templates select="*"/></xsl:template> + <xsl:template match="*"><xsl:copy><xsl:for-each select="@*"><xsl:copy /></xsl:for-each><xsl:apply-templates /></xsl:copy></xsl:template> + <xsl:template match="references" /> +</xsl:stylesheet> + + + + + + + + + + + + + + + + + + + + diff --git a/target-platform/pom.xml b/target-platform/pom.xml index 7e870fd4..f587a1fc 100644 --- a/target-platform/pom.xml +++ b/target-platform/pom.xml @@ -300,6 +300,7 @@ + org.jboss.tools.tycho-plugins target-platform-utils @@ -316,9 +317,73 @@ + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + + package + + + true + + + + + + + + + run + + + + + + + commons-net + commons-net + 1.4.1 + + + org.apache.ant + ant + 1.8.2 + + + org.apache.ant + ant-nodeps + 1.8.1 + + + org.apache.ant + ant-trax + 1.8.0 + + + org.apache.ant + ant-commons-net + 1.8.2 + + + org.apache.ant + ant-apache-regexp + 1.8.2 + + + ant-contrib + ant-contrib + 1.0b3 + + +