Revision 3080
Added by Matt Jones about 18 years ago
test/JDBCTest.java | ||
---|---|---|
4 | 4 |
* Copyright: 2000 Regents of the University of California and the |
5 | 5 |
* National Center for Ecological Analysis and Synthesis |
6 | 6 |
* Authors: Jing Tao |
7 |
* Release: @release@ |
|
8 | 7 |
* |
9 | 8 |
* '$Author$' |
10 | 9 |
* '$Date$' |
test/MaxmumDBConnection.java | ||
---|---|---|
4 | 4 |
* Copyright: 2000 Regents of the University of California and the |
5 | 5 |
* National Center for Ecological Analysis and Synthesis |
6 | 6 |
* Authors: Jing Tao |
7 |
* Release: @release@ |
|
8 | 7 |
* |
9 | 8 |
* '$Author$' |
10 | 9 |
* '$Date$' |
test/edu/ucsb/nceas/metacatnettest/MetaCatServletNetTest.java | ||
---|---|---|
2 | 2 |
* '$RCSfile$' |
3 | 3 |
* Copyright: 2000 Regents of the University of California and the |
4 | 4 |
* National Center for Ecological Analysis and Synthesis |
5 |
* Purpose: To test the MetaCatURL class by JUnit |
|
6 |
* Authors: @Jing Tao@ |
|
7 |
* Release: @release@ |
|
5 |
* Purpose: To test the MetaCatURL class by JUnit |
|
6 |
* Authors: Jing Tao |
|
8 | 7 |
* |
9 | 8 |
* '$Author$' |
10 | 9 |
* '$Date$' |
test/edu/ucsb/nceas/metacattest/MetaCatURLTest.java | ||
---|---|---|
2 | 2 |
* '$RCSfile$' |
3 | 3 |
* Copyright: 2000 Regents of the University of California and the |
4 | 4 |
* National Center for Ecological Analysis and Synthesis |
5 |
* Purpose: To test the MetaCatURL class by JUnit |
|
6 |
* Authors: @Jing Tao@ |
|
7 |
* Release: @release@ |
|
5 |
* Purpose: To test the MetaCatURL class by JUnit |
|
6 |
* Authors: Jing Tao |
|
8 | 7 |
* |
9 | 8 |
* '$Author$' |
10 | 9 |
* '$Date$' |
test/edu/ucsb/nceas/metacattest/MetaCatServletTest.java | ||
---|---|---|
3 | 3 |
* Copyright: 2000 Regents of the University of California and the |
4 | 4 |
* National Center for Ecological Analysis and Synthesis |
5 | 5 |
* Purpose: To test the MetaCatURL class by JUnit |
6 |
* Authors: @Jing Tao@ |
|
7 |
* Release: @release@ |
|
6 |
* Authors: Jing Tao |
|
8 | 7 |
* |
9 | 8 |
* '$Author$' |
10 | 9 |
* '$Date$' |
test/edu/ucsb/nceas/metacattest/SubTreeTest.java | ||
---|---|---|
2 | 2 |
* '$RCSfile$' |
3 | 3 |
* Copyright: 2000 Regents of the University of California and the |
4 | 4 |
* National Center for Ecological Analysis and Synthesis |
5 |
* Purpose: To test the ReplicationServerList class by JUnit |
|
6 |
* Authors: @Jing Tao@ |
|
7 |
* Release: @release@ |
|
5 |
* Purpose: To test the ReplicationServerList class by JUnit |
|
6 |
* Authors: Jing Tao |
|
8 | 7 |
* |
9 | 8 |
* '$Author$' |
10 | 9 |
* '$Date$' |
test/edu/ucsb/nceas/metacattest/ReplicationServerListTest.java | ||
---|---|---|
2 | 2 |
* '$RCSfile$' |
3 | 3 |
* Copyright: 2000 Regents of the University of California and the |
4 | 4 |
* National Center for Ecological Analysis and Synthesis |
5 |
* Purpose: To test the ReplicationServerList class by JUnit |
|
6 |
* Authors: @Jing Tao@ |
|
7 |
* Release: @release@ |
|
5 |
* Purpose: To test the ReplicationServerList class by JUnit |
|
6 |
* Authors: Jing Tao |
|
8 | 7 |
* |
9 | 8 |
* '$Author$' |
10 | 9 |
* '$Date$' |
lib/metacat.properties | ||
---|---|---|
10 | 10 |
|
11 | 11 |
configured=false |
12 | 12 |
|
13 |
version=@release@
|
|
13 |
version=1.6.0
|
|
14 | 14 |
|
15 | 15 |
user=@user@ |
16 | 16 |
|
build.xml | ||
---|---|---|
271 | 271 |
<filter token="ldapUrl" value="${ldapUrl}"/> |
272 | 272 |
<filter token="replication-log" value="${replication-log}"/> |
273 | 273 |
<filter token="replicationerrorlog" value="${replicationerrorlog}"/> |
274 |
<filter token="release" value="${release}"/> |
|
275 | 274 |
<filter token="servlet-path" value="${servlet-path}"/> |
276 | 275 |
<filter token="html-path" value="${html-path}"/> |
277 | 276 |
<filter token="user" value="${user}"/> |
Also available in: Unified diff
Eliminated the '
release
' ant tag from the rest of the files. The 'release' property is still used in build.xml for creating releases, but the filter is no longer presnt. Now, when updating the metacat files for a release, you have to set the release version in both the build.xml and the metacat.properties files.