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:   <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>

Reply via email to