[jboss-cvs] jboss-portal/build/ide/intellij/idea50/modules/testsuite ...
Julien Viet
julien at jboss.com
Mon Aug 21 19:20:52 EDT 2006
User: julien
Date: 06/08/21 19:20:52
Modified: build/ide/intellij/idea50/modules/testsuite testsuite.iml
Log:
remove usage of contextPath information coming from the PortalWebApp and instead use information provided by the servlet container at runtime
Revision Changes Path
1.6 +3 -1 jboss-portal/build/ide/intellij/idea50/modules/testsuite/testsuite.iml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: testsuite.iml
===================================================================
RCS file: /cvsroot/jboss/jboss-portal/build/ide/intellij/idea50/modules/testsuite/testsuite.iml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite.iml 17 Jul 2006 12:27:12 -0000 1.5
+++ testsuite.iml 21 Aug 2006 23:20:52 -0000 1.6
@@ -4,7 +4,9 @@
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/../../../../../../testsuite/classes" />
<exclude-output />
- <content url="file://$MODULE_DIR$/../../../../../../testsuite" />
+ <content url="file://$MODULE_DIR$/../../../../../../testsuite">
+ <excludeFolder url="file://$MODULE_DIR$/../../../../../../testsuite/output" />
+ </content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntryProperties />
More information about the jboss-cvs-commits
mailing list