Download this file
13 lines (10 with data), 538 Bytes
1
2
3
4
5
6
7
8
9
10
11
12 | # -- resource locations
lib.dir=${basedir}/lib
src.dir=${basedir}/src
bin.dir=${basedir}/target
cls.dir=${basedir}/classes
doc.dir=${bin.dir}/doc
# -- classpath
main.classpath = lib/commons-collections-3.1.jar lib/commons-configuration-1.5.jar lib/commons-dbcp-1.2.1.jar lib/commons-lang-2.3.jar lib/commons-logging-1.0.4.jar lib/commons-pool-1.2.jar lib/jdom-1.0.jar lib/log4j-1.2.14.jar lib/velocity-1.3.1.jar lib/velocity-dep-1.3.1.jar lib/
# -- packaging
package.name=${project.name}-${project.version}-${project.build}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.