You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2008/08/06 11:34:45 UTC

svn commit: r683198 [1/8] - in /incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext: ./ .settings/ src/ src/META-INF/ src/org/ src/org/apache/ src/org/apache/empire/ src/org/apache/empire/struts2/ src/org/apache/empire/struts2/action/ src/org/apac...

Author: doebele
Date: Wed Aug  6 02:34:41 2008
New Revision: 683198

URL: http://svn.apache.org/viewvc?rev=683198&view=rev
Log:
Initial import.

Added:
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.classpath
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.project
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.jdt.core.prefs
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.component
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.project.facet.core.xml
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/CHANGELOG.txt
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/LICENSE.txt
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/NOTICE.txt
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/README.txt
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/build.xml
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/buildRelease.xml
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/javadoc.xml
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/META-INF/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/META-INF/MANIFEST.MF
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/META-INF/empire-tags.tld
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/ActionAccessValidator.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/ActionErrorProvider.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/ActionItemProperty.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/Disposable.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/ExceptionAware.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/ListPagingInfo.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/ListSortingInfo.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/RequestParamProvider.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/WebAction.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/action/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/ActionBase.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/ActionError.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/ActionPropertySupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/BeanActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/BeanListActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/FormActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/ListActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/ReaderListActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/RecordActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/RecordFormActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/SessionPersistence.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/TextProviderActionSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/actionsupport/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/html/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/html/DefaultHtmlTagDictionary.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/html/HtmlTagDictionary.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/html/HtmlWriter.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/html/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/interceptors/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/interceptors/ActionAccessInterceptor.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/interceptors/ActionBasicsInterceptor.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/interceptors/InterceptorSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/interceptors/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/AnchorComponent.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/CalendarComponent.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/ControlComponent.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/DataValueComponent.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/FormComponent.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/InputControlComponent.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/info/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/info/CalendarInfo.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/info/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/CheckboxInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/EMailInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/HLinkInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/InputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/InputControlManager.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/PasswordInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/PhoneInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/RadioInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/SelectInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/TextAreaInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/TextInputControl.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/controls/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/ActionErrorsTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/ActionMessageTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/ButtonTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/CalendarTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/CheckboxTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/DataValueTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/EmpireTagSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/EmpireValueTagSupport.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/FlexDivTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/FloatClearTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/FormPartTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/FormSubmitTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/FormTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/InputControlTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/ItemListTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/LinkTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/ListPageBarTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/ListPageInfoTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/MenuItemTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/MenuTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/ParamTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/RadioButtonTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/SelectTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/TableDataTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/TableHeadColumnTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/TableHeadRowTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/TableRowTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/TextTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/flow/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/flow/ElseIfTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/flow/ElseTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/flow/IfTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/flow/SetTag.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/flow/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/package.html
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/DefaultWebRequest.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/EmpireFilterDispatcher.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/EmpireStrutsDispatcher.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/WebApplication.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/WebErrors.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/WebRequest.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/WebSession.java
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/web/package.html
Modified:
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/   (props changed)

