From fc9880cd77a09dcfdea2791dee418f54f5721cf3 Mon Sep 17 00:00:00 2001
From: Dennis Kao <ulysseskao@ximple.com.tw>
Date: Wed, 05 Jun 2013 11:32:43 +0800
Subject: [PATCH] update JarCollector

---
 xdgnjobs/ximple-jobcarrier/quartz_jobs.xml |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/xdgnjobs/ximple-jobcarrier/quartz_jobs.xml b/xdgnjobs/ximple-jobcarrier/quartz_jobs.xml
index 9813c4d..1bd14c2 100644
--- a/xdgnjobs/ximple-jobcarrier/quartz_jobs.xml
+++ b/xdgnjobs/ximple-jobcarrier/quartz_jobs.xml
@@ -1,21 +1,21 @@
 <?xml version='1.0' encoding='utf-8'?>
 
 <job-scheduling-data xmlns="http://www.quartz-scheduler.org/xml/JobSchedulingData"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.quartz-scheduler.org/xml/JobSchedulingData http://www.quartz-scheduler.org/xml/job_scheduling_data_1_8.xsd"
-    version="1.8">
+                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                     xsi:schemaLocation="http://www.quartz-scheduler.org/xml/JobSchedulingData http://www.quartz-scheduler.org/xml/job_scheduling_data_1_8.xsd"
+                     version="1.8">
 
-    <pre-processing-commands>
-        <delete-jobs-in-group>*</delete-jobs-in-group>  <!-- clear all jobs in scheduler -->
-        <delete-triggers-in-group>*</delete-triggers-in-group> <!-- clear all triggers in scheduler -->
-    </pre-processing-commands>
+  <pre-processing-commands>
+    <delete-jobs-in-group>*</delete-jobs-in-group>  <!-- clear all jobs in scheduler -->
+    <delete-triggers-in-group>*</delete-triggers-in-group> <!-- clear all triggers in scheduler -->
+  </pre-processing-commands>
 
-    <processing-directives>
-        <!-- if there are any jobs/trigger in scheduler of same name (as in this file), overwrite them -->
-        <overwrite-existing-data>true</overwrite-existing-data>
-        <!-- if there are any jobs/trigger in scheduler of same name (as in this file), and over-write is false, ignore them rather then generating an error -->
-        <ignore-duplicates>false</ignore-duplicates>
-    </processing-directives>
+  <processing-directives>
+    <!-- if there are any jobs/trigger in scheduler of same name (as in this file), overwrite them -->
+    <overwrite-existing-data>true</overwrite-existing-data>
+    <!-- if there are any jobs/trigger in scheduler of same name (as in this file), and over-write is false, ignore them rather then generating an error -->
+    <ignore-duplicates>false</ignore-duplicates>
+  </processing-directives>
 
   <schedule>
     <job>
@@ -30,15 +30,15 @@
       <job-data-map>
         <entry>
           <key>JOBDATA_DIR</key>
-          <value>~/Projects/XDCAD/xjobrun/nntpcjobs/jobdata</value>
+          <value>/mnt/hdisk/home.data/private/projects/xdcad/xjobrun/nstpcjobs/jobdata</value>
         </entry>
         <entry>
           <key>PGHOST</key>
-          <value>192.168.11.99</value>
+          <value>10.10.1.6</value>
         </entry>
         <entry>
           <key>PGDATBASE</key>
-          <value>pgNNTPC</value>
+          <value>pgNSTPC</value>
         </entry>
         <entry>
           <key>PGPORT</key>
@@ -58,11 +58,11 @@
         </entry>
         <entry>
           <key>ORAHOST</key>
-          <value>192.168.11.99</value>
+          <value>10.10.1.7</value>
         </entry>
         <entry>
           <key>ORAINST</key>
-          <value>nntpc</value>
+          <value>orcl</value>
         </entry>
         <entry>
           <key>ORAPORT</key>
@@ -78,6 +78,7 @@
         </entry>
         <entry>
           <key>ORGSCHEMA</key>
+          <!--value>SPATIALDB</value-->
           <value>SPATIALDB, CMMS_SPATIALDB</value>
         </entry>
         <entry>

--
Gitblit v0.0.0-SNAPSHOT