summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeBean/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeBean/Makefile')
-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeBean/Makefile b/odk/examples/DevelopersGuide/OfficeBean/Makefile
index 5aab7ead06e4..3326244e60a4 100644
--- a/odk/examples/DevelopersGuide/OfficeBean/Makefile
+++ b/odk/examples/DevelopersGuide/OfficeBean/Makefile
@@ -43,9 +43,7 @@ include $(SETTINGS)/std.mk
# Define non-platform/compiler specific settings
OUT_COMP_CLASS = $(OUT_CLASS)/OOoBeanViewer
-# normally the idl file should be stored in a directory tree fitting the module structure,
-# for the example we know the module structure
-PACKAGE = com/sun/star/comp/beans
+PACKAGE = org/libreoffice/sdk/examples/developers_guide/office_bean
JAVAFILES = \
OOoBeanViewer.java \