Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-08-02 16:12:54 +0000
committerJesse McConnell2011-08-02 16:12:54 +0000
commit7fdca8acd516cfa7e14c246d069ef08e7dd0c9ce (patch)
treecbba4b1aea56539524b5caf392743ecf109bca24 /org.eclipse.jst.server.jetty.site/pom.xml
parentc782746601a1dd436f4e0e741dbf078edaa934ed (diff)
downloadorg.eclipse.jetty.wtp-7fdca8acd516cfa7e14c246d069ef08e7dd0c9ce.tar.gz
org.eclipse.jetty.wtp-7fdca8acd516cfa7e14c246d069ef08e7dd0c9ce.tar.xz
org.eclipse.jetty.wtp-7fdca8acd516cfa7e14c246d069ef08e7dd0c9ce.zip
wire up some smarter ant
Diffstat (limited to 'org.eclipse.jst.server.jetty.site/pom.xml')
-rw-r--r--org.eclipse.jst.server.jetty.site/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.jst.server.jetty.site/pom.xml b/org.eclipse.jst.server.jetty.site/pom.xml
index a6d17d2..eeed2e0 100644
--- a/org.eclipse.jst.server.jetty.site/pom.xml
+++ b/org.eclipse.jst.server.jetty.site/pom.xml
@@ -84,13 +84,16 @@
</goals>
<configuration>
<tasks>
- <delete includeemptydirs="false"
- verbose="true">
+ <delete failonerror="false">
<fileset
dir="/home/data/httpd/download.eclipse.org/jetty/updates/jetty-wtp/development">
<include name="**" />
</fileset>
</delete>
+ <mkdir dir="/home/data/httpd/download.eclipse.org/jetty/updates/jetty-wtp/development"/>
+ <mkdir dir="/home/data/httpd/download.eclipse.org/jetty/updates/jetty-wtp/development/plugins"/>
+ <mkdir dir="/home/data/httpd/download.eclipse.org/jetty/updates/jetty-wtp/development/features"/>
+ <mkdir dir="/home/data/httpd/download.eclipse.org/jetty/updates/jetty-wtp/development/META-INF"/>
<copy includeemptydirs="false"
overwrite="true"
verbose="true"

Back to the top