You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/01/17 15:09:27 UTC

cvs commit: gump/project smartfrog.xml

bodewig     2005/01/17 06:09:27

  Modified:    project  smartfrog.xml
  Log:
  Log4J HEAD doesn't work for smartfrog - also try to fix rmic problems
  
  Revision  Changes    Path
  1.36      +11 -2     gump/project/smartfrog.xml
  
  Index: smartfrog.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/smartfrog.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- smartfrog.xml	18 Nov 2004 19:46:40 -0000	1.35
  +++ smartfrog.xml	17 Jan 2005 14:09:27 -0000	1.36
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -181,7 +181,7 @@
       <depend project="smartfrog-tasks" runtime="true"/>
       <!-- logging -->
       <depend project="commons-logging" runtime="true"/>
  -    <depend project="logging-log4j" runtime="true"/>
  +    <depend project="logging-log4j-12" runtime="true"/>
       <depend project="smartfrog-testharness" runtime="true"/>		
   
       <!-- emailer wants email -->
  @@ -212,6 +212,15 @@
       <depend project="jakarta-bsf" runtime="true"/>    
       <depend project="bsh" runtime="true"/>
       
  +    <!-- needed for rmic -->
  +    <work nested="components/logger/build/classes"/>
  +    <work nested="components/ssh/build/classes"/>
  +    <work nested="components/net/build/classes"/>
  +    <work nested="components/emailer/build/classes"/>
  +    <work nested="components/jetty/build/classes"/>
  +    <work nested="components/slp/build/classes"/>
  +    <work nested="components/scripting/build/classes"/>
  +
       <work nested="component/build/classes"/>
       <home nested="component/build/dist/lib"/>
       <jar name="cddlm.jar" id="smartfrog" />