You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by sc...@apache.org on 2011/01/04 07:08:46 UTC

svn commit: r1054910 - /gump/metadata/project/turbine-core.xml

Author: sctemme
Date: Tue Jan  4 06:08:46 2011
New Revision: 1054910

URL: http://svn.apache.org/viewvc?rev=1054910&view=rev
Log:
Fix parsing problem with turbine-core descriptor

Modified:
    gump/metadata/project/turbine-core.xml

Modified: gump/metadata/project/turbine-core.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/turbine-core.xml?rev=1054910&r1=1054909&r2=1054910&view=diff
==============================================================================
--- gump/metadata/project/turbine-core.xml (original)
+++ gump/metadata/project/turbine-core.xml Tue Jan  4 06:08:46 2011
@@ -41,9 +41,9 @@
     <option project="commons-lang" runtime="true"/>
     <option project="commons-logging"/>
     <option project="commons-pool"/>
-    <option project="db-torque-generator">
-    <option project="db-torque-runtime">
-    <option project="db-torque-templates">
+    <option project="db-torque-generator"/>
+    <option project="db-torque-runtime"/>
+    <option project="db-torque-templates"/>
     <option project="dom4j"/>
     <depend project="fulcrum-cache"/>
     <option project="fulcrum-crypto"/>