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 rw...@apache.org on 2009/04/30 20:51:23 UTC

svn commit: r770393 - /portals/jetspeed-2/portal/trunk/pom.xml

Author: rwatler
Date: Thu Apr 30 18:51:23 2009
New Revision: 770393

URL: http://svn.apache.org/viewvc?rev=770393&view=rev
Log:
fix typo in pom; add pluto-taglib dep management entry

Modified:
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=770393&r1=770392&r2=770393&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Thu Apr 30 18:51:23 2009
@@ -1199,6 +1199,11 @@
         <artifactId>random</artifactId>
         <version>${taglibs-random.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.pluto</groupId>
+        <artifactId>pluto-taglib</artifactId>
+        <version>${org.apache.pluto.version}</version>
+      </dependency>
 
       <!-- Velocity -->
       <dependency>
@@ -1561,7 +1566,7 @@
               </target>	              
               <target>
                 <id>min-dbpsml</id>
-                <depends>demo-install,demo-db,demo-deploy-min,demo-deploy-dbpsml,demomin-seed-dbpsml</depends>
+                <depends>demo-install,demo-db,demo-deploy-min,demo-deploy-dbpsml,min-seed-dbpsml</depends>
               </target>	          
               <target>
                 <id>demo-dbpsml</id>



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