[teiid-commits] teiid SVN: r2332 - trunk/build/kits/jboss-container/teiid-examples/dynamicvdb-ws-weather.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Jul 8 11:38:24 EDT 2010


Author: shawkins
Date: 2010-07-08 11:38:23 -0400 (Thu, 08 Jul 2010)
New Revision: 2332

Modified:
   trunk/build/kits/jboss-container/teiid-examples/dynamicvdb-ws-weather/weather-ds.xml
Log:
temporary fix for incorrect version, will be fixed fully by removing versions from rars

Modified: trunk/build/kits/jboss-container/teiid-examples/dynamicvdb-ws-weather/weather-ds.xml
===================================================================
--- trunk/build/kits/jboss-container/teiid-examples/dynamicvdb-ws-weather/weather-ds.xml	2010-07-08 01:49:34 UTC (rev 2331)
+++ trunk/build/kits/jboss-container/teiid-examples/dynamicvdb-ws-weather/weather-ds.xml	2010-07-08 15:38:23 UTC (rev 2332)
@@ -4,7 +4,7 @@
 
    <no-tx-connection-factory>
       <jndi-name>WeatherDS</jndi-name>
-      <rar-name>connector-ws-7.0.0-SNAPSHOT.rar</rar-name>
+      <rar-name>connector-ws-${project.version}.rar</rar-name>
       <connection-definition>javax.resource.cci.ConnectionFactory</connection-definition>      
 
       <config-property name="EndPoint">http://www.weather.gov/forecasts/xml/sample_products/browser_interface/ndfdXMLclient.php</config-property>



More information about the teiid-commits mailing list