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 2003/12/30 07:39:51 UTC

cvs commit: jakarta-jetspeed-2/cps/test/rewriter test-001-output.html

taylor      2003/12/29 22:39:51

  Modified:    .        .classpath maven.xml
               cps/test/rewriter test-001-output.html
  Log:
  Added PAM portlet application to allBuild
  
  Revision  Changes    Path
  1.12      +2 -0      jakarta-jetspeed-2/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- .classpath	26 Dec 2003 16:24:27 -0000	1.11
  +++ .classpath	30 Dec 2003 06:39:51 -0000	1.12
  @@ -10,6 +10,8 @@
       <classpathentry kind="src" path="portal/src/test"/>
       <classpathentry excluding="**/CVS*" kind="src" path="cornerstone/src/java"/>
       <classpathentry excluding="**/CVS*" kind="src" path="cornerstone-demo/src/java"/>
  +    <classpathentry excluding="**/CVS*" kind="src" path="content-server/src/java"/>
  +    <classpathentry kind="src" path="applications/pam/src/java"/>
       <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
       <classpathentry exported="true" kind="var" path="MAVEN_REPO/jdom/jars/jdom-b8.jar"/>
       <classpathentry exported="true" kind="var" path="MAVEN_REPO/commons-betwixt/jars/commons-betwixt-1.0-beta-1.jar"/>
  
  
  
  1.12      +9 -0      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- maven.xml	4 Dec 2003 18:38:44 -0000	1.11
  +++ maven.xml	30 Dec 2003 06:39:51 -0000	1.12
  @@ -90,6 +90,15 @@
                  banner="Build and Install the Demo application WAR"
                  postProcessing="false"
                  ignoreFailures="false"/>
  +
  +     <maven:reactor
  +               basedir="${basedir}"
  +               includes="applications/pam/project.xml"
  +               excludes="applications/project.xml"
  +               goals="war:install"
  +               banner="Build and Install the PAM application WAR"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
                  
             <attainGoal name="copy.shared.deps" />
     </goal>
  
  
  
  1.11      +6 -6      jakarta-jetspeed-2/cps/test/rewriter/test-001-output.html
  
  Index: test-001-output.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/cps/test/rewriter/test-001-output.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- test-001-output.html	26 Dec 2003 16:24:27 -0000	1.10
  +++ test-001-output.html	30 Dec 2003 06:39:51 -0000	1.11
  @@ -1,10 +1,10 @@
   <p>
   This is a test</p>
  -<a href="http://www.bluesunrise.com/suffix" target="_BLANK" name="1">keep this</a>
  - <a href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" target="_BLANK" name="2">junk</a>
  - <a href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" target="_BLANK" name="3">junk2</a>
  - <a href="javascript:whatever()" name="4">script</a>
  - <a href="mailto:david@bluesunrise.com" name="5">script</a>
  - <a href="#INTERNAL" name="6">internal</a>
  +<a name="1" href="http://www.bluesunrise.com/suffix" target="_BLANK">keep this</a>
  + <a name="2" href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" target="_BLANK">junk</a>
  + <a name="3" href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" target="_BLANK">junk2</a>
  + <a name="4" href="javascript:whatever()">script</a>
  + <a name="5" href="mailto:david@bluesunrise.com">script</a>
  + <a name="6" href="#INTERNAL">internal</a>
   
   
  
  
  

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