Author: plightbo Date: Fri May 19 13:08:21 2006 New Revision: 407899 URL: http://svn.apache.org/viewvc?rev=407899&view=rev Log: correct config (without the extras for now, we'll get that back)
Modified: struts/action2/trunk/apps/showcase/quickstart.xml Modified: struts/action2/trunk/apps/showcase/quickstart.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/quickstart.xml?rev=407899&r1=407898&r2=407899&view=diff ============================================================================== --- struts/action2/trunk/apps/showcase/quickstart.xml (original) +++ struts/action2/trunk/apps/showcase/quickstart.xml Fri May 19 13:08:21 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,../../core/struts-core.iml,../../extras/struts-extras.iml,struts-showcase.iml</ideaConfig> + <ideaConfig>../../../xwork/xwork.iml,../../core/struts-core.iml,struts-showcase.iml</ideaConfig> <!-- The context in which to deploy the web application --> <context>/showcase</context> @@ -45,7 +45,6 @@ --> <classDirs> <dir>src/main/webapp/WEB-INF/classes</dir> - <dir>../../extras/target/classes</dir> <dir>../../core/target/classes</dir> </classDirs> @@ -61,4 +60,4 @@ <dir>src/main/webapp</dir> </webDir> </webDirs> -</configuration> \ No newline at end of file +</configuration>