Propchange: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Aug  6 02:34:41 2008
@@ -0,0 +1 @@
+bin

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.classpath
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.classpath?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.classpath (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.classpath Wed Aug  6 02:34:41 2008
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/Empire-db"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/ServletAPI2.4"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/Struts2.0.11"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.project
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.project?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.project (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.project Wed Aug  6 02:34:41 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>Empire-struts2-ext</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+	</natures>
+</projectDescription>

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.jdt.core.prefs?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.jdt.core.prefs Wed Aug  6 02:34:41 2008
@@ -0,0 +1,7 @@
+#Wed Jun 06 10:01:48 CEST 2007
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.component
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.component?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.component (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.component Wed Aug  6 02:34:41 2008
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+<wb-module deploy-name="Empire-struts2-ext">
+<wb-resource deploy-path="/" source-path="/src"/>
+</wb-module>
+</project-modules>

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.project.facet.core.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.project.facet.core.xml?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.project.facet.core.xml (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/.settings/org.eclipse.wst.common.project.facet.core.xml Wed Aug  6 02:34:41 2008
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <fixed facet="jst.utility"/>
+  <fixed facet="jst.java"/>
+  <installed facet="jst.java" version="5.0"/>
+  <installed facet="jst.utility" version="1.0"/>
+</faceted-project>

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/CHANGELOG.txt?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/CHANGELOG.txt (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/CHANGELOG.txt Wed Aug  6 02:34:41 2008
@@ -0,0 +1,16 @@
+--------------
+Release 1.1.0:
+--------------
+105:	All package names changed to org.apache.empire.
+
+--------------
+Release 1.0.2:
+--------------
+104:    Enum RecordActionSupport.SessionPersistance moved to SessionPersistence. Old enum made Deprecated.  	 	
+103:	New form action support class "BeanActionSupport" which allows form data exchange with JavaBeans. 	
+102:	All Tags dependencies changed from DBColumn to Column and DBRecord to Record.
+
+--------------
+Release 1.0.1:
+--------------
+101:	Support for DBSQLScript (see Empire-db 2.0.1 changelog) added.

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/LICENSE.txt?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/LICENSE.txt (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/LICENSE.txt Wed Aug  6 02:34:41 2008
@@ -0,0 +1,174 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/NOTICE.txt?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/NOTICE.txt (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/NOTICE.txt Wed Aug  6 02:34:41 2008
@@ -0,0 +1,2 @@
+This product includes software developed by ESTEAM Software.
+For further information see http://www.empire-framework.org

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/README.txt
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/README.txt?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/README.txt (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/README.txt Wed Aug  6 02:34:41 2008
@@ -0,0 +1,6 @@
+In order to run an application with the Empire-Struts2-Extension please notice:
+
+   This Extension works with the Sysdeo-DevLoader. You can download the Sysdeo-Tomcat-Plugin for Eclipse.
+   In the archive you can find another zip-file named DevLoader.zip.
+   You have to unzip this file to TOMCAT_HOME/server/classes or you should read the README.txt of the archive.
+   

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/build.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/build.xml?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/build.xml (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/build.xml Wed Aug  6 02:34:41 2008
@@ -0,0 +1,107 @@
+<project name="empire-struts2-ext" default="build" basedir=".">
+	<description>Builds the jar</description>
+	<!-- set properties for this build -->
+	<property name="servletapi.lib.dir" location="../ServletAPI2.4/lib" />
+
+	<property name="src.dir" location="src"/>
+	<property name="lib.dir" location="lib"/>
+	<property name="deploy.dir" location="../deploy"/>
+	<property name="this.deploy.dir" location="${deploy.dir}/empire-struts2-ext"/>
+	<property name="out.dir" location="${this.deploy.dir}/out"/>
+	<property name="jar.file" location="${this.deploy.dir}/empire-struts2-ext.jar"/>
+	<property name="jar.version.file" location="${this.deploy.dir}/empire-struts2-ext-1.0.3.jar"/>
+
+	<property name="empiredb.deploy.dir" location="${deploy.dir}/empire-db"/>
+	<property name="struts.lib.dir" location="../Struts2.0.11/lib" />
+	
+	<!-- 
+		target build
+	 -->
+	<target name="build" depends="clean,compile empire-db,compile,jar,dependjars,tidy" />
+	
+	<!-- 
+		target clean
+	 -->
+	<target name="clean" description="delete everything">
+		<delete dir="${this.deploy.dir}"/>
+	</target>
+
+	<!-- 
+		compile empire-db
+	 -->
+	<target name="compile empire-db" description="compile the dependant project empire-db">
+		<ant inheritAll="false" dir="../Empire-db"/>
+	</target>
+
+	<!-- 
+		target compile
+	 -->
+	<target name="compile" description="delete class folder, compiling all source files of the packages">
+		<delete dir="${this.deploy.dir}"/>
+		<mkdir dir="${this.deploy.dir}"/>
+		<mkdir dir="${out.dir}" />
+		
+	    <javac srcdir="${src.dir}" destdir="${out.dir}" listfiles="false" debug="on">
+	    	<classpath>
+	    		<pathelement location="${servletapi.lib.dir}/servlet-api.jar"/>
+	    		<pathelement location="${servletapi.lib.dir}/jsp-api.jar"/>
+
+	    		<pathelement location="${empiredb.deploy.dir}/empire-db.jar"/>	
+	    		<pathelement location="${empiredb.deploy.dir}/commons-beanutils-1.7.0.jar"/>
+	    		<pathelement location="${empiredb.deploy.dir}/commons-collections-2.1.1.jar"/>
+	    		<pathelement location="${empiredb.deploy.dir}/commons-logging-1.0.4.jar"/>	
+	    		<pathelement location="${empiredb.deploy.dir}/log4j-1.2.14.jar"/>	
+
+	    		<pathelement location="${struts.lib.dir}/commons-beanutils-1.7.0.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-collections-3.2.1.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-digester-1.8.jar"/>              
+	    		<pathelement location="${struts.lib.dir}/commons-fileupload-1.2.1.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-io-1.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-logging-1.0.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/freemarker-2.3.8.jar"/>
+	    		<pathelement location="${struts.lib.dir}/ognl-2.6.11.jar"/>                       
+	    		<pathelement location="${struts.lib.dir}/struts2-codebehind-plugin-2.0.11.2.jar"/>
+	    		<pathelement location="${struts.lib.dir}/struts2-core-2.0.11.2.jar"/>                
+	    		<pathelement location="${struts.lib.dir}/struts2-sitemesh-plugin-2.0.11.2.jar"/>
+	    		<pathelement location="${struts.lib.dir}/struts2-tiles-plugin-2.0.11.2.jar"/>        
+	    		<pathelement location="${struts.lib.dir}/tiles-api-2.0.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/tiles-core-2.0.4.jar"/>                  
+	    		<pathelement location="${struts.lib.dir}/tiles-jsp-2.0.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/xwork-2.0.5.jar"/>
+	    	</classpath>
+<!--    	<compilerarg value="-Xlint" /> -->
+		</javac>
+    </target>
+	<!-- 
+		target jar
+	 -->
+	<target name="jar">
+		<jar destfile="${jar.file}" compress="true">
+			<fileset dir="${out.dir}" />
+			<fileset dir="${src.dir}" /><!-- includes="META-INF/*.tld" -->
+			<fileset dir="" includes="*.txt" />
+		</jar>
+		<jar destfile="${jar.version.file}" compress="true">
+			<fileset dir="${out.dir}" />
+			<fileset dir="${src.dir}" />
+			<fileset dir="" includes="*.txt" />
+		</jar>
+	</target>
+	<!-- 
+		dependjars
+	 -->
+	<target name="dependjars" description="copy dependancies to deploy dir">
+		<copy todir="${this.deploy.dir}">
+<!--			<fileset dir="${lib.dir}" includes="*.jar"/>				-->
+			<fileset dir="${empiredb.deploy.dir}" includes="*.jar"/>
+			<fileset dir="${struts.lib.dir}" includes="*.jar"/>
+			
+		</copy>
+	</target>
+	<!-- 
+		target tidy
+	 -->
+	<target name="tidy" description="delete temp files">
+		<delete dir="${out.dir}"/>
+	</target>
+</project>

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/buildRelease.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/buildRelease.xml?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/buildRelease.xml (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/buildRelease.xml Wed Aug  6 02:34:41 2008
@@ -0,0 +1,167 @@
+<project name="buildRelease" default="build" basedir=".">
+	<description>Builds EmpireStruts2Ext download folder</description>
+	<!-- set properties for this build -->
+	<property name="src.dir" location="src"/>
+	<property name="lib.dir" location="lib"/>
+	<property name="deploy.dir" location="../deploy"/>
+	<property name="this.deploy.dir" location="${deploy.dir}/empire-struts2-ext-1.0.3"/>
+	<property name="out.dir" location="${this.deploy.dir}/out"/>
+	<property name="lib.deploy.dir" location="${this.deploy.dir}/lib" />
+	<property name="src.deploy.dir" location="${this.deploy.dir}/src" />
+	<property name="examples.deploy.dir" location="${this.deploy.dir}/examples" />
+	<property name="jar.version.file" location="${this.deploy.dir}/empire-struts2-ext-1.0.3.jar"/>
+	<property name="servletapi.lib.dir" location="../ServletAPI2.4/lib" />
+	<property name="empiredb.deploy.dir" location="${deploy.dir}/empire-db-2.0.3/lib"/>
+	<property name="struts.lib.dir" location="../Struts2.0.11/lib" />
+	
+	<!-- 
+		target build
+	 -->
+	<target name="build" depends="clean,compile empire-db,compile,jar,dependjars,createEclipseExample,copySourceFolder,generateJavadocs,miscellaneous,tidy" />
+	
+	<!-- 
+		target clean
+	 -->
+	<target name="clean" description="delete everything">
+		<delete dir="${this.deploy.dir}"/>
+	</target>
+	
+	<!-- 
+		compile empire-db
+	 -->
+	<target name="compile empire-db" description="compile the dependant project empire-db">
+		<ant inheritAll="false" antfile="../Empire-db/buildRelease.xml"/>
+	</target>
+
+	<!-- 
+		target compile
+	 -->
+	<target name="compile" description="delete class folder, compiling all source files of the packages">
+		<delete dir="${this.deploy.dir}"/>
+		<mkdir dir="${this.deploy.dir}"/>
+		<mkdir dir="${out.dir}" />
+		
+	    <javac srcdir="${src.dir}" destdir="${out.dir}" listfiles="false" debug="on">
+	    	<classpath>
+	    		<pathelement location="${servletapi.lib.dir}/servlet-api.jar"/>
+	    		<pathelement location="${servletapi.lib.dir}/jsp-api.jar"/>
+
+	    		<pathelement location="${deploy.dir}/empire-db-2.0.3/empire-db-2.0.3.jar"/>	
+	    		<pathelement location="${empiredb.deploy.dir}/commons-beanutils-1.7.0.jar"/>
+	    		<pathelement location="${empiredb.deploy.dir}/commons-collections-2.1.1.jar"/>
+	    		<pathelement location="${empiredb.deploy.dir}/commons-logging-1.0.4.jar"/>	
+	    		<pathelement location="${empiredb.deploy.dir}/log4j-1.2.14.jar"/>	
+
+	    		<pathelement location="${struts.lib.dir}/commons-beanutils-1.7.0.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-collections-3.2.1.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-digester-1.8.jar"/>              
+	    		<pathelement location="${struts.lib.dir}/commons-fileupload-1.2.1.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-io-1.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/commons-logging-1.0.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/freemarker-2.3.8.jar"/>
+	    		<pathelement location="${struts.lib.dir}/ognl-2.6.11.jar"/>                       
+	    		<pathelement location="${struts.lib.dir}/struts2-codebehind-plugin-2.0.11.2.jar"/>
+	    		<pathelement location="${struts.lib.dir}/struts2-core-2.0.11.2.jar"/>                
+	    		<pathelement location="${struts.lib.dir}/struts2-sitemesh-plugin-2.0.11.2.jar"/>
+	    		<pathelement location="${struts.lib.dir}/struts2-tiles-plugin-2.0.11.2.jar"/>        
+	    		<pathelement location="${struts.lib.dir}/tiles-api-2.0.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/tiles-core-2.0.4.jar"/>                  
+	    		<pathelement location="${struts.lib.dir}/tiles-jsp-2.0.4.jar"/>
+	    		<pathelement location="${struts.lib.dir}/xwork-2.0.5.jar"/>
+	    	</classpath>
+<!--    	<compilerarg value="-Xlint" /> -->
+		</javac>
+    </target>
+	<!-- 
+		target jar
+	 -->
+	<target name="jar">
+		<jar destfile="${jar.version.file}" compress="true">
+			<fileset dir="${out.dir}" />
+			<fileset dir="${src.dir}" />
+			<fileset dir="" includes="*.txt" />
+		</jar>
+	</target>
+	
+	<!-- 
+		copySourceFolder
+	 -->
+	 <target name="copySourceFolder" description="copies dependancies to deploy dir">
+		<mkdir dir="${src.deploy.dir}"/>
+		<copy todir="${src.deploy.dir}">
+	 		<fileset dir="${src.dir}" includes="**/*.*" />
+	 	</copy>
+	 </target>
+	 
+	 <!-- 
+		createEclipseExample
+	 -->
+	 <target name="createEclipseExample" description="creates an Eclipse example">
+		<mkdir dir="${examples.deploy.dir}"/>
+		<copy todir="${examples.deploy.dir}">
+	 		<fileset dir="../" includes="DBWebSample/**/*.*" >
+	 			<exclude name="**/build.xml" />
+	 			<exclude name="**/hsqldb/**" />
+	 			<exclude name="**/work/**" />
+	 		</fileset>
+			<fileset dir="../">
+				<include name="DBWebSample/classpath_delivery-version"/>
+				<include name="DBWebSample/tomcatplugin_delivery-version"/>
+			</fileset>
+	 	</copy>
+	 	<move file="${examples.deploy.dir}/DBWebSample/classpath_delivery-version" tofile="${examples.deploy.dir}/DBWebSample/.classpath" overwrite="true" />
+	 	<move file="${examples.deploy.dir}/DBWebSample/tomcatplugin_delivery-version" tofile="${examples.deploy.dir}/DBWebSample/.tomcatplugin" overwrite="true" />
+		<copy todir="${examples.deploy.dir}/DBWebSample/WebRoot/WEB-INF/lib">
+			<fileset dir="${this.deploy.dir}/">
+				<include name="*.jar"/>
+			</fileset>
+			<fileset dir="${this.deploy.dir}/lib">
+				<include name="*.jar"/>
+			</fileset>
+			<fileset dir="../JDBCDrivers/lib/">
+				<include name="hsqldb.jar"/>
+			</fileset>
+		</copy>
+	 </target>
+	 
+	 <!-- 
+		generate Javadocs
+	 -->
+	 <target name="generateJavadocs" description="generates the javadocs for this project">
+	 	<ant inheritAll="true" antfile="javadoc.xml" />
+	 </target>
+	 
+	 <!-- 
+	 	miscellaneous
+	  -->
+	  <target name="miscellaneous">
+	  	<copy todir="${this.deploy.dir}">
+	  		<fileset dir=".">
+	  			<include name="NOTICE.txt" />
+	  			<include name="LICENSE.txt" />
+	  			<include name="README.txt" />
+	  			<include name="CHANGELOG.txt" />
+	  		</fileset>
+	  	</copy>
+	  </target>
+
+	<!-- 
+		dependjars
+	 -->
+	<target name="dependjars" description="copy dependancies to deploy dir">
+		<mkdir dir="${lib.deploy.dir}"/>
+		<copy todir="${lib.deploy.dir}">
+			<fileset dir="${deploy.dir}/empire-db-2.0.3/" includes="*.jar"/>
+			<fileset dir="${empiredb.deploy.dir}" includes="*.jar" />
+			<fileset dir="${struts.lib.dir}" includes="*.jar"/>
+		</copy>
+
+	</target>
+	
+	<!-- 
+		target tidy
+	 -->
+	<target name="tidy" description="delete temp files">
+		<delete dir="${out.dir}"/>
+	</target>
+</project>

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/javadoc.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/javadoc.xml?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/javadoc.xml (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/javadoc.xml Wed Aug  6 02:34:41 2008
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="javadoc" basedir=".">
+	<property name="lib.dir" location="lib"/>
+	<property name="dest.dir" location="../deploy/empire-struts2-ext-1.0.3/docs"/>
+	<property name="sourcepath" location="src"/>
+	<property name="struts.lib.dir" location="../Struts2.0.8/lib" />
+	<property name="servletapi.lib.dir" location="../ServletAPI2.4/lib" />
+	<property name="empiredb.deploy.dir" location="../deploy/empire-db/examples/DBSample/lib"/>
+<target name="javadoc">
+<javadoc access="public" author="true"  destdir="${dest.dir}" doctitle="Empire-Struts2-Extension API Specification" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="org.apache.empire.struts2.web,org.apache.empire.struts2.jsp.components.info,org.apache.empire.struts2.jsp.components,org.apache.empire.struts2.actionsupport,org.apache.empire.struts2.jsp.tags,org.apache.empire.struts2.jsp.controls,org.apache.empire.struts2.action,org.apache.empire.struts2.interceptors,org.apache.empire.struts2.jsp.tags.flow,org.apache.empire.struts2.html" source="1.5" sourcepath="${sourcepath}" splitindex="true" use="true" version="true">
+	<classpath>
+		<pathelement location="${servletapi.lib.dir}/servlet-api.jar"/>
+		<pathelement location="${servletapi.lib.dir}/jsp-api.jar"/>
+
+		<pathelement location="${deploy.dir}/empire-db/empire-db-2.0.1.jar"/>	
+		<pathelement location="${empiredb.deploy.dir}/commons-beanutils-1.7.0.jar"/>
+		<pathelement location="${empiredb.deploy.dir}/commons-collections-2.1.1.jar"/>
+		<pathelement location="${empiredb.deploy.dir}/commons-logging-1.0.4.jar"/>	
+		<pathelement location="${empiredb.deploy.dir}/log4j-1.2.14.jar"/>	
+
+		<pathelement location="${struts.lib.dir}/commons-beanutils-1.7.0.jar"/>
+		<pathelement location="${struts.lib.dir}/commons-collections-2.1.1.jar"/>
+		<pathelement location="${struts.lib.dir}/commons-digester-1.8.jar"/>              
+		<pathelement location="${struts.lib.dir}/commons-logging-1.0.4.jar"/>
+		<pathelement location="${struts.lib.dir}/freemarker-2.3.8.jar"/>
+		<pathelement location="${struts.lib.dir}/log4j-1.2.14.jar"/>
+		<pathelement location="${struts.lib.dir}/ognl-2.6.11.jar"/>                       
+		<pathelement location="${struts.lib.dir}/struts2-codebehind-plugin-2.0.8.jar"/>
+		<pathelement location="${struts.lib.dir}/struts2-core-2.0.8.jar"/>                
+		<pathelement location="${struts.lib.dir}/struts2-sitemesh-plugin-2.0.8.jar"/>
+		<pathelement location="${struts.lib.dir}/struts2-tiles-plugin-2.0.8.jar"/>        
+		<pathelement location="${struts.lib.dir}/tiles-api-2.0.3.jar"/>
+		<pathelement location="${struts.lib.dir}/tiles-core-2.0.3.jar"/>                  
+		<pathelement location="${struts.lib.dir}/tiles-jsp-2.0.3.jar"/>
+		<pathelement location="${struts.lib.dir}/xwork-2.0.3.jar"/>
+		<pathelement location="${struts.lib.dir}/commons-io-1.3.2.jar"/>
+		<pathelement location="${struts.lib.dir}/commons-fileupload-1.2.jar"/>
+	</classpath>
+</javadoc>
+</target>
+</project>

Added: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/META-INF/MANIFEST.MF?rev=683198&view=auto
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/META-INF/MANIFEST.MF (added)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/META-INF/MANIFEST.MF Wed Aug  6 02:34:41 2008
@@ -0,0 +1,4 @@
+Manifest-Version: 1.0
+Specification-Title: empire-struts2-ext
+Specification-Version: 1.0.2
+Specification-Vendor: ESTEAM Software