You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/10/19 20:24:59 UTC

cvs commit: jakarta-cactus/Eclipse-Plugin .classpath

vmassol     2002/10/19 11:24:59

  Modified:    Eclipse-Plugin .classpath
  Log:
  use "bin" as the output folder as the PDE hardcode this value (yuck!) when starting the Runtime workbench ... I was getting CNFE as I was using a different output folder ...
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-cactus/Eclipse-Plugin/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.classpath,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .classpath	19 Oct 2002 09:40:01 -0000	1.1
  +++ .classpath	19 Oct 2002 18:24:59 -0000	1.2
  @@ -16,5 +16,5 @@
       <classpathentry kind="src" path="/org.eclipse.jdt.debug.ui"/>
       <classpathentry kind="src" path="/org.eclipse.jdt.junit"/>
       <classpathentry kind="src" path="/org.junit"/>
  -    <classpathentry kind="output" path="target\eclipse"/>
  +    <classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>