Issue #2497 Change process root directory to /archive.

Change-Id: Ib5cecb7c0af0e844c4ee37b5dc7fb129023048dc

Former-commit-id: 0a1ed62dd1 [formerly 484549ce4a] [formerly acacd515a6] [formerly 2f8903478e [formerly acacd515a6 [formerly 6c932f08915704fcdf44b66ad396175ccd7f544f]]]
Former-commit-id: 2f8903478e
Former-commit-id: 72a1519ad0df774b7a58c9deccd83a584d643b55 [formerly 553e189b05]
Former-commit-id: aee4d90569
This commit is contained in:
Roger Ferrel 2013-11-05 12:45:37 -06:00
parent 1fc23c3992
commit 31b3bb3645
4 changed files with 5 additions and 10 deletions

View file

@ -25,7 +25,8 @@
* ============ ========== =========== ==========================
* Jun 20, 2013 1966 rferrel Initial creation
* Aug 05, 2013 2224 rferrel Changes to add dataSet tags.
* Oct 01, 2013 2147 rfrrel Date time stamp no longer requires an hour field.
* Oct 01, 2013 2147 rferrel Date time stamp no longer requires an hour field.
* Nov 05, 2013 2497 rferrel Change root directory.
*
* @author rferrel
* @version 1.0
@ -129,7 +130,7 @@
-->
<archive>
<name>Processed</name>
<rootDir>/awips2/edex/data/archive/</rootDir>
<rootDir>/archive/</rootDir>
<minRetentionHours>24</minRetentionHours>
<category>
<name>Decision Assistance</name>

View file

@ -25,7 +25,7 @@
* ============ ========== =========== ==========================
* Jun 20, 2013 1966 rferrel Initial creation
* Aug 05, 2013 2224 rferrel Changes to add dataSet tags.
* Oct 01, 2013 2147 rfrrel Date time stamp no longer requires an hour field.
* Oct 01, 2013 2147 rferrel Date time stamp no longer requires an hour field.
*
* @author rferrel
* @version 1.0

View file

@ -183,10 +183,4 @@
install-size="0"
version="0.0.0"/>
<plugin
id="org.apache.commons.io"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>

View file

@ -9,7 +9,7 @@
</bean>
<bean id="dataArchiver" class="com.raytheon.uf.edex.maintenance.archive.DataArchiver">
<constructor-arg value="/awips2/edex/data/archive"/>
<constructor-arg value="/archive"/>
</bean>
<bean id="databaseArchiver" class="com.raytheon.uf.edex.maintenance.archive.DatabaseArchiver"/>