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 2004/08/18 03:11:47 UTC

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

taylor      2004/08/17 18:11:47

  Modified:    applications/perl project.xml
               applications/php project.xml
  Log:
  add dep for logging, so we are not dep on app server or jetspeed portal versions of logging
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.2       +17 -1     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	21 Jul 2004 18:14:22 -0000	1.1
  +++ project.xml	18 Aug 2004 01:11:47 -0000	1.2
  @@ -116,6 +116,22 @@
         </properties>
       </dependency>
       <dependency>
  +      <id>log4j</id>
  +      <version>1.2.8</version>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>    
  +    <dependency>
  +      <groupId>commons-logging</groupId>
  +      <artifactId>commons-logging</artifactId>
  +      <version>1.0.3</version>
  +      <url>http://jakarta.apache.org/commons/logging.html</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>    
  +    <dependency>
         <groupId>oro</groupId>
         <artifactId>oro</artifactId>
         <version>2.0.7</version>
  
  
  
  1.3       +17 -1     jakarta-jetspeed-2/applications/php/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/php/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	21 Jul 2004 18:55:01 -0000	1.2
  +++ project.xml	18 Aug 2004 01:11:47 -0000	1.3
  @@ -131,6 +131,22 @@
           <war.bundle>true</war.bundle>
         </properties>
       </dependency>
  +    <dependency>
  +      <id>log4j</id>
  +      <version>1.2.8</version>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>    
  +    <dependency>
  +      <groupId>commons-logging</groupId>
  +      <artifactId>commons-logging</artifactId>
  +      <version>1.0.3</version>
  +      <url>http://jakarta.apache.org/commons/logging.html</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
   
      </dependencies>
   
  
  
  

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