You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by es...@apache.org on 2006/09/07 08:25:39 UTC

svn commit: r440991 - /portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml

Author: esm
Date: Wed Sep  6 23:25:38 2006
New Revision: 440991

URL: http://svn.apache.org/viewvc?view=rev&rev=440991
Log:
Fixed typo - added an "s" to resource

Modified:
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml?view=diff&rev=440991&r1=440990&r2=440991
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/deploying.xml Wed Sep  6 23:25:38 2006
@@ -87,13 +87,13 @@
 	HelloWorldPortlet (top level directory)
 	|- pom.xml (the pom file)
 	|- src (Subdir containing main subdirectory)
-	    |- main (Subdir containing java, resource and webapp subdirs)
+	    |- main (Subdir containing java, resources and webapp subdirs)
 	    	|- java (java source code goes under here)
 		    |       `- com
 		    |           `- mycompany
 		    |               `- portlet
 		    |                   `- HelloWorldPortlet.java (portlet source)
-		    |- resource
+		    |- resources
 		    |	`- HelloWorldPortlet.xml (Tomcat context deployment descriptor)
 		    |- webapp  (webapp resources (jsp, css, images) go under here)
 		    	`- jsp 
@@ -219,7 +219,7 @@
                 />
               	<!-- Deploy context deployment descriptor for Tomcat -->
                 <copy
-                  file="${basedir}/src/main/resource/${pom.name}.xml"		
+                  file="${basedir}/src/main/resources/${pom.name}.xml"		
                   todir="${pluto.home}/conf/Catalina/localhost"
                   overwrite="false"
                 />