From 978b8847dd547d20da920dbcc6afba05f53a6d8f Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Mon, 01 Sep 2008 11:39:05 +0800 Subject: [PATCH] update for EOFM-156 --- xdgnjobs/ximple-elmparser/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xdgnjobs/ximple-elmparser/pom.xml b/xdgnjobs/ximple-elmparser/pom.xml index d65c20d..e994b75 100644 --- a/xdgnjobs/ximple-elmparser/pom.xml +++ b/xdgnjobs/ximple-elmparser/pom.xml @@ -264,7 +264,7 @@ </goals> <configuration> <encoding>UTF8</encoding> - <includes>XQuartzJobWizard_zh*.properties</includes> + <includes>XElementParser_zh*.properties</includes> </configuration> </execution> </executions> @@ -274,7 +274,7 @@ <resource> <directory>src/main/resources/com/ximple/eofms</directory> <excludes> - <exclude>XQuartzJobWizard_zh*.properties</exclude> + <exclude>XElementParser_zh*.properties</exclude> </excludes> <filtering>true</filtering> </resource> -- Gitblit v0.0.0-SNAPSHOT