classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Add autogen.sh and enable jdwp and xml.stream compilat


From: Mark Wielaard
Subject: [cp-patches] FYI: Add autogen.sh and enable jdwp and xml.stream compilation
Date: Thu, 08 Sep 2005 18:11:16 +0200

Hi,

As promised before the release we are enabling compilation of jdwp and
stax now so more people can play with it and help fix any issues that
might pop up. This also adds autogen.sh which we forgot to ship with the
last release. It isn't strictly necessary, but it is nice to have
around.

2005-09-07  Mark Wielaard  <address@hidden>

    * Makefile.am (EXTRA_DIST): Add autogen.sh
    * lib/standard.omit: Remove gnu/classpath/jdwp, gnu/xml/stream and
    javax/xml/stream.
    * vm/reference/standard.omit: Removed.

The only entry in standard.omit is now the tests. We should move them to
mauve. Then we can probably drop the omit infrastructure. Or are there
other users?

Committed,

Mark
? vm/reference/gnu/classpath/VMStackWalker.java.mark
Index: Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/Makefile.am,v
retrieving revision 1.42
diff -u -r1.42 Makefile.am
--- Makefile.am 22 Aug 2005 15:17:28 -0000      1.42
+++ Makefile.am 8 Sep 2005 16:03:47 -0000
@@ -10,7 +10,8 @@
 
 EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
              ChangeLog-2003 ChangeLog-2004 \
-             ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj
+             ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \
+            autogen.sh
 
 #DISTCHECK_CONFIGURE_FLAGS = --enable-gjdoc
 
Index: lib/standard.omit
===================================================================
RCS file: /cvsroot/classpath/classpath/lib/standard.omit,v
retrieving revision 1.43
diff -u -r1.43 standard.omit
--- lib/standard.omit   5 Sep 2005 10:05:06 -0000       1.43
+++ lib/standard.omit   8 Sep 2005 16:03:47 -0000
@@ -1,4 +1 @@
 ../gnu/test/.*$
-../gnu/classpath/jdwp/.*$
-../gnu/xml/stream/.*$
-../javax/xml/stream/.*$
Index: vm/reference/standard.omit
===================================================================
RCS file: vm/reference/standard.omit
diff -N vm/reference/standard.omit
--- vm/reference/standard.omit  12 Aug 2005 20:25:29 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-gnu/classpath/jdwp

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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