diff dwt/dwthelper/all.d @ 329:92aa2d7391f3

Added 'all.d' package import, a dwt.all for everything and a dwt.std for the essential stuff
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Oct 2008 22:01:20 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/dwthelper/all.d	Sat Oct 18 22:01:20 2008 +0200
@@ -0,0 +1,20 @@
+module dwt.dwthelper.all;
+
+public import dwt.dwthelper.BufferedInputStream;
+public import dwt.dwthelper.ByteArrayInputStream;
+public import dwt.dwthelper.ByteArrayOutputStream;
+public import dwt.dwthelper.File;
+public import dwt.dwthelper.FileInputStream;
+public import dwt.dwthelper.FileOutputStream;
+public import dwt.dwthelper.InflaterInputStream;
+public import dwt.dwthelper.InputStream;
+public import dwt.dwthelper.OutputStream;
+public import dwt.dwthelper.ResourceBundle;
+public import dwt.dwthelper.Runnable;
+public import dwt.dwthelper.System;
+public import dwt.dwthelper.WeakHashMap;
+public import dwt.dwthelper.WeakRef;
+public import dwt.dwthelper.XmlTranscode;
+public import dwt.dwthelper.utils;
+
+