jford 2004/08/13 13:11:40
Modified: portal/src/java/org/apache/jetspeed/util/descriptor
PortletApplicationWar.java
Log:
Need to add taglib to war here
Revision Changes Path
1.16 +6 -0
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationWar.java
Index: PortletApplicationWar.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationWar.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- PortletApplicationWar.java 6 Aug 2004 23:02:51 -0000 1.15
+++ PortletApplicationWar.java 13 Aug 2004 20:11:39 -0000 1.16
@@ -510,6 +510,12 @@
webXmlWriter.flush();
}
+
+ if(rewriter.isPortletTaglibAdded())
+ {
+ //add portlet tag lib to war
+ //warStruct.
+ }
}
catch (Exception e)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]