Author: husted
Date: Sun Jan 21 16:06:47 2007
New Revision: 498497

URL: http://svn.apache.org/viewvc?view=rev&rev=498497
Log:
Add back struts.properties files (see WW-1650)

Added:
    
struts/sandbox/trunk/mailreader-course/struts2/browse/src/java/struts.properties
    
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.properties
    
struts/sandbox/trunk/mailreader-course/struts2/localize/src/java/struts.properties
    
struts/sandbox/trunk/mailreader-course/struts2/profile/src/java/struts.properties
    
struts/sandbox/trunk/mailreader-course/struts2/subscribe/src/java/struts.properties
    
struts/sandbox/trunk/mailreader-course/struts2/theme/src/java/struts.properties
Modified:
    struts/sandbox/trunk/mailreader-course/struts2/browse/browse.iml
    struts/sandbox/trunk/mailreader-course/struts2/localize/localize.iml
    struts/sandbox/trunk/mailreader-course/struts2/logout/logout.iml
    struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.iml
    struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.ipr
    struts/sandbox/trunk/mailreader-course/struts2/menu/menu.iml
    struts/sandbox/trunk/mailreader-course/struts2/migrating/migrating.iml
    struts/sandbox/trunk/mailreader-course/struts2/profile/profile.iml
    struts/sandbox/trunk/mailreader-course/struts2/register/register.iml
    struts/sandbox/trunk/mailreader-course/struts2/register2/register2.iml
    struts/sandbox/trunk/mailreader-course/struts2/retain/retain.iml
    struts/sandbox/trunk/mailreader-course/struts2/subscribe/subscribe.iml
    struts/sandbox/trunk/mailreader-course/struts2/theme/theme.iml

Modified: struts/sandbox/trunk/mailreader-course/struts2/browse/browse.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/browse/browse.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/browse/browse.iml (original)
+++ struts/sandbox/trunk/mailreader-course/struts2/browse/browse.iml Sun Jan 21 
16:06:47 2007
@@ -14,8 +14,8 @@
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="Struts2" level="project" />
-    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="Mailreader-dao" level="project" />
+    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
@@ -30,6 +30,10 @@
     <setting name="RUN_JASPER_VALIDATION" value="false" />
   </component>
   <component name="WebModuleProperties">
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
     <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />

Added: 
struts/sandbox/trunk/mailreader-course/struts2/browse/src/java/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/browse/src/java/struts.properties?view=auto&rev=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/browse/src/java/struts.properties
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/browse/src/java/struts.properties
 Sun Jan 21 16:06:47 2007
@@ -0,0 +1 @@
+struts.custom.i18n.resources=resources

