You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/12/09 02:44:54 UTC

svn commit: r355307 - in /portals/jetspeed-2/trunk/xdocs: getting-started-binary.xml getting-started-source.xml guides/guide-simple-portlet.xml

Author: taylor
Date: Thu Dec  8 17:44:52 2005
New Revision: 355307

URL: http://svn.apache.org/viewcvs?rev=355307&view=rev
Log:
more groupid fixes

Modified:
    portals/jetspeed-2/trunk/xdocs/getting-started-binary.xml
    portals/jetspeed-2/trunk/xdocs/getting-started-source.xml
    portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml

Modified: portals/jetspeed-2/trunk/xdocs/getting-started-binary.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/getting-started-binary.xml?rev=355307&r1=355306&r2=355307&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/getting-started-binary.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/getting-started-binary.xml Thu Dec  8 17:44:52 2005
@@ -309,7 +309,7 @@
 						install the maven-plugin as follows:
 						<source>
 							<![CDATA[
-maven -DartifactId=maven-jetspeed2-plugin -DgroupId=jetspeed2 -Dversion=2.0-M3 plugin:download]]>
+maven -DartifactId=maven-jetspeed2-plugin -DgroupId=org.apache.portals.jetspeed-2 -Dversion=2.0 plugin:download]]>
 						</source>
 						<i>
 							Note: you must set the version to the

Modified: portals/jetspeed-2/trunk/xdocs/getting-started-source.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/getting-started-source.xml?rev=355307&r1=355306&r2=355307&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/getting-started-source.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/getting-started-source.xml Thu Dec  8 17:44:52 2005
@@ -692,7 +692,7 @@
 					maven-plugin as follows:
 					<source>
 						<![CDATA[
-maven -DartifactId=maven-jetspeed2-plugin -DgroupId=jetspeed2 -Dversion=2.0-M4-SNAPSHOT plugin:download]]>
+maven -DartifactId=maven-jetspeed2-plugin -DgroupId=org.apache.portals.jetspeed-2 -Dversion=2.0-M4-SNAPSHOT plugin:download]]>
 					</source>
 					<i>
 						Note: you can set the version flag to the

Modified: portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml?rev=355307&r1=355306&r2=355307&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/guides/guide-simple-portlet.xml Thu Dec  8 17:44:52 2005
@@ -48,7 +48,7 @@
 				<p>
 				Compile the class using the command,
 				<source>
-javac -cp ~/.maven/repository/jetspeed2/jars/portlet-api-1.0.jar Simplest.java
+javac -cp ~/.maven/repository/org.apache.portals.jetspeed-2/jars/portlet-api-1.0.jar Simplest.java
 				</source>
 				</p>
 			</subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org