You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/04/23 15:10:14 UTC

cvs commit: jakarta-alexandria/proposal/gump gen.java rubix.xml

rubys       01/04/23 06:10:14

  Modified:    proposal/gump gen.java rubix.xml
  Log:
  Include phpservlet in rubix's workspace.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-alexandria/proposal/gump/gen.java
  
  Index: gen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/gen.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- gen.java	2001/04/22 15:27:58	1.1
  +++ gen.java	2001/04/23 13:10:12	1.2
  @@ -161,9 +161,9 @@
           collapse(new Hashtable(), workspace.getFirstChild());
   
           Node resolved = transform(workspace, "defaults.xsl");
  -        Node sorted   = transform(resolved, "sortdep.xsl");
  -
           output (resolved, "work/merge.xml");
  +
  +        Node sorted   = transform(resolved, "sortdep.xsl");
           output (sorted, "work/sorted.xml");
       }
   
  
  
  
  1.35      +11 -1     jakarta-alexandria/proposal/gump/rubix.xml
  
  Index: rubix.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/rubix.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- rubix.xml	2001/04/23 09:46:05	1.34
  +++ rubix.xml	2001/04/23 13:10:13	1.35
  @@ -1,9 +1,19 @@
  -<workspace basedir="/home/rubys/jakarta" cvsdir="/home/rubys/jakarta/cvs" 
  +<workspace basedir="/home/rubys/jakarta" cvsdir="/home/rubys/jakarta/cvs"
              version="0.2">
   
     <build sysclasspath="only"/>
   
     <profile href="profile/gump.xml"/>
  +
  +  <!-- Additional dependencies -->
  +
  +  <project name="xml-cocoon2">
  +    <option project="phpservlet"/>
  +  </project>
  +
  +  <project name="phpservlet" home="/home/rubys/php">
  +    <jar name="lib/php/phpsrvlt.jar"/>
  +  </project>
   
     <!-- Installed packages -->
   
  
  
  

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