Browse CVS Repository
Contents of /concierge/Concierge/build.properties
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Mon Jun 5 06:39:50 2006 UTC
(17 years, 10 months ago)
by yasunori_suzuki
Branch: MAIN
first release
| 1 |
source.. = src/ |
| 2 |
output.. = bin/ |
| 3 |
bin.includes = plugin.xml,\ |
| 4 |
META-INF/,\ |
| 5 |
.,\ |
| 6 |
lib/,\ |
| 7 |
.project,\ |
| 8 |
.classpath,\ |
| 9 |
exttools/,\ |
| 10 |
bin/ |
| 11 |
jars.extra.classpath = lib/xmlrpc-1.1.jar,\ |
| 12 |
lib/xmldb-xupdate-20040205.jar,\ |
| 13 |
lib/xmldb-common-20030701.jar,\ |
| 14 |
lib/xmldb-api-sdk-20030701.jar,\ |
| 15 |
lib/xmldb-api-20030701.jar,\ |
| 16 |
lib/xml-apis.jar,\ |
| 17 |
lib/xindice-1.1b4.jar,\ |
| 18 |
lib/xerces-2.6.0.jar,\ |
| 19 |
lib/xalan-2.5.2.jar,\ |
| 20 |
lib/servlet-2.3.jar,\ |
| 21 |
lib/commons-logging-1.0.3.jar |
| |