Added: struts/xwork/trunk/showcase/src/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/struts/xwork/trunk/showcase/src/resources/log4j.properties?rev=894087&view=auto
==============================================================================
--- struts/xwork/trunk/showcase/src/resources/log4j.properties (added)
+++ struts/xwork/trunk/showcase/src/resources/log4j.properties Sun Dec 27 
18:00:13 2009
@@ -0,0 +1,11 @@
+log4j.rootLogger = WARN, stdout
+
+log4j.appender.stdout = org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.Threshold = DEBUG
+log4j.appender.stdout.Target   = System.out
+log4j.appender.stdout.layout = org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern = %d{ISO8601} %-5p [%F:%L] : 
%m%n
+
+log4j.logger.com.opensymphony.xwork2=DEBUG
+log4j.logger.com.opensymphony.xwork2.showcase=DEBUG
+

Propchange: struts/xwork/trunk/showcase/src/resources/log4j.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/xwork/trunk/showcase/src/resources/log4j.properties
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: struts/xwork/trunk/src/resources/LICENSE.txt
URL: 
http://svn.apache.org/viewvc/struts/xwork/trunk/src/resources/LICENSE.txt?rev=894087&view=auto
==============================================================================
--- struts/xwork/trunk/src/resources/LICENSE.txt (added)
+++ struts/xwork/trunk/src/resources/LICENSE.txt Sun Dec 27 18:00:13 2009
@@ -0,0 +1,47 @@
+The OpenSymphony Software License, Version 1.1
+
+(this license is derived and fully compatible with the Apache Software
+License - see http://www.apache.org/LICENSE.txt)
+
+Copyright (c) 2001-2004 The OpenSymphony Group. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+
+3. The end-user documentation included with the redistribution,
+   if any, must include the following acknowledgment:
+      "This product includes software developed by the
+       OpenSymphony Group (http://www.opensymphony.com/)."
+   Alternately, this acknowledgment may appear in the software itself,
+   if and wherever such third-party acknowledgments normally appear.
+
+4. The names "OpenSymphony" and "The OpenSymphony Group"
+   must not be used to endorse or promote products derived from this
+   software without prior written permission. For written
+   permission, please contact lice...@opensymphony.com .
+
+5. Products derived from this software may not be called "OpenSymphony"
+   or "XWork", nor may "OpenSymphony" or "XWork" appear in their
+   name, without prior written permission of the OpenSymphony Group.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.

Propchange: struts/xwork/trunk/src/resources/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/xwork/trunk/src/resources/LICENSE.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: struts/xwork/trunk/src/resources/README.txt
URL: 
http://svn.apache.org/viewvc/struts/xwork/trunk/src/resources/README.txt?rev=894087&view=auto
==============================================================================
--- struts/xwork/trunk/src/resources/README.txt (added)
+++ struts/xwork/trunk/src/resources/README.txt Sun Dec 27 18:00:13 2009
@@ -0,0 +1,33 @@
+Thanks for trying out XWork2: the foundation for Struts 2, Java's most 
+cutting edge web development platform. Struts 2 is brought to you by
+the Apache Struts team. You can find out more about Struts 2 and
+the Apache Software Foundation at http://struts.apache.org.
+
+=== Documentation ===
+The documentation can be found in HTML and PDF format in the docs
+directory:
+
+ * HTML format: docs/Documentation.html
+ * PDF format: docs/docs.pdf
+ * Javadocs: docs/api/index.html
+
+This documentation has been generated from the XWork wiki at the time
+of this release. If you are looking for the absolute latest
+documentation, please visit the wiki at:
+
+http://wiki.opensymphony.com/display/XW/Documentation
+
+Note that these docs could include information about features not
+included in this release, so take care when referencing the wiki.
+
+=== Building ===
+If you'd like to build your own version of XWork, we've included
+everything you need in this distribution. The ant script, build.xml,
+contains a "dist" task that you can launch to create your own xwork
+jar. Simply run "ant dist" to create your own version of XWork.
+
+This is a simplified ant build configuration. If you want to build the
+entire distribution, have a look at the included documentation
+(docs/wikidocs/Building XWork.html). You'll find a detailed description
+of the maven2 based build in there.
+

Propchange: struts/xwork/trunk/src/resources/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/xwork/trunk/src/resources/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: struts/xwork/trunk/www/index.html
URL: 
http://svn.apache.org/viewvc/struts/xwork/trunk/www/index.html?rev=894087&view=auto
==============================================================================
--- struts/xwork/trunk/www/index.html (added)
+++ struts/xwork/trunk/www/index.html Sun Dec 27 18:00:13 2009
@@ -0,0 +1,5 @@
+<html>
+  <body>
+    This is the default project content.
+  </body>
+</html>

Propchange: struts/xwork/trunk/www/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/xwork/trunk/www/index.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL


Reply via email to