You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by dr...@apache.org on 2011/04/14 11:06:38 UTC

svn commit: r1092066 - in /tapestry/tapestry5/trunk: ./ plastic/ tapestry-annotations/ tapestry-beanvalidator/ tapestry-core/ tapestry-func/ tapestry-hibernate-core/ tapestry-hibernate/ tapestry-ioc/ tapestry-jmx/ tapestry-jpa/ tapestry-json/ tapestry-...

Author: drobiazko
Date: Thu Apr 14 09:06:37 2011
New Revision: 1092066

URL: http://svn.apache.org/viewvc?rev=1092066&view=rev
Log:
Added org.apache.tomcat:dbcp dependency to tapestry-test

Modified:
    tapestry/tapestry5/trunk/   (props changed)
    tapestry/tapestry5/trunk/plastic/   (props changed)
    tapestry/tapestry5/trunk/tapestry-annotations/   (props changed)
    tapestry/tapestry5/trunk/tapestry-beanvalidator/   (props changed)
    tapestry/tapestry5/trunk/tapestry-core/   (props changed)
    tapestry/tapestry5/trunk/tapestry-func/   (props changed)
    tapestry/tapestry5/trunk/tapestry-hibernate/   (props changed)
    tapestry/tapestry5/trunk/tapestry-hibernate-core/   (props changed)
    tapestry/tapestry5/trunk/tapestry-ioc/   (props changed)
    tapestry/tapestry5/trunk/tapestry-jmx/   (props changed)
    tapestry/tapestry5/trunk/tapestry-jpa/   (props changed)
    tapestry/tapestry5/trunk/tapestry-json/   (props changed)
    tapestry/tapestry5/trunk/tapestry-spring/   (props changed)
    tapestry/tapestry5/trunk/tapestry-test/   (props changed)
    tapestry/tapestry5/trunk/tapestry-test/build.gradle
    tapestry/tapestry5/trunk/tapestry-upload/   (props changed)
    tapestry/tapestry5/trunk/tapestry-yuicompressor/   (props changed)

Propchange: tapestry/tapestry5/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -9,3 +9,5 @@ temp-testng-customsuite.xml
 .project
 .settings
 .externalToolBuilders
+
+.gradle

Propchange: tapestry/tapestry5/trunk/plastic/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -0,0 +1 @@
+build

Propchange: tapestry/tapestry5/trunk/tapestry-annotations/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -2,3 +2,5 @@ target
 .classpath
 .project
 .settings
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-beanvalidator/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -3,3 +3,5 @@ test-output
 .project
 .settings
 target
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -12,3 +12,5 @@ target
 temp-testng-customsuite.xml
 test-output
 testng.xml
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-func/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -5,3 +5,5 @@ target
 .project
 
 .classpath
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-hibernate/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -7,3 +7,5 @@ test-output
 .classpath
 .project
 .settings
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-hibernate-core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -2,3 +2,5 @@
 .project
 .settings
 target
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-ioc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -9,3 +9,5 @@ null
 target
 temp-testng-customsuite.xml
 test-output
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-jmx/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -2,3 +2,5 @@
 target
 .settings
 .classpath
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-jpa/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -7,3 +7,5 @@ test-output
 .classpath
 
 .project
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-json/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -5,3 +5,5 @@ target
 .classpath
 
 .project
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-spring/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -9,3 +9,5 @@ bin-test
 .settings
 
 test-output
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-test/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -3,3 +3,5 @@ target
 .classpath
 .project
 .settings
+
+build

Modified: tapestry/tapestry5/trunk/tapestry-test/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/build.gradle?rev=1092066&r1=1092065&r2=1092066&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-test/build.gradle Thu Apr 14 09:06:37 2011
@@ -13,6 +13,8 @@ dependencies {
   
   compile "org.apache.tomcat:catalina:$tomcatVersion"
   compile "org.apache.tomcat:coyote:$tomcatVersion"
+  
+  compile "org.apache.tomcat:dbcp:$tomcatVersion"
 
   compile "org.easymock:easymock:$easymockVersion"
 }
\ No newline at end of file

Propchange: tapestry/tapestry5/trunk/tapestry-upload/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -6,3 +6,5 @@ temp-testng-customsuite.xml
 .classpath
 .project
 .settings
+
+build

Propchange: tapestry/tapestry5/trunk/tapestry-yuicompressor/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Apr 14 09:06:37 2011
@@ -0,0 +1 @@
+build