From 741f15ae46171a6df532f7e3727b0fc55acd7d39 Mon Sep 17 00:00:00 2001
From: ?? ? <ulysseskao@ximple.com.tw>
Date: Mon, 01 Sep 2008 11:28:39 +0800
Subject: [PATCH] update for EOFM-156

---
 xdgnjobs/ximple-elmparser/pom.xml |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/xdgnjobs/ximple-elmparser/pom.xml b/xdgnjobs/ximple-elmparser/pom.xml
index b3bd6c1..d65c20d 100644
--- a/xdgnjobs/ximple-elmparser/pom.xml
+++ b/xdgnjobs/ximple-elmparser/pom.xml
@@ -193,7 +193,7 @@
         <configuration>
           <archive>
             <manifest>
-              <mainClass>com.ximple.eofms.XQuartzJobCarrier</mainClass>
+              <mainClass>com.ximple.eofms.XElementParser</mainClass>
               <addClasspath>true</addClasspath>
             </manifest>
           </archive>
@@ -205,7 +205,7 @@
       <plugin>
         <!--
            Use maven from the command line:
-             mvn exec:java -Dexec.mainClass="com.ximple.eofms.XQuartzJobCarrier"
+             mvn exec:java -Dexec.mainClass="com.ximple.eofms.XElementParser"
         -->
         <artifactId>exec-maven-plugin</artifactId>
         <groupId>org.codehaus.mojo</groupId>
@@ -220,7 +220,7 @@
         </executions>
         -->
         <configuration>
-          <mainClass>com.ximple.eofms.XQuartzJobCarrier</mainClass>
+          <mainClass>com.ximple.eofms.XElementParser</mainClass>
           <!--
           <commandlineArgs>-wizard</commandlineArgs>
           -->
@@ -282,16 +282,7 @@
         <directory>src/main/resources</directory>
         <includes>
           <include>log4j.properties</include>
-          <include>quartz.properties</include>
-          <include>quartz_jobs.xml</include>
         </includes>
-        <!--
-        <excludes>
-          <exclude>XQuartzJobWizard*.properties</exclude>
-          <exclude>quartz_jobs.xml</exclude>
-          <exclude>quartz_jobs_shapefiles.xml</exclude>
-        </excludes>
-        -->
         <filtering>false</filtering>
       </resource>
     </resources>

--
Gitblit v0.0.0-SNAPSHOT