You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2003/11/03 12:51:49 UTC

cvs commit: jakarta-jmeter eclipse.classpath

sebb        2003/11/03 03:51:49

  Modified:    .        eclipse.classpath
  Log:
  htmlparser needs to come before http
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-jmeter/eclipse.classpath
  
  Index: eclipse.classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/eclipse.classpath,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- eclipse.classpath	17 Oct 2003 00:30:36 -0000	1.4
  +++ eclipse.classpath	3 Nov 2003 11:51:49 -0000	1.5
  @@ -8,6 +8,7 @@
           excluding="org/apache/jmeter/reporters/MailerModel.java|org/apache/jmeter/visualizers/MailerVisualizer.java|org/apache/jmeter/reporters/MailerResultCollector.java"
           kind="src" output="build/components" path="src/components"/>
       <classpathentry kind="src" output="build/functions" path="src/functions"/>
  +    <classpathentry kind="src" output="build/htmlparser" path="src/htmlparser"/>
       <classpathentry
           excluding="xorg/apache/jmeter/protocol/http/sampler/WebServiceSampler.java|xorg/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java"
           kind="src" output="build/protocol/http" path="src/protocol/http"/>
  @@ -28,5 +29,5 @@
       <classpathentry kind="lib" path="lib/commons-collections.jar"/>
       <classpathentry kind="lib" path="lib/soap.jar"/>
       <classpathentry kind="lib" path="lib/jdom-b8.jar"/>
  -    <classpathentry kind="output" path="build/htmlparser"/>
  +    <classpathentry kind="output" path="build"/>
   </classpath>
  
  
  

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