Author: mgrigorov
Date: Wed Aug 17 08:58:23 2011
New Revision: 1158586

URL: http://svn.apache.org/viewvc?rev=1158586&view=rev
Log:
Move WellFormedXmlTestCase and the entities files in wicket-util/src/test.

Now all other projects depend on wicket-util with classifier 'tests' and scope 
'test' additionally.


Added:
    wicket/trunk/wicket-util/src/test/java/org/apache/wicket/util/markup/
    wicket/trunk/wicket-util/src/test/java/org/apache/wicket/util/markup/xhtml/
      - copied from r1158543, 
wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/markup/xhtml/
Removed:
    wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/markup/xhtml/
Modified:
    wicket/trunk/wicket-auth-roles/pom.xml
    wicket/trunk/wicket-core/pom.xml
    wicket/trunk/wicket-datetime/pom.xml
    wicket/trunk/wicket-devutils/pom.xml
    wicket/trunk/wicket-examples/pom.xml
    wicket/trunk/wicket-extensions/pom.xml

Modified: wicket/trunk/wicket-auth-roles/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/pom.xml?rev=1158586&r1=1158585&r2=1158586&view=diff
==============================================================================
--- wicket/trunk/wicket-auth-roles/pom.xml (original)
+++ wicket/trunk/wicket-auth-roles/pom.xml Wed Aug 17 08:58:23 2011
@@ -39,6 +39,12 @@
                <dependency>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.wicket</groupId>
+                       <artifactId>wicket-util</artifactId>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
                        <version>${project.version}</version>
                </dependency>
        </dependencies>

Modified: wicket/trunk/wicket-core/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/pom.xml?rev=1158586&r1=1158585&r2=1158586&view=diff
==============================================================================
--- wicket/trunk/wicket-core/pom.xml (original)
+++ wicket/trunk/wicket-core/pom.xml Wed Aug 17 08:58:23 2011
@@ -44,6 +44,13 @@
             <artifactId>wicket-util</artifactId>
         </dependency>
         <dependency>
+                       <groupId>org.apache.wicket</groupId>
+                       <artifactId>wicket-util</artifactId>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
+                       <version>${project.version}</version>
+               </dependency>
+        <dependency>
             <groupId>org.apache.wicket</groupId>
             <artifactId>wicket-request</artifactId>
         </dependency>

Modified: wicket/trunk/wicket-datetime/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/pom.xml?rev=1158586&r1=1158585&r2=1158586&view=diff
==============================================================================
--- wicket/trunk/wicket-datetime/pom.xml (original)
+++ wicket/trunk/wicket-datetime/pom.xml Wed Aug 17 08:58:23 2011
@@ -38,6 +38,13 @@
                        <groupId>joda-time</groupId>
                        <artifactId>joda-time</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.wicket</groupId>
+                       <artifactId>wicket-util</artifactId>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
+                       <version>${project.version}</version>
+               </dependency>
        </dependencies>
        <build>
                <plugins>

Modified: wicket/trunk/wicket-devutils/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-devutils/pom.xml?rev=1158586&r1=1158585&r2=1158586&view=diff
==============================================================================
--- wicket/trunk/wicket-devutils/pom.xml (original)
+++ wicket/trunk/wicket-devutils/pom.xml Wed Aug 17 08:58:23 2011
@@ -46,5 +46,12 @@
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-extensions</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.wicket</groupId>
+                       <artifactId>wicket-util</artifactId>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
+                       <version>${project.version}</version>
+               </dependency>
        </dependencies>
 </project>

Modified: wicket/trunk/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/pom.xml?rev=1158586&r1=1158585&r2=1158586&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/pom.xml (original)
+++ wicket/trunk/wicket-examples/pom.xml Wed Aug 17 08:58:23 2011
@@ -93,6 +93,13 @@
                        <artifactId>httpunit</artifactId>
                </dependency>
                <dependency>
+                       <groupId>org.apache.wicket</groupId>
+                       <artifactId>wicket-util</artifactId>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
+                       <version>${project.version}</version>
+               </dependency>
+               <dependency>
                        <groupId>org.eclipse.jetty.aggregate</groupId>
                        <artifactId>jetty-all-server</artifactId>
                </dependency>

Modified: wicket/trunk/wicket-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-extensions/pom.xml?rev=1158586&r1=1158585&r2=1158586&view=diff
==============================================================================
--- wicket/trunk/wicket-extensions/pom.xml (original)
+++ wicket/trunk/wicket-extensions/pom.xml Wed Aug 17 08:58:23 2011
@@ -37,6 +37,12 @@
                <dependency>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.wicket</groupId>
+                       <artifactId>wicket-util</artifactId>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
                        <version>${project.version}</version>
                </dependency>
        </dependencies>


Reply via email to