Author: drobiazko
Date: Sat Nov 21 18:18:48 2009
New Revision: 882952
URL: http://svn.apache.org/viewvc?rev=882952&view=rev
Log:
Fixed the build.
Added:
tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/
tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/
tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/testng.xml
(with props)
Modified:
tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml
Modified: tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml?rev=882952&r1=882951&r2=882952&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml Sat Nov 21
18:18:48 2009
@@ -10,6 +10,12 @@
<artifactId>easymock</artifactId>
<version>2.4</version>
</dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>${testng-version}</version>
+ <classifier>jdk15</classifier>
+ </dependency>
</dependencies>
<parent>
<groupId>org.apache.tapestry</groupId>
Added:
tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/testng.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/testng.xml?rev=882952&view=auto
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/testng.xml
(added)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/testng.xml
Sat Nov 21 18:18:48 2009
@@ -0,0 +1,21 @@
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
+<!--
+ Copyright 2009 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<suite name="Tapestry Quickstart" annotations="1.5" verbose="2">
+ <!-- This avoids a build error (ideally we'd like to disable the surefire
plugin in this project) -->
+ <test name="Placeholder (no tests)"/>
+</suite>
Propchange:
tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/testng.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/src/test/conf/testng.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain