diff options
author | fotis <fotis@unknown> | 2000-02-29 09:45:13 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-02-29 09:45:13 +0000 |
commit | cb0b857f2c570ddf6c4a48a9e874d91f76c9fc92 (patch) | |
tree | f6dd94b07b1d2cc382971561b9382120ee8e79b9 /src/org/apache/fop/viewer | |
parent | fff5e8fe24000a12efe046e2bab4057a5512ec74 (diff) | |
download | xmlgraphics-fop-cb0b857f2c570ddf6c4a48a9e874d91f76c9fc92.tar.gz xmlgraphics-fop-cb0b857f2c570ddf6c4a48a9e874d91f76c9fc92.zip |
Adds missing files (submitted by Sean Timm)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/viewer')
-rw-r--r-- | src/org/apache/fop/viewer/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/org/apache/fop/viewer/Makefile b/src/org/apache/fop/viewer/Makefile index 611b71e85..aab835282 100644 --- a/src/org/apache/fop/viewer/Makefile +++ b/src/org/apache/fop/viewer/Makefile @@ -8,8 +8,15 @@ SUBDIRS= SOURCES=Command.java \ DocumentPanel.java \ IconToolBar.java \ + LoadableProperties.java \ + MessageException.java \ + MessagesDialog.java \ PreviewDialog.java \ - PreviewDialogAboutBox.java + PreviewDialogAboutBox.java \ + ProgressListener.java \ + SecureResourceBundle.java \ + Translator.java \ + UserMessage.java CLASSES=$(SOURCES:.java=.class) @@ -25,3 +32,4 @@ $(TARGETS:%=%subs): %subs : (cd $$dir && pwd && $(MAKE) $(MFLAGS) $*) || exit 1 ; \ done + |