* THIRDPARTY: Added copyright notice for newly imported files.
authorMathias Panzenboeck <e0427417@student.tuwien.ac.at>
Mon, 3 Sep 2007 12:09:02 +0000 (14:09 +0200)
committerMathias Panzenboeck <e0427417@student.tuwien.ac.at>
Mon, 3 Sep 2007 12:09:02 +0000 (14:09 +0200)
commit9f53eae706c924ccc4e935a29fcb2f6b2b464fc1
tree95b8a96ba34b65144e61b4502f96f04672bafb0a
parentb01be5cf3e7ee52c9e4880e927e8e8cdf72a81c5
* THIRDPARTY: Added copyright notice for newly imported files.

* src/lib/Makefile.am
(VM_JAVA_FILES) [ENABLE_ANNOTATIONS]: Added
$(top_srcdir)/src/lib/gnu/sun/reflect/annotation/ExceptionProxy.java and
$(top_srcdir)/src/lib/gnu/sun/reflect/annotation/EnumConstantNotPresentExceptionProxy.java
(VM_CLASS_FILES) [ENABLE_ANNOTATIONS]: Added
classes/sun/reflect/annotation/ExceptionProxy.class and
classes/sun/reflect/annotation/EnumConstantNotPresentExceptionProxy.class

* src/lib/gnu/sun/reflect/annotation/EnumConstantNotPresentExceptionProxy.java:
Imported from OpenJDK. This file was only an unimplemented stub in GNU Classpath.

* src/lib/gnu/sun/reflect/annotation/ExceptionProxy.java: Likewise.
THIRDPARTY
src/lib/Makefile.am
src/lib/gnu/sun/reflect/annotation/EnumConstantNotPresentExceptionProxy.java [new file with mode: 0644]
src/lib/gnu/sun/reflect/annotation/ExceptionProxy.java [new file with mode: 0644]