diff --git a/build.xml b/build.xml
index 06d161593..078b3c022 100644
--- a/build.xml
+++ b/build.xml
@@ -23,7 +23,8 @@
-
+
+
@@ -34,6 +35,13 @@
+
+
+
+
+
+
+
@@ -334,6 +342,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/release/.cvsignore b/release/.cvsignore
index 9e275ffa9..47cf1a47b 100644
--- a/release/.cvsignore
+++ b/release/.cvsignore
@@ -1,3 +1,5 @@
generic
linux
windows
+debian
+macosx
diff --git a/resources/install/debian/rules b/resources/install/debian/rules
index 9cd6bc975..6b291e03c 100755
--- a/resources/install/debian/rules
+++ b/resources/install/debian/rules
@@ -28,7 +28,7 @@ build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
- -$(ANT) -file $(BASEDIR)/build.xml rebuild
+ #-$(ANT) -file $(BASEDIR)/build.xml rebuild
touch $@
@@ -38,7 +38,7 @@ clean:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(ANT) -file $(BASEDIR)/build.xml clean
+ #-$(ANT) -file $(BASEDIR)/build.xml clean
dh_clean