diff options
author | Brian Jones <cbj@gnu.org> | 2002-12-24 05:35:21 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2002-12-24 05:35:21 +0000 |
commit | 63cd3a57c0859e69cdf4b6b3549efce94fa79390 (patch) | |
tree | 9b4c344925b9cc4c299f83d43a30b25334c2ff16 /javax/transaction/xa | |
parent | 8d19a41fa23111a250eff26550db17fd3aceab9b (diff) | |
download | classpath-63cd3a57c0859e69cdf4b6b3549efce94fa79390.tar.gz |
* INSTALL: updated link to bugs, tool version numbers
* TODO: removed easy HTML API generation todo item, it's done now;
mention that CNI code won't be included in Classpath CVS for now
since only gcj is using it
* README: remove special mention of ORP
* NEWS: add blurb about infrastructure improvements
* HACKING: update automake, autoconf version numbers; remove
mention of gcjh for compiling JNI libraries; updated gcj/jikes
version numbers
* lib/Makefile.am: distribute glibj.zip; uninstall no-zip case;
separate resources target; avoid extra gen-classlist.sh calls;
support DESTDIR
* doc/api/Makefile.am: distribute HTML API documentation; install
documentation in pkgdatadir/api; uninstall appropriately; support
DESTDIR
* resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local
target; support DESTDIR
* resource/java/security/Makefile.am: add uninstall-local target;
support DESTDIR
* javax/swing/Makefile.am: BoundedRangeModel missing .java extension
* javax/transaction/xa/Makefile.am: Removed xa/ from filenames
* java/awt/dnd/Makefile.am: added missing .java files to dist
* java/net/Makefile.am: added missing .java files to dist
* java/nio/channels/Makefile.am: added missing .java files to dist
* javax/naming/Makefile.am: added missing .java files to dist
* javax/naming/directory/Makefile.am: added missing .java files to dist
* javax/naming/event/Makefile.am: new file
* javax/naming/event/.cvsignore: new file
* javax/naming/ldap/Makefile.am: new file
* javax/naming/ldap/.cvsignore: new file
* javax/naming/spi/Makefile.am: added missing .java files to dist
* javax/sql/Makefile.am: added missing .java files to dist
* javax/sql/.cvsignore: new file
* javax/swing/plaf/Makefile.am: added missing .java files to dist
* javax/swing/Makefile.am: added missing .java files to dist
* Makefile.am: ignore errors during dist-hook
* configure.in: add missing directory Makefiles to output; add
check for 'date', 'cp', and 'mkdir'
* acinclude.m4: remove check for 'find' and 'cp'
Diffstat (limited to 'javax/transaction/xa')
-rw-r--r-- | javax/transaction/xa/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javax/transaction/xa/Makefile.am b/javax/transaction/xa/Makefile.am index 8d9a18ab3..e56d519ca 100644 --- a/javax/transaction/xa/Makefile.am +++ b/javax/transaction/xa/Makefile.am @@ -1,7 +1,7 @@ ## Input file for automake to generate the Makefile.in used by configure EXTRA_DIST = \ -xa/XAException.java \ -xa/XAResource.java \ -xa/Xid.java +XAException.java \ +XAResource.java \ +Xid.java |