You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/04/24 20:39:01 UTC

svn commit: r396639 - /geronimo/branches/1.1/configs/system-database/project.properties

Author: hogstrom
Date: Mon Apr 24 11:38:59 2006
New Revision: 396639

URL: http://svn.apache.org/viewcvs?rev=396639&view=rev
Log:
Changed Maven property from tranql_connector_version to tranql_vendors_version which is correct

Modified:
    geronimo/branches/1.1/configs/system-database/project.properties

Modified: geronimo/branches/1.1/configs/system-database/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/configs/system-database/project.properties?rev=396639&r1=396638&r2=396639&view=diff
==============================================================================
--- geronimo/branches/1.1/configs/system-database/project.properties (original)
+++ geronimo/branches/1.1/configs/system-database/project.properties Mon Apr 24 11:38:59 2006
@@ -25,7 +25,7 @@
 # Also will cause all config projects to be grouped together when imported into eclipse.
 maven.eclipse.project.name=${geronimo.maven.eclipse.configs.project.prefix}${pom.artifactId}
 
-geronimo.packaging.moduleFile=${maven.repo.local}/tranql/rars/tranql-connector-derby-embed-xa-${tranql_connector_version}.rar
+geronimo.packaging.moduleFile=${maven.repo.local}/tranql/rars/tranql-connector-derby-embed-xa-${tranql_vendors_version}.rar
 
 PlanHTTPPort=8080
 PlanHTTPSPort=8443