From: <fg...@us...> - 2008-08-18 19:35:11
|
Revision: 906 http://openutils.svn.sourceforge.net/openutils/?rev=906&view=rev Author: fgiust Date: 2008-08-18 19:35:10 +0000 (Mon, 18 Aug 2008) Log Message: ----------- ready for a first release Modified Paths: -------------- trunk/openutils-testing4web/pom.xml Added Paths: ----------- trunk/openutils-testing4web/src/site/ trunk/openutils-testing4web/src/site/apt/ trunk/openutils-testing4web/src/site/apt/index.apt trunk/openutils-testing4web/src/site/changes/ trunk/openutils-testing4web/src/site/changes/changes.xml trunk/openutils-testing4web/src/site/site.xml Modified: trunk/openutils-testing4web/pom.xml =================================================================== --- trunk/openutils-testing4web/pom.xml 2008-07-29 07:58:27 UTC (rev 905) +++ trunk/openutils-testing4web/pom.xml 2008-08-18 19:35:10 UTC (rev 906) @@ -13,31 +13,6 @@ <description>openutils test utils for webapps</description> <dependencies> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.5.0</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl104-over-slf4j</artifactId> - <version>1.5.0</version> - </dependency> - <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>1.6.2</version> @@ -121,7 +96,4 @@ <version>1.7R1</version> </dependency> </dependencies> - <properties> - <spring.version>2.5.3</spring.version> - </properties> </project> \ No newline at end of file Added: trunk/openutils-testing4web/src/site/apt/index.apt =================================================================== --- trunk/openutils-testing4web/src/site/apt/index.apt (rev 0) +++ trunk/openutils-testing4web/src/site/apt/index.apt 2008-08-18 19:35:10 UTC (rev 906) @@ -0,0 +1,27 @@ + -------------------------- + O p e n u t i l s + -------------------------- + Fabrizio Giustina + -------------------------- + +openutils-testing4web + + openutils-testing4web is a base maven artifacts that puts together all the dependencies needed to run httpunit tests + (servletunit) with an embedded version of the tomcat servlet engine, with the ability to also test jsps compiled using + jasper. + + Since it's pretty hard to find out a working list of dependencies you can now depends on this single artifact. It will + be used by other openutils packages which may offer base testcases templates. + + + +Released versions + + openutils-testing-testng: + + {{{http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-testing4web}http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-testing4web}} + + openutils-testing-junit: + + {{{http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-testing4web}http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-testing4web}} + Property changes on: trunk/openutils-testing4web/src/site/apt/index.apt ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: trunk/openutils-testing4web/src/site/changes/changes.xml =================================================================== --- trunk/openutils-testing4web/src/site/changes/changes.xml (rev 0) +++ trunk/openutils-testing4web/src/site/changes/changes.xml 2008-08-18 19:35:10 UTC (rev 906) @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<!-- + "type" attribute can be: add, remove, update or fix. +--> +<document> + <properties> + <title>Changes</title> + <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> + </properties> + <body> + <release version="1.0" date="2008-08-18" description="initial release"> + <!-- --> + </release> + </body> +</document> \ No newline at end of file Property changes on: trunk/openutils-testing4web/src/site/changes/changes.xml ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: trunk/openutils-testing4web/src/site/site.xml =================================================================== --- trunk/openutils-testing4web/src/site/site.xml (rev 0) +++ trunk/openutils-testing4web/src/site/site.xml 2008-08-18 19:35:10 UTC (rev 906) @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="Openutils testing"> + <publishDate position="navigation-bottom" format="yyyy-MM-dd" /> + <version position="navigation-bottom" /> + <bannerRight> + <name>Openutils</name> + <src>http://openutils.sourceforge.net/images/openutils-logo.png</src> + <href>http://openutils.sourceforge.net</href> + </bannerRight> + <bannerLeft> + <name>Sourceforge</name> + <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src> + <href>http://www.sourceforge.net/projects/openutils</href> + </bannerLeft> + <body> + <head> + <link rel="icon" href="images/favicon.ico" /> + </head> + <breadcrumbs> + <item name="openutils" href="http://openutils.sourceforge.net/" /> + <item name="openutils-testing" href="http://openutils.sourceforge.net/openutils-testing4web" /> + </breadcrumbs> + <menu name="openutils openutils-testing4web"> + <item name="About" href="index.html"></item> + </menu> + <menu ref="modules" inherit="bottom" /> + <menu ref="reports" inherit="bottom" /> + </body> + <skin> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-maven-skin</artifactId> + <version>1.1</version> + </skin> +</project> Property changes on: trunk/openutils-testing4web/src/site/site.xml ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |