[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: attributes documentation improvement
Kaffe CVS
cvs-commits at kaffe.org
Tue Feb 15 20:54:19 PST 2005
PatchSet 5554
Date: 2005/02/16 04:46:55
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU Classpath: attributes documentation improvement
2005-02-16 Dalibor Topic <robilad at kaffe.org>
Resynced with GNU Classpath.
2005-02-15 Mark Wielaard <mark at klomp.org>
* java/util/jar/Attributes.java (Name.CLASS_PATH): Document that
file path elements are separated by spaces.
Members:
ChangeLog:1.3598->1.3599
libraries/javalib/java/util/jar/Attributes.java:1.10->1.11
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3598 kaffe/ChangeLog:1.3599
--- kaffe/ChangeLog:1.3598 Wed Feb 16 04:44:47 2005
+++ kaffe/ChangeLog Wed Feb 16 04:46:55 2005
@@ -1,5 +1,14 @@
2005-02-16 Dalibor Topic <robilad at kaffe.org>
+ Resynced with GNU Classpath.
+
+ 2005-02-15 Mark Wielaard <mark at klomp.org>
+
+ * java/util/jar/Attributes.java (Name.CLASS_PATH): Document that
+ file path elements are separated by spaces.
+
+2005-02-16 Dalibor Topic <robilad at kaffe.org>
+
* kaffe/kaffevm/systems/unix-pthreads/thread-internal.h (jthread_extract_stack):
Deinlined.
Index: kaffe/libraries/javalib/java/util/jar/Attributes.java
diff -u kaffe/libraries/javalib/java/util/jar/Attributes.java:1.10 kaffe/libraries/javalib/java/util/jar/Attributes.java:1.11
--- kaffe/libraries/javalib/java/util/jar/Attributes.java:1.10 Sat Jan 29 15:44:47 2005
+++ kaffe/libraries/javalib/java/util/jar/Attributes.java Wed Feb 16 04:47:01 2005
@@ -132,8 +132,8 @@
/**
* General main attribute -
- * (relative) URLs of the libraries/classpaths that the Classes in
- * this jar file depend on.
+ * (relative) file paths of the libraries/classpaths that the Classes in
+ * this jar file depend on. Paths are separated by spaces.
*/
public static final Name CLASS_PATH = new Name("Class-Path");
More information about the kaffe
mailing list