~ubuntu-branches/ubuntu/maverick/libcommons-digester-java/maverick

« back to all changes in this revision

Viewing changes to project.properties

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath, Kumar Appaiah, Varun Hiremath
  • Date: 2007-09-20 22:02:53 UTC
  • mfrom: (0.1.3 upstream) (2.1.3 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070920220253-y7hrhgzfb6ha150y
Tags: 1.8-1
[ Kumar Appaiah ]
* debian/control:
  + Add XS-Vcs-{Svn,Browser}.
  + Add Homepage field.
* Add watch file.

[ Varun Hiremath ]
* New upstream release
* debian/control:
  + Add myself and Kumar Appaiah to Uploaders.
  + move cdbs and debhelper to Build-Depends.
  + modify Description.
* debian/compat: switch to 5
* remove links file from debian/
* debian/rules:
  + Use DEB_UPSTREAM_VERSION to install jar
  + Create a versioned symbolic link to the jar.
  + implement get-orig-source
* Add debian/orig-tar.sh to remove CRLF line terminators from upstream files.
* Update debian/watch to call debian/orig-tar.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
maven.junit.fork=true
11
11
maven.linkcheck.enable=true 
12
12
 
13
 
maven.xdoc.jsl=../commons-build/commons-site.jsl
 
13
# Jar Manifest Additional Attributes
 
14
maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK
 
15
maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache
 
16
maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
 
17
maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
 
18
 
14
19
maven.xdoc.date=left
15
20
maven.xdoc.version=${pom.currentVersion}
16
21
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
17
22
maven.xdoc.poweredby.image=maven-feather.png
18
23
 
 
24
# ensure that the digester-x.y-src.tar.gz (and zip) distributions unpack into
 
25
# a directory with suffix -src
 
26
maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
 
27
 
19
28
# generate .class files that can be loaded into a version 1.2 JVM.
20
29
# Digester requires java1.2 collection classes, so doesn't support
21
30
# 1.1 JVMs.