Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4154 - trunk/geant2-java-sql-ma

Subject: perfsonar development work

List archive

perfsonar: r4154 - trunk/geant2-java-sql-ma


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4154 - trunk/geant2-java-sql-ma
  • Date: Thu, 10 Jul 2008 05:23:42 -0400

Author: roman
Date: 2008-07-10 05:23:41 -0400 (Thu, 10 Jul 2008)
New Revision: 4154

Modified:
trunk/geant2-java-sql-ma/pom.xml
Log:

copying the config files improved



Modified: trunk/geant2-java-sql-ma/pom.xml
===================================================================
--- trunk/geant2-java-sql-ma/pom.xml 2008-07-09 15:09:42 UTC (rev 4153)
+++ trunk/geant2-java-sql-ma/pom.xml 2008-07-10 09:23:41 UTC (rev 4154)
@@ -85,9 +85,21 @@
<excludes>
<exclude>axis-1.4/**/*</exclude>
<exclude>wsdd/**/*</exclude>
+ <exclude>**/ibatis-*</exclude>
+ <exclude>**/*.template*</exclude>
</excludes>
<targetPath>WEB-INF/classes/perfsonar/conf</targetPath>
</resource>
+ <resource>
+ <directory>${basedir}/conf/</directory>
+ <includes>
+ <include>**/ibatis-*</include>
+ </includes>
+ <excludes>
+ <exclude>**/*.template*</exclude>
+ </excludes>
+ <targetPath>WEB-INF/classes</targetPath>
+ </resource>
</webResources>
<webXml>${basedir}/conf/axis-1.4/WEB-INF/web.xml</webXml>
</configuration>



  • perfsonar: r4154 - trunk/geant2-java-sql-ma, svnlog, 07/10/2008

Archive powered by MHonArc 2.6.16.

Top of Page