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 ro...@apache.org on 2004/11/11 18:25:06 UTC

cvs commit: jakarta-jetspeed-2/portals-bridges/php project.xml

rogerrut    2004/11/11 09:25:06

  Modified:    portals-bridges/php project.xml
  Log:
  Dependency was pointing to the old jar phpportlet instead of phpportlet-1.0
  
  Revision  Changes    Path
  1.2       +5 -4      jakarta-jetspeed-2/portals-bridges/php/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portals-bridges/php/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	11 Nov 2004 01:17:56 -0000	1.1
  +++ project.xml	11 Nov 2004 17:25:06 -0000	1.2
  @@ -44,12 +44,13 @@
     </developers>
     <dependencies>
     <dependency>
  -      <id>itgroundwork</id>
  +      <id>itgroundwork:phpportlet</id>
  +      <version>1.0</version>
  +      <type>jar</type>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
  -      <jar>phpportlet.jar</jar>
  -    </dependency>
  +    </dependency>	
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
  
  
  

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