Revision 1815
Added by Jing Tao about 21 years ago
build.xml | ||
---|---|---|
258 | 258 |
<javac srcdir="${build.src}" |
259 | 259 |
destdir="${build.dest}" |
260 | 260 |
classpath="${cpath}" |
261 |
excludes="**/*.sql" />
|
|
261 |
excludes="**/*.sql **/stringclient/**"/>
|
|
262 | 262 |
<copy file="lib/metacat.properties" |
263 | 263 |
tofile="${build.dest}/${package.home}/metacat.properties" |
264 | 264 |
filtering="yes" /> |
Also available in: Unified diff
Get rid of stringclient compilation when install metacat.