From 65bf3316cf384588453604be6b4f0ed3751a8b0f Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 9 Jan 2007 19:58:05 +0000 Subject: Merged gcj-eclipse branch to trunk. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120621 138bc75d-0d04-0410-961f-82ee72b054a4 --- .../classpath/lib/java/lang/annotation/Annotation.class | Bin 0 -> 355 bytes .../lib/java/lang/annotation/AnnotationFormatError.class | Bin 0 -> 744 bytes .../annotation/AnnotationTypeMismatchException.class | Bin 0 -> 821 bytes .../classpath/lib/java/lang/annotation/Documented.class | Bin 0 -> 342 bytes .../classpath/lib/java/lang/annotation/ElementType.class | Bin 0 -> 1451 bytes .../lang/annotation/IncompleteAnnotationException.class | Bin 0 -> 1006 bytes .../classpath/lib/java/lang/annotation/Inherited.class | Bin 0 -> 441 bytes .../classpath/lib/java/lang/annotation/Retention.class | Bin 0 -> 492 bytes .../lib/java/lang/annotation/RetentionPolicy.class | Bin 0 -> 1186 bytes libjava/classpath/lib/java/lang/annotation/Target.class | Bin 0 -> 483 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/java/lang/annotation/Annotation.class create mode 100644 libjava/classpath/lib/java/lang/annotation/AnnotationFormatError.class create mode 100644 libjava/classpath/lib/java/lang/annotation/AnnotationTypeMismatchException.class create mode 100644 libjava/classpath/lib/java/lang/annotation/Documented.class create mode 100644 libjava/classpath/lib/java/lang/annotation/ElementType.class create mode 100644 libjava/classpath/lib/java/lang/annotation/IncompleteAnnotationException.class create mode 100644 libjava/classpath/lib/java/lang/annotation/Inherited.class create mode 100644 libjava/classpath/lib/java/lang/annotation/Retention.class create mode 100644 libjava/classpath/lib/java/lang/annotation/RetentionPolicy.class create mode 100644 libjava/classpath/lib/java/lang/annotation/Target.class (limited to 'libjava/classpath/lib/java/lang/annotation') diff --git a/libjava/classpath/lib/java/lang/annotation/Annotation.class b/libjava/classpath/lib/java/lang/annotation/Annotation.class new file mode 100644 index 00000000000..ffa644d1149 Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/Annotation.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/AnnotationFormatError.class b/libjava/classpath/lib/java/lang/annotation/AnnotationFormatError.class new file mode 100644 index 00000000000..9e033050ab0 Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/AnnotationFormatError.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/AnnotationTypeMismatchException.class b/libjava/classpath/lib/java/lang/annotation/AnnotationTypeMismatchException.class new file mode 100644 index 00000000000..0a5969470c5 Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/AnnotationTypeMismatchException.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/Documented.class b/libjava/classpath/lib/java/lang/annotation/Documented.class new file mode 100644 index 00000000000..b0c3baf46df Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/Documented.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/ElementType.class b/libjava/classpath/lib/java/lang/annotation/ElementType.class new file mode 100644 index 00000000000..09f77d0415c Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/ElementType.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/IncompleteAnnotationException.class b/libjava/classpath/lib/java/lang/annotation/IncompleteAnnotationException.class new file mode 100644 index 00000000000..3b13d92081b Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/IncompleteAnnotationException.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/Inherited.class b/libjava/classpath/lib/java/lang/annotation/Inherited.class new file mode 100644 index 00000000000..5916ecf2b32 Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/Inherited.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/Retention.class b/libjava/classpath/lib/java/lang/annotation/Retention.class new file mode 100644 index 00000000000..3badb946e25 Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/Retention.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/RetentionPolicy.class b/libjava/classpath/lib/java/lang/annotation/RetentionPolicy.class new file mode 100644 index 00000000000..e0bed52dacd Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/RetentionPolicy.class differ diff --git a/libjava/classpath/lib/java/lang/annotation/Target.class b/libjava/classpath/lib/java/lang/annotation/Target.class new file mode 100644 index 00000000000..1e7bf4c9820 Binary files /dev/null and b/libjava/classpath/lib/java/lang/annotation/Target.class differ -- cgit v1.2.3