Revision 356
Added by bojilova over 24 years ago
build.xml | ||
---|---|---|
81 | 81 |
classpath="${cpath}" |
82 | 82 |
excludes="**/*.sql" /> |
83 | 83 |
<copyfile src="lib/metacat.properties" |
84 |
dest="${build.dest}/${package.home}/metacat.properties" /> |
|
84 |
dest="${build.dest}/${package.home}/metacat.properties" |
|
85 |
filtering="yes" /> |
|
85 | 86 |
<copyfile src="lib/marine/marine.properties" |
86 | 87 |
dest="${build.dest}/${package.home}/marine/marine.properties"/> |
87 | 88 |
</target> |
Also available in: Unified diff
set filtering="yes" attribute on the copy command of metacat.properties