Author: ate
Date: Thu Dec 11 01:16:11 2008
New Revision: 725629
URL: http://svn.apache.org/viewvc?rev=725629&view=rev
Log:
injection of portlet.tld and JetspeedContainerServlet is (and should) be done by jetspeed-deploy-tool,
not hardcoded
Removed:
portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-pa/src/main/webapp/WEB-INF/tld/
Modified:
portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-pa/src/main/webapp/WEB-INF/web.xml
Modified: portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-pa/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-pa/src/main/webapp/WEB-INF/web.xml?rev=725629&r1=725628&r2=725629&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-pa/src/main/webapp/WEB-INF/web.xml
(original)
+++ portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-pa/src/main/webapp/WEB-INF/web.xml
Thu Dec 11 01:16:11 2008
@@ -20,32 +20,5 @@
under the License.
-->
<web-app>
- <display-name>My Portal</display-name>
-
- <description>Generated Portlet Wrapper</description>
-
- <servlet>
- <servlet-name>${parentArtifactId}-pa</servlet-name>
- <display-name>${parentArtifactId}-pa Portlet</display-name>
- <description>Portlet for Jetspeed Fusion</description>
- <servlet-class>org.apache.jetspeed.container.JetspeedContainerServlet</servlet-class>
- <init-param>
- <param-name>registerAtInit</param-name>
- <param-value>1</param-value>
- </init-param>
- <init-param>
- <param-name>portletApplication</param-name>
- <param-value>${parentArtifactId}-pa</param-value>
- </init-param>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>JetspeedContainer</servlet-name>
- <url-pattern>/container/*</url-pattern>
- </servlet-mapping>
-
- <taglib>
- <taglib-uri>http://java.sun.com/portlet</taglib-uri>
- <taglib-location>/WEB-INF/tld/portlet.tld</taglib-location>
- </taglib>
+ <display-name>My Portlet Application</display-name>
</web-app>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
|