You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pl...@apache.org on 2006/05/08 18:59:34 UTC

svn commit: r405096 - in /struts/action2/trunk: apps/showcase/quickstart.xml src/main/idea/workspace.xml

Author: plightbo
Date: Mon May  8 09:59:32 2006
New Revision: 405096

URL: http://svn.apache.org/viewcvs?rev=405096&view=rev
Log:
updating to don's project changes

Modified:
    struts/action2/trunk/apps/showcase/quickstart.xml
    struts/action2/trunk/src/main/idea/workspace.xml

Modified: struts/action2/trunk/apps/showcase/quickstart.xml
URL: http://svn.apache.org/viewcvs/struts/action2/trunk/apps/showcase/quickstart.xml?rev=405096&r1=405095&r2=405096&view=diff
==============================================================================
--- struts/action2/trunk/apps/showcase/quickstart.xml (original)
+++ struts/action2/trunk/apps/showcase/quickstart.xml Mon May  8 09:59:32 2006
@@ -12,7 +12,7 @@
     users who don't have a single directory in their project that
     contains all the libraries they need.
     -->
-    <ideaConfig>../../../xwork/xwork.iml,../../action/action.iml,../../thirdparty/jasperreports/action-jasperreports.iml,webapp-showcase.iml</ideaConfig>
+    <ideaConfig>../../../xwork/xwork.iml,../../core/struts-core.iml,../../extras/struts-extras.iml,struts-showcase.iml</ideaConfig>
 
     <!-- The context in which to deploy the web application -->
     <context>/showcase</context>
@@ -45,8 +45,8 @@
     -->
     <classDirs>
         <dir>src/main/webapp/WEB-INF/classes</dir>
-        <dir>../../thirdparty/jasperreports/target/classes</dir>
-        <dir>../../action/target/classes</dir>
+        <dir>../../extras/target/classes</dir>
+        <dir>../../core/target/classes</dir>
     </classDirs>
 
     <!--

Modified: struts/action2/trunk/src/main/idea/workspace.xml
URL: http://svn.apache.org/viewcvs/struts/action2/trunk/src/main/idea/workspace.xml?rev=405096&r1=405095&r2=405096&view=diff
==============================================================================
--- struts/action2/trunk/src/main/idea/workspace.xml (original)
+++ struts/action2/trunk/src/main/idea/workspace.xml Mon May  8 09:59:32 2006
@@ -46,8 +46,8 @@
             <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false"/>
             <option name="ALTERNATIVE_JRE_PATH"/>
         </configuration>
-        <configuration selected="false" default="false" name="All Tests" type="JUnit" factoryName="JUnit">
-            <module name="action"/>
+        <configuration selected="true" default="false" name="Struts Core Tests" type="JUnit" factoryName="JUnit">
+            <module name="struts-core"/>
             <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false"/>
             <option name="ALTERNATIVE_JRE_PATH" value=""/>
             <option name="PACKAGE_NAME" value="org.apache.struts.action2"/>
@@ -64,16 +64,15 @@
             <RunnerSettings RunnerId="Run"/>
             <ConfigurationWrapper RunnerId="Run"/>
         </configuration>
-        <configuration selected="true" default="false" name="Showcase" type="Application" factoryName="Application">
+        <configuration selected="true" default="false" name="Struts Showcase" type="Application"
+                       factoryName="Application">
             <option name="MAIN_CLASS_NAME" value="org.apache.struts.action2.Main"/>
             <option name="VM_PARAMETERS" value=""/>
             <option name="PROGRAM_PARAMETERS" value="quickstart"/>
-            <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/webapps/showcase"/>
+            <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/apps/showcase"/>
             <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false"/>
             <option name="ALTERNATIVE_JRE_PATH" value=""/>
-            <module name="webapp-showcase"/>
-            <RunnerSettings RunnerId="Run"/>
-            <ConfigurationWrapper RunnerId="Run"/>
+            <module name="struts-showcase"/>
         </configuration>
     </component>
 </project>