1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Sat, 7 Feb 2015 14:56:17 -0400
Subject: Adapt build.xml to Debian expectations
Forwarded: not-needed
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 440d240..73c0d0e 100644
--- a/build.xml
+++ b/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="dbunit" default="build">
- <target name="build" depends="clean,composer"/>
+ <target name="build" depends=""/>
<target name="clean" description="Cleanup build artifacts">
<delete dir="${basedir}/vendor"/>
|