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:17:12 UTC

cvs commit: jakarta-jetspeed-2/portal project.xml maven.xml

taylor      2004/08/17 18:17:12

  Modified:    portal   project.xml maven.xml
  Log:
  moving all dependencies on jakarta commons and log4j out of shared to simply the jetspeed requirements for deployment
  we were creating class loader conflicts with other apps using commons or log4j, not to mention some really ugly class loader problems in weblogic
  
  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.101     +3 -3      jakarta-jetspeed-2/portal/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/project.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- project.xml	16 Aug 2004 18:33:54 -0000	1.100
  +++ project.xml	18 Aug 2004 01:17:12 -0000	1.101
  @@ -203,7 +203,7 @@
         <id>commons-configuration</id>
         <version>1.0-dev</version>
         <properties>
  -        <war.bundle>false</war.bundle>
  +        <war.bundle>true</war.bundle>
         </properties>
       </dependency>
       <dependency>
  @@ -238,7 +238,7 @@
         <id>commons-logging</id>
         <version>1.0.3</version>
         <properties>
  -        <war.bundle>false</war.bundle>
  +        <war.bundle>true</war.bundle>
         </properties>
       </dependency>
       <dependency>
  @@ -310,7 +310,7 @@
         <id>log4j</id>
         <version>1.2.8</version>
         <properties>
  -        <war.bundle>false</war.bundle>
  +        <war.bundle>true</war.bundle>
         </properties>
       </dependency>
       <dependency>
  
  
  
  1.97      +0 -4      jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- maven.xml	17 Aug 2004 20:02:49 -0000	1.96
  +++ maven.xml	18 Aug 2004 01:17:12 -0000	1.97
  @@ -488,10 +488,6 @@
           description="Copy all base jars necessary for common container">
       <echo>Copying from ${maven.repo.local} to ${org.apache.jetspeed.server.shared}...</echo>
       <copy file="${maven.repo.local}/pluto/jars/pluto-1.0.1-SNAPSHOT.jar" todir="${org.apache.jetspeed.server.shared}"/>
  -    <copy file="${maven.repo.local}/commons-lang/jars/commons-lang-2.0.jar" todir="${org.apache.jetspeed.server.shared}"/>
  -    <copy file="${maven.repo.local}/commons-logging/jars/commons-logging-1.0.3.jar" todir="${org.apache.jetspeed.server.shared}"/>
  -    <copy file="${maven.repo.local}/commons-configuration/jars/commons-configuration-1.0-dev.jar" todir="${org.apache.jetspeed.server.shared}"/>
  -    <copy file="${maven.repo.local}/log4j/jars/log4j-1.2.8.jar" todir="${org.apache.jetspeed.server.shared}"/>
       <copy file="${maven.repo.local}/portals-bridges/jars/portals-bridges-common-0.1.jar" todir="${org.apache.jetspeed.server.shared}"/>
     </goal>
   
  
  
  

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