*** empty log message ***
authorcg
Thu, 23 Dec 1999 18:16:32 +0000
changeset 645 263dae17fe9e
parent 644 0294a6ed677e
child 646 9f99cd5951a9
*** empty log message ***
INSTALL.files
Make.proto
examples/Make.proto
examples/abbrev.stc
--- a/INSTALL.files	Thu Dec 23 18:07:52 1999 +0000
+++ b/INSTALL.files	Thu Dec 23 18:16:32 1999 +0000
@@ -6,8 +6,4 @@
 resources/              packages/stx/libjava
 bitmaps/                packages/stx/libjava
 java/                   packages/stx/libjava
-
-
-
-
-
+examples/               packages/stx/libjava
--- a/Make.proto	Thu Dec 23 18:07:52 1999 +0000
+++ b/Make.proto	Thu Dec 23 18:16:32 1999 +0000
@@ -1,4 +1,4 @@
-# $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/Make.proto,v 1.7 1999/12/21 13:15:15 cg Exp $
+# $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/Make.proto,v 1.8 1999/12/23 18:16:32 cg Exp $
 #
 # -- Make.proto created from project at 'From Smalltalk/X, Version:3.5.5 on 8-nov-1999 at 21:44:28'                     
 #
@@ -34,7 +34,7 @@
 
 # subdirectories where Makefiles are to be made:
 # (only define if different from SUBDIRS)
-# ALLSUBDIRS=
+ALLSUBDIRS=examples
 
 
 # the name of your classLibrary:
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/Make.proto	Thu Dec 23 18:16:32 1999 +0000
@@ -0,0 +1,30 @@
+# $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/examples/Make.proto,v 1.1 1999/12/23 18:16:18 cg Exp $
+#
+# -- Make.proto created from project at 'From Smalltalk/X, Version:3.5.5 on 8-nov-1999 at 21:44:28'                     
+#
+# Warning: YOU SHOULD NOT MODIFY THIS FILE - MODIFY THE .prj FILE INSTEAD
+# and let the ProjectBrowser recreate this file.
+# once you modify this file, do not rerun
+# stmkmp or recreate the Make.proto again - otherwise, your changes are lost.
+
+# module and directory-in-module;
+# these should correspond to the directory hierarchy
+# location (otherwise, ST/X will have a hard time to
+# find out the packages location from its packageID)
+MODULE=stx
+MODULE_DIR=libjava/examples
+
+LIBNAME=examples
+#
+# position (of this package) in directory hierarchy:
+# (must point to ST/X top directory, for tools and includes)
+TOP=../..
+
+# subdirectories where targets are to be made:
+SUBDIRS=
+
+# subdirectories where Makefiles are to be made:
+# (only define if different from SUBDIRS)
+# ALLSUBDIRS=
+
+PACKAGE=$(MODULE):$(MODULE_DIR)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/abbrev.stc	Thu Dec 23 18:16:32 1999 +0000
@@ -0,0 +1,3 @@
+CodingExamples_GUI::JavaAppletDemo1 JavaAppletDemo1 stx:libjava/examples 'examples-Java-Applets'
+CodingExamples_GUI::JavaAppletDemo2 JavaAppletDemo2 stx:libjava/examples 'examples-Java-Applets'
+CodingExamples_GUI::JavaAppletDemo3 JavaAppletDemo3 stx:libjava/examples 'examples-Java-Applets'