~ubuntu-branches/ubuntu/trusty/libcommons-validator-java/trusty

« back to all changes in this revision

Viewing changes to project.properties

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 13:35:53 UTC
  • Revision ID: james.westby@ubuntu.com-20041119133553-qtl7whjkjv9q1rbd
Tags: upstream-1.3
ImportĀ upstreamĀ versionĀ 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#   Copyright 2003-2004 The Apache Software Foundation
 
2
#
 
3
#   Licensed under the Apache License, Version 2.0 (the "License");
 
4
#   you may not use this file except in compliance with the License.
 
5
#   You may obtain a copy of the License at
 
6
#
 
7
#       http://www.apache.org/licenses/LICENSE-2.0
 
8
#
 
9
#   Unless required by applicable law or agreed to in writing, software
 
10
#   distributed under the License is distributed on an "AS IS" BASIS,
 
11
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
12
#   See the License for the specific language governing permissions and
 
13
#   limitations under the License.
 
14
 
 
15
 
 
16
# You can uncomment this if you're willing to use the unofficial
 
17
# Validator-specific jar repository at the Validator site. This will
 
18
# contain all the jars needed to build Validator, even if a jar
 
19
# is missing on ibiblio
 
20
 
 
21
#maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/commons/validator/repo
 
22
 
 
23
maven.checkstyle.properties = conf/share/ValidatorCheckStyle.xml
 
24
 
 
25
# Keep ant and maven directories seperate.
 
26
maven.build.dir=m-target
 
27
 
 
28
# Include legacy javadoc in build
 
29
maven.html2xdoc.dir = legacy
 
30
 
 
31
# commons site L&F
 
32
maven.xdoc.jsl=../commons-build/commons-site.jsl
 
33
maven.xdoc.poweredby.image=
 
34
maven.xdoc.date = left
 
35
maven.xdoc.version = ${pom.currentVersion}
 
36
 
 
37
compile.debug = on
 
38
compile.optimize = off
 
39
compile.deprecation = on
 
40
maven.compile.deprecation = on
 
41
 
 
42
#maven.test.skip = true
 
43
#maven.test.failure.ignore = true
 
44
maven.changelog.range = 120
 
45
 
 
46
# -------------------------------------------------------------------
 
47
# N I G H T L Y   B U I L D   P R O P E R T I E S
 
48
# -------------------------------------------------------------------
 
49
 
 
50
validator.nightly.dist.dir = \
 
51
    /www/jakarta.apache.org/builds/jakarta-commons/validator/nightly
 
 
b'\\ No newline at end of file'