ate 2005/05/24 11:54:01
Modified: portal/src/java/org/apache/jetspeed/deployment/impl
DeployPortletAppEventListener.java
Log:
I'd better make the previously added sanity check sane itself ;-)
Revision Changes Path
1.25 +2 -2
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/deployment/impl/DeployPortletAppEventListener.java
Index: DeployPortletAppEventListener.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/deployment/impl/DeployPortletAppEventListener.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- DeployPortletAppEventListener.java 24 May 2005 18:45:08 -0000
1.24
+++ DeployPortletAppEventListener.java 24 May 2005 18:54:01 -0000
1.25
@@ -114,7 +114,7 @@
// Check for at least WEB-INF/portlet.xml
// This will also prevent the src/webapps/WEB-INF/apps/CVS folder
// to be seen as local app from testcases resulting in an
exception
- if ( ! new File(localApps[i],"META-INF/portlet.xml").exists() )
+ if ( ! new File(localApps[i],"WEB-INF/portlet.xml").exists() )
{
log.warn("Not a local application " +
localApps[i].getName());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]