Added: 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.properties?view=auto&rev=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.properties 
(added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.properties 
Sun Jan 21 16:06:47 2007
@@ -0,0 +1 @@
+struts.custom.i18n.resources=resources

Modified: struts/sandbox/trunk/mailreader-course/struts2/localize/localize.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/localize/localize.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/localize/localize.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/struts2/localize/localize.iml Sun 
Jan 21 16:06:47 2007
@@ -14,8 +14,8 @@
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="Struts2" level="project" />
-    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="Mailreader-dao" level="project" />
+    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
@@ -30,6 +30,10 @@
     <setting name="RUN_JASPER_VALIDATION" value="false" />
   </component>
   <component name="WebModuleProperties">
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
     <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />

Added: 
struts/sandbox/trunk/mailreader-course/struts2/localize/src/java/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/localize/src/java/struts.properties?view=auto&rev=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/localize/src/java/struts.properties
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/localize/src/java/struts.properties
 Sun Jan 21 16:06:47 2007
@@ -0,0 +1 @@
+struts.custom.i18n.resources=resources

Modified: struts/sandbox/trunk/mailreader-course/struts2/logout/logout.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/logout/logout.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/logout/logout.iml (original)
+++ struts/sandbox/trunk/mailreader-course/struts2/logout/logout.iml Sun Jan 21 
16:06:47 2007
@@ -14,8 +14,8 @@
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="Struts2" level="project" />
-    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="Mailreader-dao" level="project" />
+    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
@@ -30,6 +30,10 @@
     <setting name="RUN_JASPER_VALIDATION" value="false" />
   </component>
   <component name="WebModuleProperties">
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
     <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />

Modified: 
struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.iml 
(original)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.iml 
Sun Jan 21 16:06:47 2007
@@ -7,6 +7,8 @@
     <content url="file://$MODULE_DIR$" />
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="junit" level="application" />
+    <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
 </module>

Modified: 
struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.ipr
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.ipr?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.ipr 
(original)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-struts2.ipr 
Sun Jan 21 16:06:47 2007
@@ -277,7 +277,7 @@
   </component>
   <component name="ProjectRootManager" version="2" assert-keyword="true" 
jdk-15="false" project-jdk-name="1.5" />
   <component name="ProjectRunConfigurationManager">
-    <configuration default="false" name="Tomcat 5.5" 
type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" 
factoryName="Local" APPLICATION_SERVER_NAME="Tomcat">
+    <configuration default="false" name="Tomcat 5.5" 
type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" 
factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 5">
       <option name="WORKING_DIRECTORY" />
       <option name="HOST" value="localhost" />
       <option name="PORT" value="8080" />

Modified: struts/sandbox/trunk/mailreader-course/struts2/menu/menu.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/menu/menu.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/menu/menu.iml (original)
+++ struts/sandbox/trunk/mailreader-course/struts2/menu/menu.iml Sun Jan 21 
16:06:47 2007
@@ -14,8 +14,8 @@
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="Struts2" level="project" />
-    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="Mailreader-dao" level="project" />
+    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
@@ -30,6 +30,10 @@
     <setting name="RUN_JASPER_VALIDATION" value="false" />
   </component>
   <component name="WebModuleProperties">
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
     <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />

Modified: struts/sandbox/trunk/mailreader-course/struts2/migrating/migrating.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/migrating/migrating.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/migrating/migrating.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/struts2/migrating/migrating.iml Sun 
Jan 21 16:06:47 2007
@@ -23,6 +23,8 @@
     </orderEntry>
     <orderEntry type="library" name="Struts1" level="project" />
     <orderEntry type="library" name="Struts2" level="project" />
+    <orderEntry type="library" name="junit" level="application" />
+    <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
   <component name="WebModuleBuildComponent">
@@ -40,6 +42,14 @@
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />
       <url>jar://$APPLICATION_HOME_DIR$/lib/j2ee.jar!/</url>
+    </containerElement>
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="0" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
+    <containerElement type="library" name="servlet-api" level="application">
+      <attribute name="method" value="0" />
+      <attribute name="URI" value="&lt;N/A&gt;" />
     </containerElement>
     <containerElement type="library" name="Struts1" level="project">
       <attribute name="method" value="1" />

Modified: struts/sandbox/trunk/mailreader-course/struts2/profile/profile.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/profile/profile.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/profile/profile.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/struts2/profile/profile.iml Sun Jan 
21 16:06:47 2007
@@ -15,8 +15,8 @@
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="Struts2" level="project" />
-    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="Mailreader-dao" level="project" />
+    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
@@ -31,6 +31,10 @@
     <setting name="RUN_JASPER_VALIDATION" value="false" />
   </component>
   <component name="WebModuleProperties">
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
     <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />

Added: 
struts/sandbox/trunk/mailreader-course/struts2/profile/src/java/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/profile/src/java/struts.properties?view=auto&rev=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/profile/src/java/struts.properties
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/profile/src/java/struts.properties
 Sun Jan 21 16:06:47 2007
@@ -0,0 +1 @@
+struts.custom.i18n.resources=resources

Modified: struts/sandbox/trunk/mailreader-course/struts2/register/register.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/register/register.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/register/register.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/struts2/register/register.iml Sun 
Jan 21 16:06:47 2007
@@ -31,6 +31,10 @@
   </component>
   <component name="WebModuleProperties">
     <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
+    <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />
     </containerElement>

Modified: struts/sandbox/trunk/mailreader-course/struts2/register2/register2.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/register2/register2.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/register2/register2.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/struts2/register2/register2.iml Sun 
Jan 21 16:06:47 2007
@@ -31,6 +31,10 @@
   </component>
   <component name="WebModuleProperties">
     <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
+    <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />
     </containerElement>

Modified: struts/sandbox/trunk/mailreader-course/struts2/retain/retain.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/retain/retain.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/retain/retain.iml (original)
+++ struts/sandbox/trunk/mailreader-course/struts2/retain/retain.iml Sun Jan 21 
16:06:47 2007
@@ -33,6 +33,10 @@
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />
     </containerElement>
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
     <containerElement type="library" name="Mailreader-dao" level="project">
       <attribute name="method" value="1" />
       <attribute name="URI" value="/WEB-INF/lib" />

Added: 
struts/sandbox/trunk/mailreader-course/struts2/subscribe/src/java/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/subscribe/src/java/struts.properties?view=auto&rev=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/subscribe/src/java/struts.properties
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/subscribe/src/java/struts.properties
 Sun Jan 21 16:06:47 2007
@@ -0,0 +1 @@
+struts.custom.i18n.resources=resources

Modified: struts/sandbox/trunk/mailreader-course/struts2/subscribe/subscribe.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/subscribe/subscribe.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/subscribe/subscribe.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/struts2/subscribe/subscribe.iml Sun 
Jan 21 16:06:47 2007
@@ -31,6 +31,10 @@
   </component>
   <component name="WebModuleProperties">
     <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
+    <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />
     </containerElement>

Added: 
struts/sandbox/trunk/mailreader-course/struts2/theme/src/java/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/theme/src/java/struts.properties?view=auto&rev=498497
==============================================================================
--- 
struts/sandbox/trunk/mailreader-course/struts2/theme/src/java/struts.properties 
(added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/theme/src/java/struts.properties 
Sun Jan 21 16:06:47 2007
@@ -0,0 +1 @@
+struts.custom.i18n.resources=resources

Modified: struts/sandbox/trunk/mailreader-course/struts2/theme/theme.iml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/theme/theme.iml?view=diff&rev=498497&r1=498496&r2=498497
==============================================================================
--- struts/sandbox/trunk/mailreader-course/struts2/theme/theme.iml (original)
+++ struts/sandbox/trunk/mailreader-course/struts2/theme/theme.iml Sun Jan 21 
16:06:47 2007
@@ -13,7 +13,6 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="Struts2" level="project" />
     <orderEntry type="module-library">
       <library>
@@ -34,6 +33,7 @@
       </library>
     </orderEntry>
     <orderEntry type="library" name="Mailreader-dao" level="project" />
+    <orderEntry type="library" name="junit" level="application" />
     <orderEntry type="library" name="servlet-api" level="application" />
     <orderEntryProperties />
   </component>
@@ -57,6 +57,10 @@
       <attribute name="method" value="1" />
       <attribute name="URI" 
value="/WEB-INF/lib/struts2-sitemesh-plugin-2.0.3.jar" />
       <url>jar://$MODULE_DIR$/../lib/struts2-sitemesh-plugin-2.0.3.jar!/</url>
+    </containerElement>
+    <containerElement type="library" name="junit" level="application">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
     </containerElement>
     <containerElement type="library" name="junit" level="application">
       <attribute name="method" value="0" />


Reply via email to