vmassol     2003/10/30 10:30:26

  Modified:    integration/eclipse/org.apache.cactus.eclipse.runner
                        build.xml build.properties.sample
  Log:
  Only bundle the servlet API jar in the eclipse plugin as the J2EE one is not 
redistributable (and is not yet needed as we don't support EAR/EJB testing it in the 
Eclipse plugin)
  
  Revision  Changes    Path
  1.31      +4 -4      
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 31 Jul 2003 15:26:34 -0000      1.30
  +++ build.xml 30 Oct 2003 18:30:25 -0000      1.31
  @@ -88,7 +88,7 @@
       <echo>  eclipse.ui.workbench.jar = [${eclipse.ui.workbench.jar}]</echo>
       <echo>  eclipse.ui.externaltools.jar = [${eclipse.ui.externaltools.jar}]</echo>
       <echo>  httpunit.jar = [${httpunit.jar}]</echo>
  -    <echo>  j2ee.jar = [${j2ee.jar}]</echo>
  +    <echo>  servlet.jar = [${servlet.jar}]</echo>
       <echo>  jetty.jar = [${jetty.jar}]</echo>
       <echo>  junit.jar = [${junit.jar}]</echo>
       <echo>  log4j.jar = [${log4j.jar}]</echo>
  @@ -117,7 +117,7 @@
           <available file="${eclipse.ui.workbench.jar}"/>
           <available file="${eclipse.ui.externaltools.jar}"/>
           <available file="${httpunit.jar}"/>
  -        <available file="${j2ee.jar}"/>
  +        <available file="${servlet.jar}"/>
           <available file="${jetty.jar}"/>
           <available file="${junit.jar}"/>
           <available file="${log4j.jar}"/>
  @@ -293,7 +293,7 @@
       <copy todir="${dist.bin.dir}/lib/client">
         <fileset file="${cactus.ant.jar}"/>
         <fileset file="${commons.httpclient.jar}"/>
  -      <fileset file="${j2ee.jar}"/>
  +      <fileset file="${servlet.jar}"/>
         <fileset file="${nekohtml.jar}"/>
       </copy>
       <mkdir dir="${dist.bin.dir}/lib/common"/>
  
  
  
  1.8       +5 -1      
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample   13 Jul 2003 15:07:17 -0000      1.7
  +++ build.properties.sample   30 Oct 2003 18:30:26 -0000      1.8
  @@ -13,6 +13,10 @@
   # Mandatory properties
   # -----------------------------------------------------------------------------
   
  +# Location of the Servlet API jar.
  +servlet.jar = ${lib.repo}/servletapi/jars/servletapi-2.3.jar
  +#servlet.jar = ${lib.repo}/servletapi/jars/servletapi-2.2.jar
  +
   # Location of Eclipse.
   eclipse.home = D:/dev/eclipse-2.1
   
  
  
  

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

Reply via email to