diff options
author | Bertram Nolte <bnolte@openoffice.org> | 2001-11-09 08:17:10 +0000 |
---|---|---|
committer | Bertram Nolte <bnolte@openoffice.org> | 2001-11-09 08:17:10 +0000 |
commit | 3f86d149837d143fea9f78e48ff7f91067e620fb (patch) | |
tree | 4b926a9d9521ef806dbbcb082fa17fa33e15be2d /odk/examples | |
parent | 08e61e95c7e65e8aa2eb59155b4a58b75422770b (diff) |
#87796# Added an example for a minimal UNO component.
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/java/MinimalComponent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/MinimalComponent/Makefile b/odk/examples/java/MinimalComponent/Makefile index baf094424246..d388f98584df 100644 --- a/odk/examples/java/MinimalComponent/Makefile +++ b/odk/examples/java/MinimalComponent/Makefile @@ -1,4 +1,4 @@ -# Builds the java minimal component. +# Builds the java minimal component. PRJ=..$(PS)..$(PS).. SETTINGS=../../../settings |