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/03 22:08:15 UTC

cvs commit: jakarta-jetspeed-2/applications/perl project.xml

rogerrut    2004/11/03 13:08:15

  Modified:    applications/perl project.xml
  Log:
  Moved per portlet code from Application/perl into portals-bridges
  Part of the cleanup effort for the upcoming release
  
  Revision  Changes    Path
  1.3       +11 -2     jakarta-jetspeed-2/applications/perl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/perl/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	18 Aug 2004 01:11:47 -0000	1.2
  +++ project.xml	3 Nov 2004 21:08:15 -0000	1.3
  @@ -4,7 +4,8 @@
   -->
   <project>
     <extend>${basedir}/./../project.xml</extend>
  -  <id>perl</id>
  +  <artifactId>perl</artifactId>
  +  <groupId>perl</groupId>
     <currentVersion>2.0-a1-dev</currentVersion>
     <name>Jetspeed-2 perl Portlet Application</name>
     <description>perl Portlet</description>
  @@ -16,6 +17,14 @@
     </repository>
   
     <dependencies>
  +	  <dependency>
  +		<id>portals-bridges:portals-bridges-perl</id>
  +	    <version>0.1</version>
  +	     <type>jar</type>
  +	    <properties>
  +	    	<war.bundle>true</war.bundle>
  +	    </properties>
  +	</dependency> 
       <dependency>
         <id>portlet-api</id>
         <groupId>portlet-api</groupId>
  
  
  

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