taylor      2004/05/10 10:43:46

  Modified:    .        .classpath .project
  Log:
  added path deps for Struts portlet

  

  PR:

  Obtained from:

  Submitted by: 

  Reviewed by:  

  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.29      +4 -0      jakarta-jetspeed-2/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- .classpath        5 May 2004 21:12:26 -0000       1.28
  +++ .classpath        10 May 2004 17:43:46 -0000      1.29
  @@ -1,6 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
        <classpathentry excluding="**/CVS/*" kind="src" path="commons/src/java"/>
  +     <classpathentry excluding="**/CVS/*" kind="src" 
path="struts-portlet/demo/src/java"/>
  +     <classpathentry excluding="**/CVS/*" kind="src" 
path="struts-portlet/framework/src/java"/>
  +     <classpathentry excluding="**/CVS/*" kind="src" 
path="struts-portlet/spi/src/java"/>
        <classpathentry kind="src" path="src/java"/>
        <classpathentry excluding="**/CVS/*" kind="src" path="portal/src/java"/>
        <classpathentry excluding="**/CVS/*" kind="src" path="portlet-api/src/java"/>
  @@ -60,5 +63,6 @@
        <classpathentry kind="var" path="MAVEN_REPO/asm/jars/asm-1.4.1.jar"/>
        <classpathentry kind="var" 
path="MAVEN_REPO/mockrunner/jars/mockrunner-0.2.7.jar"/>
        <classpathentry kind="var" 
path="MAVEN_REPO/struts-portlet/jars/struts-portlet-spi-0.1.jar"/>
  +     <classpathentry kind="var" 
path="MAVEN_REPO/struts/jars/struts-1.2.1-dev-20040407.jar"/>
        <classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.8       +1 -1      jakarta-jetspeed-2/.project
  
  Index: .project
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/.project,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- .project  20 Nov 2003 19:02:23 -0000      1.7
  +++ .project  10 May 2004 17:43:46 -0000      1.8
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <projectDescription>
  -     <name>jetspeed-2</name>
  +     <name>jakarta-jetspeed-2</name>
        <comment></comment>
        <projects>
                <project>jakarta-pluto</project>
  
  
  

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

Reply via email to