[pleiades] 01/05: disable-create-src_zip
Hideki Yamane
henrich at moszumanska.debian.org
Tue Nov 17 13:04:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch patch-queue/master
in repository pleiades.
commit a2fa32aa118dec0167267df1cc5262746e3c5545
Author: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Date: Tue Nov 17 21:52:36 2015 +0900
disable-create-src_zip
Gbp-Pq: Name disable-create-src_zip
---
build.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/build.xml b/build.xml
index 215f223..344a4f6 100644
--- a/build.xml
+++ b/build.xml
@@ -242,25 +242,6 @@
<delete dir="plugins" />
<delete dir="features" />
- <!-- Pleiades zip ソース・ファイルの作成 -->
- <delete file="${pleiades.src.zip.file}" />
- <zip destfile="${pleiades.src.zip.file}">
- <fileset dir="${basedir}">
- <!-- コマンド・ラインからビルド可能とするため class を含めておく
- <exclude name="bin/**/*"/>
- -->
- <exclude name="bintest/**/*" />
- <exclude name="conf/props/history/" />
- <exclude name="conf/props/temp/" />
- <exclude name="conf/props/**/.*" />
- <exclude name="nls/" />
- <exclude name="report/" />
- <exclude name="build/" />
- <!-- コマンドでエラーになるため追加 -->
- <exclude name="features/" />
- <exclude name="plugins/" />
- </fileset>
- </zip>
<delete>
<fileset dir=".">
<include name="pleiades-*" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pleiades.git
More information about the pkg-java-commits
mailing list