~ubuntu-branches/ubuntu/precise/commons-csv/precise

« back to all changes in this revision

Viewing changes to project.properties

  • Committer: Bazaar Package Importer
  • Author(s): Jan-Pascal van Best
  • Date: 2008-09-10 20:58:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20080910205800-ohoq6075nafu8n2b
Tags: upstream-0.1-SNAPSHOT+svn678580
ImportĀ upstreamĀ versionĀ 0.1-SNAPSHOT+svn678580

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Licensed to the Apache Software Foundation (ASF) under one or more
2
 
# contributor license agreements.  See the NOTICE file distributed with
3
 
# this work for additional information regarding copyright ownership.
4
 
# The ASF licenses this file to You under the Apache License, Version 2.0
5
 
# (the "License"); you may not use this file except in compliance with
6
 
# the License.  You may obtain a copy of the License at
7
 
#
8
 
#     http://www.apache.org/licenses/LICENSE-2.0
9
 
#
10
 
# Unless required by applicable law or agreed to in writing, software
11
 
# distributed under the License is distributed on an "AS IS" BASIS,
12
 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 
# See the License for the specific language governing permissions and
14
 
# limitations under the License.
15
 
 
16
 
maven.repo.remote=http://repo1.maven.org/maven
17
 
 
18
 
maven.compile.source=1.2
19
 
maven.compile.target=1.2
20
 
 
21
 
#maven.xdoc.jsl=../commons-build/commons-site.jsl
22
 
maven.xdoc.date=bottom
23
 
maven.xdoc.poweredby.image=maven-feather.png
24
 
maven.xdoc.version=${pom.currentVersion}
25
 
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
26
 
maven.xdoc.includeProjectDocumentation=yes
27
 
maven.changes.issue.template=%URL%/browse/%ISSUE%
28
 
 
29
 
# Jar Manifest Additional Attributes
30
 
maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK
31
 
maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache
32
 
maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
33
 
maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
34
 
 
35
 
maven.checkstyle.properties = checkstyle.xml
36
 
 
37
 
# uncomment the next line to work in offline mode (no jar download & no linkcheck)
38
 
#maven.mode.online=
39
 
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
40
 
 
41
 
maven.javadoc.author=false
42
 
maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
43
 
 
44
 
maven.compile.debug=on
45
 
maven.compile.deprecation=off
46
 
maven.compile.optimize=off
47
 
 
48
 
maven.jarResources.basedir=src/java
49
 
maven.jar.excludes=**/package.html
50
 
maven.junit.fork=true
51
 
maven.junit.sysproperties=org.xml.sax.driver
52
 
org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
53
 
 
54
 
clover.excludes=**/Test*.java