Author: jrthomerson
Date: Tue Mar 31 03:30:05 2009
New Revision: 760301

URL: http://svn.apache.org/viewvc?rev=760301&view=rev
Log:
first, set up new submodule - wicket-devutils
next, copy over one package from wicket core that contains a new 
statelesschecker feature


Added:
    wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/   
(with props)
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml  
 (contents, props changed)
      - copied, changed from r760296, 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-extensions/pom.xml
    wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/main/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/main/java/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/main/java/org/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/main/java/org/apache/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/main/java/org/apache/wicket/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/main/java/org/apache/wicket/annotations/
   (props changed)
      - copied from r760296, 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket/src/main/java/org/apache/wicket/annotations/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/test/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/test/java/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/test/java/org/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/test/java/org/apache/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/test/java/org/apache/wicket/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/test/java/org/apache/wicket/annotations/
   (props changed)
      - copied from r760296, 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket/src/test/java/org/apache/wicket/annotations/
Removed:
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket/src/main/java/org/apache/wicket/annotations/
    
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket/src/test/java/org/apache/wicket/annotations/
Modified:
    wicket/sandbox/jthomerson/experimental/wicket-devutils/pom.xml

Modified: wicket/sandbox/jthomerson/experimental/wicket-devutils/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/experimental/wicket-devutils/pom.xml?rev=760301&r1=760300&r2=760301&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/experimental/wicket-devutils/pom.xml (original)
+++ wicket/sandbox/jthomerson/experimental/wicket-devutils/pom.xml Tue Mar 31 
03:30:05 2009
@@ -32,6 +32,7 @@
                        <modules>
                                <module>wicket</module>
                                <module>wicket-datetime</module>
+                               <module>wicket-devutils</module>
                                <module>wicket-extensions</module>
                                <module>wicket-ioc</module>
                                <module>wicket-spring</module>
@@ -99,6 +100,7 @@
                        <modules>
                                <module>wicket</module>
                                <module>wicket-datetime</module>
+                               <module>wicket-devutils</module>
                                <module>wicket-extensions</module>
                                <module>wicket-ioc</module>
                                <module>wicket-spring</module>
@@ -170,6 +172,7 @@
                        <modules>
                                <module>wicket</module>
                                <module>wicket-datetime</module>
+                               <module>wicket-devutils</module>
                                <module>wicket-extensions</module>
                                <module>wicket-ioc</module>
                                <module>wicket-spring</module>

Propchange: 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Mar 31 03:30:05 2009
@@ -0,0 +1,4 @@
+.classpath
+.project
+target
+.settings

Copied: 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml 
(from r760296, 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-extensions/pom.xml)
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml?p2=wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml&p1=wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-extensions/pom.xml&r1=760296&r2=760301&rev=760301&view=diff
==============================================================================
--- 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-extensions/pom.xml
 (original)
+++ 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml 
Tue Mar 31 03:30:05 2009
@@ -27,11 +27,15 @@
                <relativePath>../pom.xml</relativePath>
        </parent>
 
-       <artifactId>wicket-extensions</artifactId>
+       <artifactId>wicket-devutils</artifactId>
        <packaging>jar</packaging>
 
-       <name>Wicket Extensions</name>
-       <description>Wicket Extensions is a rich component library for the 
Wicket framework.</description>
+       <name>Wicket Development Utilities</name>
+       <description>
+               Wicket development utilities provide helpful features that 
+               are typically used during development only, but may be 
+               turned on for additional production debugging.
+       </description>
 
        <dependencies>
                <dependency>

Propchange: 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/pom.xml
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Mar 31 03:30:05 2009
@@ -0,0 +1 @@
+/wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/pom.xml:659248,661657,662360,677853,688992,698612,700502,701879,725634

Propchange: 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/main/java/org/apache/wicket/annotations/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Mar 31 03:30:05 2009
@@ -0,0 +1 @@
+/wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/annotations:653208,653212,653215,653226,653231,654304,655446,655466,655786,658141,658189,659118,659120,662360,663058,671549,671885,687144-688996,698530-698577,701132-701133,701843,701850-701877,704231,708127,722099-722105,726536,728467-728490,731960,734478,739647,739951,745468-745497,749817,755171-755176,759905

Propchange: 
wicket/sandbox/jthomerson/experimental/wicket-devutils/wicket-devutils/src/test/java/org/apache/wicket/annotations/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Mar 31 03:30:05 2009
@@ -0,0 +1 @@
+/wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/annotations:653208,653212,653215,653226,653231,654304,655446,655466,655786,658141,658189,659118,659120,662360,663058,671549,671885,687144-688996,698530-698577,701132-701133,701843,701850-701877,704231,708127,722099-722105,726536,728467-728490,731960,734478,739647,739951,745468-745497,749817,755171-755176,759905


Reply via email to