This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit 7dff29c46bd1174bdef2a48fc30e16140c16b304 Author: Torsten Werner <[email protected]> Date: Fri Dec 5 22:07:03 2008 +0000 close ITP; build beanshell tool --- debian/build.xml | 5 +++++ debian/changelog | 2 +- debian/control | 5 +++-- debian/rules | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 7a6f71c..57bdd68 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -9,6 +9,7 @@ <target name="clean"> <ant target="clean" antfile="${maven.build.xml}" dir="maven-plugin-tools-api"/> + <ant target="clean" antfile="${maven.build.xml}" dir="maven-plugin-tools-beanshell"/> <ant target="clean" antfile="${maven.build.xml}" dir="maven-plugin-tools-java"/> <ant target="clean" antfile="${maven.build.xml}" dir="maven-plugin-plugin"/> </target> @@ -34,6 +35,9 @@ <ant target="package" antfile="${maven.build.xml}" dir="maven-plugin-tools-api"> <property name="artifactId" value="maven-plugin-tools-api"/> </ant> + <ant target="package" antfile="${maven.build.xml}" dir="maven-plugin-tools-beanshell"> + <property name="artifactId" value="maven-plugin-tools-beanshell"/> + </ant> <ant target="package" antfile="${maven.build.xml}" dir="maven-plugin-tools-java"> <property name="artifactId" value="maven-plugin-tools-java"/> </ant> @@ -45,6 +49,7 @@ <target name="javadoc"> <javadoc destdir="${javadoc.dir}"> <packageset dir="maven-plugin-tools-api/src/main/java/"/> + <packageset dir="maven-plugin-tools-beanshell/src/main/java/"/> <packageset dir="maven-plugin-tools-java/src/main/java/"/> <packageset dir="maven-plugin-plugin/src/main/java/"/> </javadoc> diff --git a/debian/changelog b/debian/changelog index bdd5bda..1a8a293 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ maven-plugin-tools (2.4.3-1) unstable; urgency=low UNRELEASED - * Initial release. (Closes: #xxxxxx) + * Initial release. (Closes: #507922) -- Torsten Werner <[email protected]> Thu, 04 Dec 2008 19:29:26 +0100 diff --git a/debian/control b/debian/control index edce8a0..e16112a 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Torsten Werner <[email protected]> Build-Depends: ant, debhelper (>= 5), cdbs, default-jdk, quilt, libmaven-plugin-tools-java, maven-ant-helper, libmodello-java, libmaven-reporting-impl-java, libplexus-containers-java, libgoogle-collections-java, - libxbean-java, libqdox-java + libxbean-java, libqdox-java, bsh Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-plugin-tools Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-plugin-tools/ @@ -15,7 +15,8 @@ Homepage: http://maven.apache.org Package: libmaven-plugin-tools-java Architecture: all Depends: default-jre | java2-runtime, ${misc:Depends}, libmaven-reporting-impl-java, - libplexus-containers-java, libgoogle-collections-java, libxbean-java, libqdox-java + libplexus-containers-java, libgoogle-collections-java, libxbean-java, libqdox-java, + bsh Description: Maven Plugin Tools Base POM Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, diff --git a/debian/rules b/debian/rules index 2176277..fd93a2f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := maven2 plexus-container-default-1.0 plexus-utils jtidy \ doxia-sink-api doxia-site-renderer maven-reporting-impl maven-ant-helper \ - plexus-classworlds google-collect xbean-reflect qdox + plexus-classworlds google-collect xbean-reflect qdox bsh DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_ARGS := -Dversion=$(VERSION) @@ -27,5 +27,7 @@ binary-post-install/lib$(PACKAGE)-java:: install -m644 maven-plugin-tools-api/pom.xml $(DEB_DESTDIR)$(MPT)/plugin-tools/maven-plugin-tools-api/$(VERSION)/maven-plugin-tools-api-$(VERSION).pom dh_install maven-plugin-tools-java/target/*.jar $(MPT)/plugin-tools/maven-plugin-tools-java/$(VERSION)/ install -m644 maven-plugin-tools-java/pom.xml $(DEB_DESTDIR)$(MPT)/plugin-tools/maven-plugin-tools-java/$(VERSION)/maven-plugin-tools-java-$(VERSION).pom + dh_install maven-plugin-tools-beanshell/target/*.jar $(MPT)/plugin-tools/maven-plugin-tools-beanshell/$(VERSION)/ + install -m644 maven-plugin-tools-java/pom.xml $(DEB_DESTDIR)$(MPT)/plugin-tools/maven-plugin-tools-beanshell/$(VERSION)/maven-plugin-tools-beanshell-$(VERSION).pom dh_install maven-plugin-plugin/target/*.jar $(MPT)/plugins/maven-plugin-plugin/$(VERSION)/ install -m644 maven-plugin-tools-java/pom.xml $(DEB_DESTDIR)$(MPT)/plugins/maven-plugin-plugin/$(VERSION)/maven-plugin-plugin-$(VERSION).pom -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

