Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Watson2015-05-27 13:39:22 +0000
committerGreg Watson2015-05-27 13:39:22 +0000
commitaccb92132f3474bdc8c241ba86990d65dc68b970 (patch)
tree9a1916f1622f3edef11f6acd1a7cc322ea5abb04
parent7114fb2179268d4637bd1aa9764083143744c0d2 (diff)
downloadorg.eclipse.photran-accb92132f3474bdc8c241ba86990d65dc68b970.tar.gz
org.eclipse.photran-accb92132f3474bdc8c241ba86990d65dc68b970.tar.xz
org.eclipse.photran-accb92132f3474bdc8c241ba86990d65dc68b970.zip
Another attempt to fix build.
Signed-off-by: Greg Watson <g.watson@computer.org>
-rw-r--r--org.eclipse.photran.repo/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.photran.repo/pom.xml b/org.eclipse.photran.repo/pom.xml
index 36c967e4..1a40b57d 100644
--- a/org.eclipse.photran.repo/pom.xml
+++ b/org.eclipse.photran.repo/pom.xml
@@ -46,9 +46,7 @@
<tasks>
<!--mkdir dir="${photran-install-dir}" /-->
<delete includeemptydirs="true">
- <fileset dir="${photran-install-dir}">
- <include name="**" />
- </fileset>
+ <fileset dir="${photran-install-dir}" includes="**/*"/>
</delete>
<unzip
src="${project.build.directory}/${project.build.finalName}.zip"

Back to the top