taylor      2004/06/04 22:07:37

  Modified:    .        maven.xml
  Log:
  changed dep order to commons dep on jetspeed-api
  
  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.71      +5 -5      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- maven.xml 4 Jun 2004 16:13:04 -0000       1.70
  +++ maven.xml 5 Jun 2004 05:07:37 -0000       1.71
  @@ -83,17 +83,17 @@
                  postProcessing="false"
                  ignoreFailures="false"/>
       <maven:reactor
  -               basedir="${basedir}/commons"
  +               basedir="${basedir}/jetspeed-api"
                  includes="project.xml"
                  goals="jar:install"
  -               banner="Build and Install the common jar"
  +               banner="Build and Install the portlet commons services jar"
                  postProcessing="false"
  -               ignoreFailures="false"/>
  +               ignoreFailures="false"/>               
       <maven:reactor
  -               basedir="${basedir}/jetspeed-api"
  +               basedir="${basedir}/commons"
                  includes="project.xml"
                  goals="jar:install"
  -               banner="Build and Install the portlet commons services jar"
  +               banner="Build and Install the common jar"
                  postProcessing="false"
                  ignoreFailures="false"/>
       <maven:reactor
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to