Author: drazzib
Date: 2010-06-18 17:59:43 +0000 (Fri, 18 Jun 2010)
New Revision: 12584

Added:
   trunk/spring-build/debian/
   trunk/spring-build/debian/ant.properties
   trunk/spring-build/debian/build.xml
   trunk/spring-build/debian/changelog
   trunk/spring-build/debian/compat
   trunk/spring-build/debian/control
   trunk/spring-build/debian/copyright
   trunk/spring-build/debian/libspring-build-java.poms
   trunk/spring-build/debian/orig-tar.exclude
   trunk/spring-build/debian/orig-tar.sh
   trunk/spring-build/debian/patches/
   trunk/spring-build/debian/patches/ivy_artifact.diff
   trunk/spring-build/debian/patches/ivy_aspectj.diff
   trunk/spring-build/debian/patches/ivy_local_only.diff
   trunk/spring-build/debian/patches/series
   trunk/spring-build/debian/poms/
   trunk/spring-build/debian/poms/ant.xml
   trunk/spring-build/debian/rules
   trunk/spring-build/debian/spring-build-scripts.install
   trunk/spring-build/debian/watch
Log:
[svn-inject] Application des modifications Debian (2.5.0~svn713-1) pour le trunk


Property changes on: trunk/spring-build/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/spring-build/debian/ant.properties
===================================================================
--- trunk/spring-build/debian/ant.properties                            (rev 0)
+++ trunk/spring-build/debian/ant.properties    2010-06-18 17:59:43 UTC (rev 
12584)
@@ -0,0 +1,8 @@
+disable.bundlor=true
+
+# Spring-Build Tool
+org.springframework.build.ant.version=debian
+spring.ant.classpath=/usr/share/java/org.springframework.build.ant.jar
+ecj.classpath=/usr/share/java/ecj.jar
+ajc.classpath=/usr/share/java/aspectjtools.jar
+

Added: trunk/spring-build/debian/build.xml
===================================================================
--- trunk/spring-build/debian/build.xml                         (rev 0)
+++ trunk/spring-build/debian/build.xml 2010-06-18 17:59:43 UTC (rev 12584)
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+
+<project name="spring-build" default="package" basedir="..">
+
+       <target name="package">
+               <ant dir="${basedir}/org.springframework.build.ant" 
target="jar" />
+       </target>
+
+       <target name="clean">
+               <ant dir="${basedir}/org.springframework.build.ant" 
target="clean" />
+               <ant dir="${basedir}/org.springframework.build.ant" 
target="clean-integration" />
+               <ant dir="${basedir}/org.springframework.build.ant" 
target="clean-ivy" />
+       </target>
+
+</project>
+

