summaryrefslogtreecommitdiff
path: root/odk/Package_examples.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-08-26 08:10:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-08-26 10:55:15 +0200
commit60b32d931da91a25e7f8912c36c48ba8302e6a43 (patch)
tree386be84aeacecc61053101f872b1c1863b3ad4c7 /odk/Package_examples.mk
parentccd2de75987bae25b34a0d7d22322cada796bb3e (diff)
Remove spurious odk/examples/java/MinimalComponent/BuildMinimalComponent.xml
It had been added together with odk/examples/java/MinimalComponent/Makefile in ff4c86ff37af5136466d49a9fb394974ee62cb0f "Added an example for a minimal UNO component", and it apparently is an Ant build script that shall do the same as the Makefile. However, it is apparently unused: For one, it does not appear to get referenced from anywhere else in the code or to get mentioned at <https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide>. And for another, it would apparently only work on Windows (using e.g. "${ODKPATH}/windows/bin/idlc.exe"), but would typically fail even there with something like > > ant -f BuildMinimalComponent.xml > Buildfile: C:\lo\core\instdir\sdk\examples\java\MinimalComponent\BuildMinimalComponent.xml > > init: > > unoidl: > > BUILD FAILED > C:\lo\core\instdir\sdk\examples\java\MinimalComponent\BuildMinimalComponent.xml:35: The directory D:\cvs\api\odk\WINexample.out\misc does not exist due to the hardcoded D:/cvs/api/odk paths. Change-Id: Idd020bcf1a2383295704b208d3ac2be047f270ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121050 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'odk/Package_examples.mk')
-rw-r--r--odk/Package_examples.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/Package_examples.mk b/odk/Package_examples.mk
index e2cb4bd4c7a1..9b752f2387ed 100644
--- a/odk/Package_examples.mk
+++ b/odk/Package_examples.mk
@@ -483,7 +483,6 @@ $(eval $(call gb_Package_add_files_with_dir,odk_examples,$(SDKDIRNAME)/examples,
java/Inspector/images/properties_16.png \
java/Inspector/images/services_16.png \
java/Inspector/manifest.mf \
- java/MinimalComponent/BuildMinimalComponent.xml \
java/MinimalComponent/Makefile \
java/MinimalComponent/MinimalComponent.components \
java/MinimalComponent/MinimalComponent.idl \