You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2004/09/05 17:40:34 UTC

cvs commit: ws-jaxme .cvsignore .classpath

jochen      2004/09/05 08:40:34

  Modified:    .        .cvsignore .classpath
  Log:
  Eclipse is now compiling to the subdirectory "bin". This should avoid interactions between Ant and Eclipse.
  
  Revision  Changes    Path
  1.3       +1 -0      ws-jaxme/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .cvsignore	23 Sep 2003 12:50:21 -0000	1.2
  +++ .cvsignore	5 Sep 2004 15:40:34 -0000	1.3
  @@ -1,3 +1,4 @@
  +bin
   build
   dist
   jaxme.properties
  
  
  
  1.9       +1 -1      ws-jaxme/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/.classpath,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- .classpath	20 Aug 2004 23:43:31 -0000	1.8
  +++ .classpath	5 Sep 2004 15:40:34 -0000	1.9
  @@ -20,5 +20,5 @@
   	<classpathentry exported="true" kind="lib" path="prerequisites/antlr.jar"/>
   	<classpathentry exported="true" sourcepath="prerequisites/beaver-rt-src.zip" kind="lib" path="prerequisites/beaver-rt.jar"/>
   	<classpathentry exported="true" sourcepath="prerequisites/beaver-src.zip" kind="lib" path="prerequisites/beaver.jar"/>
  -	<classpathentry kind="output" path="build/classes"/>
  +	<classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  

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