Skip to content

Commit 98031c7

Browse files
committed
Generated a new Ant build with Maven 2 + minor tweaks
Removed the Maven 1 build Updated the manifest used by Ant to include the OSGI stuff git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@680694 13f79535-47bb-0310-9956-ffa450edef68
1 parent 147df44 commit 98031c7

9 files changed

Lines changed: 308 additions & 437 deletions

File tree

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons CLI
2-
Copyright 2001-2007 The Apache Software Foundation
2+
Copyright 2001-2008 The Apache Software Foundation
33

44
This product includes software developed by
55
The Apache Software Foundation (http://www.apache.org/).

build.properties

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
#Generated by Maven Ant Plugin - DO NOT EDIT THIS FILE!
2+
#Tue Jul 29 14:31:04 CEST 2008
3+
commons.binary.suffix=
4+
commons.componentid=cli
5+
commons.deployment.protocol=scp
6+
commons.docEncoding=iso-8859-1
7+
commons.encoding=iso-8859-1
8+
commons.jira.id=CLI
9+
commons.jira.pid=12310463
10+
commons.manifestfile=target/osgi/MANIFEST.MF
11+
12+
commons.osgi.dynamicImport=
13+
commons.osgi.export=org.apache.commons.*;version\=1.2-SNAPSHOT
14+
commons.osgi.import=*
15+
commons.osgi.private=
16+
commons.osgi.symbolicName=org.apache.commons.cli
17+
18+
commons.rc.version=RC1
19+
commons.release.name=commons-cli-1.2
20+
commons.release.version=1.2
21+
22+
maven.build.dir=target
23+
maven.build.finalName=commons-cli-1.2-SNAPSHOT
24+
maven.build.outputDir=${maven.build.dir}/classes
25+
maven.build.resourceDir.0=.
26+
maven.build.srcDir.0=src/java
27+
maven.build.testDir.0=src/test
28+
maven.build.testOutputDir=${maven.build.dir}/test-classes
29+
maven.build.testResourceDir.0=src/test/resources
30+
31+
maven.compile.source=1.3
32+
maven.compile.target=1.3
33+
34+
maven.repo.local=${user.home}/.m2/repository
35+
maven.reporting.outputDirectory=${maven.build.dir}/site
36+
37+
maven.settings.interactiveMode=true
38+
maven.settings.offline=false
39+
40+
maven.test.reports=${maven.build.dir}/test-reports
41+
42+
organization.logo=http\://www.apache.org/images/asf_logo_wide.gif
43+
44+
project.build.directory=${maven.build.dir}
45+
project.build.outputDirectory=${maven.build.outputDir}

0 commit comments

Comments
 (0)