aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorMichael Koch <mkoch@gcc.gnu.org>2003-03-10 15:16:52 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-03-10 15:16:52 +0000
commit7507403ae5105364c0e51a0d385efb428a5a0782 (patch)
treeaec152cd4ec04ba427d514dabfa0e7d62831d9f0 /libjava
parent1f5f81da4e3b9f47f2edcec098933237788ed73d (diff)
downloadgcc-7507403ae5105364c0e51a0d385efb428a5a0782.zip
gcc-7507403ae5105364c0e51a0d385efb428a5a0782.tar.gz
gcc-7507403ae5105364c0e51a0d385efb428a5a0782.tar.bz2
Forgot to add them to the commit command line before
From-SVN: r64084
Diffstat (limited to 'libjava')
-rw-r--r--libjava/Makefile.am2
-rw-r--r--libjava/Makefile.in4
2 files changed, 6 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index 3ed46f4..f246518 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -1093,6 +1093,8 @@ java/beans/beancontext/BeanContextServiceRevokedEvent.java \
java/beans/beancontext/BeanContextServiceRevokedListener.java \
java/beans/beancontext/BeanContextServices.java \
java/beans/beancontext/BeanContextServicesListener.java \
+java/beans/beancontext/BeanContextServicesSupport.java \
+java/beans/beancontext/BeanContextSupport.java \
java/beans/BeanDescriptor.java \
java/beans/BeanInfo.java \
java/beans/Beans.java \
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index 67ef3a6..6c5a62b 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -861,6 +861,8 @@ java/beans/beancontext/BeanContextServiceRevokedEvent.java \
java/beans/beancontext/BeanContextServiceRevokedListener.java \
java/beans/beancontext/BeanContextServices.java \
java/beans/beancontext/BeanContextServicesListener.java \
+java/beans/beancontext/BeanContextServicesSupport.java \
+java/beans/beancontext/BeanContextSupport.java \
java/beans/BeanDescriptor.java \
java/beans/BeanInfo.java \
java/beans/Beans.java \
@@ -3232,6 +3234,8 @@ DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
.deps/java/beans/beancontext/BeanContextServiceRevokedListener.P \
.deps/java/beans/beancontext/BeanContextServices.P \
.deps/java/beans/beancontext/BeanContextServicesListener.P \
+.deps/java/beans/beancontext/BeanContextServicesSupport.P \
+.deps/java/beans/beancontext/BeanContextSupport.P \
.deps/java/io/BufferedInputStream.P \
.deps/java/io/BufferedOutputStream.P .deps/java/io/BufferedReader.P \
.deps/java/io/BufferedWriter.P .deps/java/io/ByteArrayInputStream.P \