Added: trunk/spring-build/debian/changelog
===================================================================
--- trunk/spring-build/debian/changelog                         (rev 0)
+++ trunk/spring-build/debian/changelog 2010-06-18 17:59:43 UTC (rev 12584)
@@ -0,0 +1,5 @@
+spring-build (2.5.0~svn713-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Damien Raude-Morvan <[email protected]>  Sun, 21 Feb 2010 12:29:02 +0100

Added: trunk/spring-build/debian/compat
===================================================================
--- trunk/spring-build/debian/compat                            (rev 0)
+++ trunk/spring-build/debian/compat    2010-06-18 17:59:43 UTC (rev 12584)
@@ -0,0 +1 @@
+7

Added: trunk/spring-build/debian/control
===================================================================
--- trunk/spring-build/debian/control                           (rev 0)
+++ trunk/spring-build/debian/control   2010-06-18 17:59:43 UTC (rev 12584)
@@ -0,0 +1,22 @@
+Source: spring-build
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant (>= 1.8.0), quilt,
+ maven-repo-helper, ivy, libecj-java, libcommons-net-java,
+ libspring-build-java
+Maintainer: Damien Raude-Morvan <[email protected]>
+Standards-Version: 3.8.4
+Homepage: http://www.springsource.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/spring-build/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/spring-build/
+
+Package: libspring-build-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: Ant tasks for Spring Build module
+
+Package: spring-build-scripts
+Architecture: all
+Depends: ${misc:Depends}
+Description: Ant scripts snippets for Spring Build module
+

Added: trunk/spring-build/debian/copyright
===================================================================
--- trunk/spring-build/debian/copyright                         (rev 0)
+++ trunk/spring-build/debian/copyright 2010-06-18 17:59:43 UTC (rev 12584)
@@ -0,0 +1,29 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Spring Build
+Maintainer: SpringSource
+Source: https://src.springframework.org/svn/spring-build/
+
+Files: *
+Copyright: Copyright 2008-2010, the original author or authors
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Copyright 2010, Damien Raude-Morvan <[email protected]>
+License: Apache-2.0
+
+License: Apache-2.0
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+ On Debian systems the full text of the Apache License can be found
+ in the `/usr/share/common-licenses/Apache-2.0' file.
+

Added: trunk/spring-build/debian/libspring-build-java.poms
===================================================================
--- trunk/spring-build/debian/libspring-build-java.poms                         
(rev 0)
+++ trunk/spring-build/debian/libspring-build-java.poms 2010-06-18 17:59:43 UTC 
(rev 12584)
@@ -0,0 +1 @@
+debian/poms/ant.xml

Added: trunk/spring-build/debian/orig-tar.exclude
===================================================================
--- trunk/spring-build/debian/orig-tar.exclude                          (rev 0)
+++ trunk/spring-build/debian/orig-tar.exclude  2010-06-18 17:59:43 UTC (rev 
12584)
@@ -0,0 +1 @@
+project-build/lib/*

Added: trunk/spring-build/debian/orig-tar.sh
===================================================================
--- trunk/spring-build/debian/orig-tar.sh                               (rev 0)
+++ trunk/spring-build/debian/orig-tar.sh       2010-06-18 17:59:43 UTC (rev 
12584)
@@ -0,0 +1,25 @@
+#!/bin/sh -e
+
+# $1 version
+TAR=../spring-build_$1.orig.tar.gz
+DIR=spring-build-$1.orig
+VERSION=`echo $1 | sed -e 's/[+~].*//g' | sed -e 's/\./_/g'`
+REVISION=`echo $1 | sed -e 's/.*svn//'`
+TAG=release-$VERSION
+SVN_ROOT=https://src.springframework.org/svn/spring-build/trunk/
+SVN_OPTS=--ignore-externals
+
+# clean up the upstream tarball
+svn export $SVN_OPTS -r $REVISION $SVN_ROOT $DIR
+GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
+rm -rf $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo "moved $TAR to $origDir"
+fi
+
+exit 0
+

Added: trunk/spring-build/debian/patches/ivy_artifact.diff
===================================================================
--- trunk/spring-build/debian/patches/ivy_artifact.diff                         
(rev 0)
+++ trunk/spring-build/debian/patches/ivy_artifact.diff 2010-06-18 17:59:43 UTC 
(rev 12584)
@@ -0,0 +1,96 @@
+--- a/org.springframework.build.ant/ivy.xml
++++ b/org.springframework.build.ant/ivy.xml
+@@ -19,8 +19,8 @@
+       </publications>
+ 
+       <dependencies>
+-              <dependency org="org.apache.ant" 
name="com.springsource.org.apache.tools.ant" rev="1.7.0" 
conf="provided->compile"/>
+-              <dependency org="org.apache.commons" 
name="com.springsource.org.apache.commons.net" rev="1.4.1" 
conf="provided->compile"/>
++              <dependency org="org.apache.ant" name="ant" rev="debian" 
conf="provided->compile"/>
++              <dependency org="commons-net" name="commons-net" rev="2.x" 
conf="provided->compile"/>
+       </dependencies>
+ 
+ </ivy-module>
+--- a/project-build/standard/artifact.xml
++++ b/project-build/standard/artifact.xml
+@@ -7,13 +7,25 @@
+ 
+ <!-- Other targets -->
+       <target name="compile.init" depends="ivy.init">
++<!--
+               <ivy:cachepath resolveId="spring.ant.classpath" 
pathid="spring.ant.classpath"
+                               organisation="org.springframework.build" 
module="org.springframework.build.ant"
+                               
revision="${org.springframework.build.ant.version}" conf="runtime" type="jar" 
inline="true"
+                               log="download-only"/>
++-->
++              <path id="spring.ant.classpath">
++                      <pathelement path="${spring.ant.classpath}"/>
++              </path>
++<!--
+               <ivy:cachepath resolveId="ecj.classpath" pathid="ecj.classpath" 
organisation="org.eclipse.jdt"
+                               
module="com.springsource.org.eclipse.jdt.core.compiler.batch" 
revision="${org.eclipse.jdt.core.compiler.batch.version}"
+                               conf="runtime" type="jar" inline="true" 
log="download-only"/>
++-->
++
++              <path id="ecj.classpath">
++                      <pathelement path="${ecj.classpath}"/>
++              </path>
++
+               <taskdef resource="org/springframework/build/ant/antlib.xml" 
uri="antlib:org.springframework.build">
+                       <classpath>
+                               <path refid="spring.ant.classpath"/>
+@@ -22,4 +34,4 @@
+               </taskdef>
+       </target>
+ 
+-</project>
+\ No newline at end of file
++</project>
+--- a/project-build/weaving-external/artifact.xml
++++ b/project-build/weaving-external/artifact.xml
+@@ -42,9 +42,14 @@
+                               organisation="org.springframework.build" 
module="org.springframework.build.ant"
+                               
revision="${org.springframework.build.ant.version}" conf="runtime" type="jar" 
inline="true"
+                               log="download-only"/>
++<!--
+               <ivy:cachepath resolveId="ecj.classpath" pathid="ecj.classpath" 
organisation="org.eclipse.jdt"
+                               
module="com.springsource.org.eclipse.jdt.core.compiler.batch" 
revision="${org.eclipse.jdt.core.compiler.batch.version}"
+                               conf="runtime" type="jar" inline="true" 
log="download-only"/>
++-->
++                <path id="ecj.classpath">
++                        <pathelement path="${ecj.classpath}"/>
++                </path>
+               <taskdef resource="org/springframework/build/ant/antlib.xml" 
uri="antlib:org.springframework.build">
+                       <classpath>
+                               <path refid="spring.ant.classpath"/>
+@@ -64,4 +69,4 @@
+               </bundlor:bundlor>
+       </target>
+ 
+-</project>
+\ No newline at end of file
++</project>
+--- a/project-build/war/artifact.xml
++++ b/project-build/war/artifact.xml
+@@ -44,9 +44,14 @@
+                               organisation="org.springframework.build" 
module="org.springframework.build.ant"
+                               
revision="${org.springframework.build.ant.version}" conf="runtime" type="jar" 
inline="true"
+                               log="download-only"/>
++<!--
+               <ivy:cachepath resolveId="ecj.classpath" pathid="ecj.classpath" 
organisation="org.eclipse.jdt"
+                               
module="com.springsource.org.eclipse.jdt.core.compiler.batch" 
revision="${org.eclipse.jdt.core.compiler.batch.version}"
+                               conf="runtime" type="jar" inline="true" 
log="download-only"/>
++-->
++                <path id="ecj.classpath">
++                        <pathelement path="${ecj.classpath}"/>
++                </path>
+               <taskdef resource="org/springframework/build/ant/antlib.xml" 
uri="antlib:org.springframework.build">
+                       <classpath>
+                               <path refid="spring.ant.classpath"/>
+@@ -66,4 +71,4 @@
+               </bundlor:bundlor>
+       </target>
+ 
+-</project>
+\ No newline at end of file
++</project>

Added: trunk/spring-build/debian/patches/ivy_aspectj.diff
===================================================================
--- trunk/spring-build/debian/patches/ivy_aspectj.diff                          
(rev 0)
+++ trunk/spring-build/debian/patches/ivy_aspectj.diff  2010-06-18 17:59:43 UTC 
(rev 12584)
@@ -0,0 +1,118 @@
+--- a/project-build/aspect/artifact.xml
++++ b/project-build/aspect/artifact.xml
+@@ -9,10 +9,16 @@
+ 
+ <!-- Other targets -->
+       <target name="compile.init" depends="ivy.init">
++<!--
+               <ivy:cachepath resolveId="ajc.classpath" pathid="ajc.classpath" 
organisation="org.aspectj"
+                               module="com.springsource.org.aspectj.tools" 
revision="${org.aspectj.tools.version}" conf="runtime"
+                               type="jar" inline="true" log="download-only"/>
++-->
++                <path id="ajc.classpath">
++                        <pathelement path="${ajc.classpath}"/>
++                </path>
++
+               <taskdef 
resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties" 
classpathref="ajc.classpath"/>
+       </target>
+ 
+-</project>
+\ No newline at end of file
++</project>
+--- a/project-build/weaving-external/artifact.xml
++++ b/project-build/weaving-external/artifact.xml
+@@ -17,7 +17,8 @@
+               <delete quiet="true" file="${source-jar.output.file}"/>
+               <mkdir dir="${source-jar.output.dir}"/>
+ 
+-              <iajc inPathRef="external.classpath" 
aspectPathRef="aspects.classpath" classpathRef="compile.classpath"
++              <property name="internal.compile.classpath" 
refid="compile.classpath"/>         
++              <iajc inPathRef="external.classpath" 
aspectPathRef="aspects.classpath" 
classpath="${internal.compile.classpath}:/usr/share/java/aspectjrt.jar"
+                               outJar="${jar.output.file}" 
source="${source.version}" checkRuntimeVersion="false" X="${aspectj.x}"/>
+               <antcall target="bundlor"/>
+               <copy tofile="${source-jar.output.file}">
+@@ -33,9 +34,14 @@
+ 
+ <!-- Other targets -->
+       <target name="compile.init" depends="ivy.init">
++<!--
+               <ivy:cachepath resolveId="ajc.classpath" pathid="ajc.classpath" 
organisation="org.aspectj"
+                               module="com.springsource.org.aspectj.tools" 
revision="${org.aspectj.tools.version}" conf="runtime"
+                               type="jar" inline="true" log="download-only"/>
++-->
++                <path id="ajc.classpath">
++                        <pathelement path="${ajc.classpath}"/>
++                </path>
+               <taskdef 
resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties" 
classpathref="ajc.classpath"/>
+ 
+               <ivy:cachepath resolveId="spring.ant.classpath" 
pathid="spring.ant.classpath"
+--- a/project-build/weaving/artifact.xml
++++ b/project-build/weaving/artifact.xml
+@@ -10,9 +10,15 @@
+ 
+ <!-- Other targets -->
+       <target name="compile.init" depends="ivy.init">
++<!--
+               <ivy:cachepath resolveId="ajc.classpath" pathid="ajc.classpath" 
organisation="org.aspectj"
+                               module="com.springsource.org.aspectj.tools" 
revision="${org.aspectj.tools.version}" conf="runtime"
+                               type="jar" inline="true" log="download-only"/>
++-->
++                <path id="ajc.classpath">
++                        <pathelement path="${ajc.classpath}"/>
++                </path>
++
+               <taskdef 
resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties" 
classpathref="ajc.classpath"/>
+ 
+               <ivy:cachepath resolveId="spring.ant.classpath" 
pathid="spring.ant.classpath"
+@@ -41,4 +47,4 @@
+               </bundlor:bundlor>
+       </target>
+ 
+-</project>
+\ No newline at end of file
++</project>
+--- a/project-build/aspect/common.xml
++++ b/project-build/aspect/common.xml
+@@ -10,7 +10,8 @@
+               <attribute name="output.dir"/>
+               <attribute name="resources.dir"/>
+               <sequential>
+-                      <iajc sourceroots="@{input.dir}" 
destDir="@{output.dir}" classpathRef="@{classpath.id}" 
source="${source.version}"
++                      <property name="internal.classpath" 
refid="@{classpath.id}"/>
++                      <iajc sourceroots="@{input.dir}" 
destDir="@{output.dir}" 
classpath="${internal.classpath}:/usr/share/java/aspectjrt.jar" 
source="${source.version}"
+                                       debug="${compile.debug}" 
debugLevel="${compile.debug.level}" checkRuntimeVersion="false"
+                                       aspectPathRef="aspects.classpath" 
X="${aspectj.x}"/>
+                       <copy todir="@{output.dir}">
+@@ -27,4 +28,4 @@
+               </sequential>
+       </macrodef>
+ 
+-</project>
+\ No newline at end of file
++</project>
+--- a/project-build/aspect/quality.xml
++++ b/project-build/aspect/quality.xml
+@@ -16,7 +16,8 @@
+               </path>
+               <test-compile classpath.id="test.compile.classpath" 
input.dir="${test.java.dir}" output.dir="${test.output.dir}"
+                               resources.dir="${test.resources.dir}"/>
+-              <iajc inPath="${test.output.dir}" 
aspectPathRef="test.aspect.path" classpathRef="test.compile.classpath"
++              <property name="internal.test.compile.classpath" 
refid="test.compile.classpath"/>
++              <iajc inPath="${test.output.dir}" 
aspectPathRef="test.aspect.path" 
classpath="${internal.test.compile.classpath}:/usr/share/java/aspectjrt.jar"
+                               destDir="${test.output.dir}" 
source="${source.version}" checkRuntimeVersion="false" X="${aspectj.x}"/>
+ 
+               <path id="test.run.classpath">
+@@ -51,9 +52,10 @@
+               </path>
+               <test-compile classpath.id="test.compile.classpath" 
input.dir="${test.clover.dir}" output.dir="${test.output.dir}"
+                               resources.dir="${test.resources.dir}"/>
+-              <iajc inPath="${test.output.dir}" 
aspectPathRef="test.aspect.path" classpathRef="test.compile.classpath"
++              <property name="internal.test.compile.classpath" 
refid="test.compile.classpath"/>
++              <iajc inPath="${test.output.dir}" 
aspectPathRef="test.aspect.path" 
classpath="${internal.test.compile.classpath}:/usr/share/java/aspectjrt.jar"
+                               destDir="${test.output.dir}" 
source="${source.version}" checkRuntimeVersion="false" X="${aspectj.x}"/>
+               <delete dir="${clover.staging.dir}" quiet="true"/>
+       </target>
+ 
+-</project>
+\ No newline at end of file
++</project>

Added: trunk/spring-build/debian/patches/ivy_local_only.diff
===================================================================
--- trunk/spring-build/debian/patches/ivy_local_only.diff                       
        (rev 0)
+++ trunk/spring-build/debian/patches/ivy_local_only.diff       2010-06-18 
17:59:43 UTC (rev 12584)
@@ -0,0 +1,56 @@
+--- a/project-build/common/ivysettings.xml
++++ b/project-build/common/ivysettings.xml
+@@ -1,8 +1,6 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <ivysettings>
+ 
+-      <typedef name="s3" classname="org.springframework.aws.ivy.S3Resolver"/>
+-
+       <settings defaultResolver="external-lookup" 
defaultLatestStrategy="latest-lexico"/>
+ 
+       <caches resolutionCacheDir="${ivy.cache.dir}/resolution" 
repositoryCacheDir="${ivy.cache.dir}/repository"
+@@ -36,32 +34,31 @@
+ 
+ <!-- Lookup repositories -->
+               <chain name="external-lookup" returnFirst="true">
+-                      <localrepo name="local-external-repository"/>
+-                      <s3repo name="bundle-external-repository"       
bucket="repository.springsource.com" artifact.type="bundles" 
release.type="external"/>
+-                      <s3repo name="library-external-repository"      
bucket="repository.springsource.com" artifact.type="libraries" 
release.type="external"/>
++                      <filesystem name="local-maven-repo" m2compatible="true" 
local="true">
++                              <ivy 
pattern="/usr/share/maven-repo/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom"/>
++                              <artifact 
pattern="/usr/share/maven-repo/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).jar"/>
++                      </filesystem>
++<!--
++                      <filesystem name="local-java" local="true">
++                              <artifact 
pattern="/usr/share/java/[module].jar"/>
++                      </filesystem>
++-->
+               </chain>
+ 
+               <chain name="spring-portfolio-lookup" returnFirst="true">
+                       <resolver ref="integration"/>
+                       <localrepo name="local"/>
+-                      <s3repo name="bundle-release-repository"        
bucket="repository.springsource.com" artifact.type="bundles" 
release.type="release"/>
+-                      <s3repo name="bundle-milestone-repository"      
bucket="repository.springsource.com" artifact.type="bundles" 
release.type="milestone"/>
+-                      <s3repo name="bundle-snapshot-repository"       
bucket="repository.springsource.com" artifact.type="bundles" 
release.type="snapshot"/>
+-                      <s3repo name="library-release-repository"       
bucket="repository.springsource.com" artifact.type="libraries" 
release.type="release"/>
+-                      <s3repo name="library-milestone-repository"     
bucket="repository.springsource.com" artifact.type="libraries" 
release.type="milestone"/>
+-                      <s3repo name="library-snapshot-repository"      
bucket="repository.springsource.com" artifact.type="libraries" 
release.type="snapshot"/>
++                      <resolver ref="external-lookup"/>
+               </chain>
+ 
+ <!-- Publishing repositories -->
+-              <s3repo name="ebr-bundle-publish"       
bucket="${publish.bucket}"      artifact.type="bundles"         
release.type="${adjusted.release.type}"/>
+-              <s3repo name="ebr-library-publish"      
bucket="${publish.bucket}"      artifact.type="libraries"       
release.type="${adjusted.release.type}"/>
+               <localrepo name="local-bundle-publish"/>
+               <localrepo name="local-library-publish"/>
+       </resolvers>
+ 
+       <modules>
+-              <module organisation="org.springframework.*"    name="*"        
resolver="spring-portfolio-lookup"/>
+-              <module organisation="com.springsource.*"               
name="*"        resolver="spring-portfolio-lookup"/>
++              <module organisation="org.springframework.*"    name="*"        
resolver="spring-portfolio-lookup"/>
++              <module organisation="com.springsource.*"               
name="*"        resolver="spring-portfolio-lookup"/>
+       </modules>
+ 
+ </ivysettings>

Added: trunk/spring-build/debian/patches/series
===================================================================
--- trunk/spring-build/debian/patches/series                            (rev 0)
+++ trunk/spring-build/debian/patches/series    2010-06-18 17:59:43 UTC (rev 
12584)
@@ -0,0 +1,3 @@
+ivy_local_only.diff
+ivy_artifact.diff
+ivy_aspectj.diff

Added: trunk/spring-build/debian/poms/ant.xml
===================================================================
--- trunk/spring-build/debian/poms/ant.xml                              (rev 0)
+++ trunk/spring-build/debian/poms/ant.xml      2010-06-18 17:59:43 UTC (rev 
12584)
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.springframework.build</groupId>
+       <artifactId>org.springframework.build.ant</artifactId>
+       <version>debian</version>
+       <packaging>jar</packaging>
+       <description>Spring Build - Ant Module</description>
+</project>

Added: trunk/spring-build/debian/rules
===================================================================
--- trunk/spring-build/debian/rules                             (rev 0)
+++ trunk/spring-build/debian/rules     2010-06-18 17:59:43 UTC (rev 12584)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+JAVA_HOME            := /usr/lib/jvm/default-java
+DEB_JARS             := ivy commons-net
+DEB_ANT_BUILDFILE    := debian/build.xml
+
+makebuilddir::
+       -(cd org.springframework.build.ant; ln -s ../project-build spring-build)
+
+binary-post-install/libspring-build-java::
+       mh_installpoms -plibspring-build-java
+       mh_installjar -plibspring-build-java -l debian/poms/ant.xml 
org.springframework.build.ant/target/artifacts/org.springframework.build.ant.jar
+
+clean::
+       -rm org.springframework.build.ant/spring-build
+       -rm project-build/project-build
+       -rm -rf debian/tmp
+
+get-orig-source:
+       sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
+


Property changes on: trunk/spring-build/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/spring-build/debian/spring-build-scripts.install
===================================================================
--- trunk/spring-build/debian/spring-build-scripts.install                      
        (rev 0)
+++ trunk/spring-build/debian/spring-build-scripts.install      2010-06-18 
17:59:43 UTC (rev 12584)
@@ -0,0 +1 @@
+project-build/* /usr/share/spring-build/

Added: trunk/spring-build/debian/watch
===================================================================
--- trunk/spring-build/debian/watch                             (rev 0)
+++ trunk/spring-build/debian/watch     2010-06-18 17:59:43 UTC (rev 12584)
@@ -0,0 +1,2 @@
+version=3
+https://src.springframework.org/svn/spring-build/tags/ project-build-([\d\.]+)/


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to