classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Patch: FYI: update eclipse build


From: Tom Tromey
Subject: Re: [cp-patches] Patch: FYI: update eclipse build
Date: 08 Sep 2005 11:02:50 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Mark> I would like to see the jdwp stuff to be enabled from now on (if only
Mark> because I am about to commit a patch to enable it in the regular build).

No problem.  I'm checking this in.

Tom

2005-09-08  Tom Tromey  <address@hidden>

        * .classpath: Enable compilation of jdwp.

Index: .classpath
===================================================================
RCS file: /cvsroot/classpath/classpath/.classpath,v
retrieving revision 1.9
diff -u -r1.9 .classpath
--- .classpath  8 Sep 2005 15:45:56 -0000       1.9
+++ .classpath  8 Sep 2005 17:06:09 -0000
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry 
excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|gnu/classpath/jdwp/|gnu/javax/swing/plaf/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|vm/reference/"
 kind="src" path=""/>
+       <classpathentry 
excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|gnu/javax/swing/plaf/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|vm/reference/"
 kind="src" path=""/>
        <classpathentry kind="src" path="resource"/>
-       <classpathentry excluding="gnu/classpath/jdwp/" kind="src" 
path="vm/reference"/>
+       <classpathentry kind="src" path="vm/reference"/>
        <classpathentry kind="src" path="external/sax"/>
        <classpathentry kind="src" path="external/w3c_dom"/>
        <classpathentry kind="src" path="examples"/>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]