diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-08-17 17:58:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-08-17 17:58:35 +0200 |
commit | 5e1476af00466e657290d952365f2cf91a59a614 (patch) | |
tree | f1634e1dbc056bf92c95af3c9f997e4304a77008 /odk | |
parent | e175592a2732c34e16bcd9c19dc465e4974071c3 (diff) |
Remove duplicate line
...that was added with both c4c10c17adfb139a208deeb1a47a9fcad924b9c3
"INTEGRATION: CWS sb87: #i88687# let Loader call new unoinfo instead of old
juh.jar UnoInfo.getJars" and 9d53b3321881bd54526f08a9219c539c1430f2b5
"INTEGRATION: CWS jsc21"
Change-Id: I355cbd933e3cff76416d02af8d6717326e0f3cb7
Diffstat (limited to 'odk')
-rw-r--r-- | odk/settings/std.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/settings/std.mk b/odk/settings/std.mk index 841ecddd48d9..4cabe7010fb0 100644 --- a/odk/settings/std.mk +++ b/odk/settings/std.mk @@ -84,7 +84,6 @@ REGMERGE="$(OO_SDK_URE_BIN_DIR)/regmerge" SDK_JAVA_UNO_BOOTSTRAP_FILES=\ -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader.class$(SQM) \ -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$1.class$(SQM) \ - -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$Drain.class$(SQM) \ -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$CustomURLClassLoader.class$(SQM) \ -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/Loader$$Drain.class$(SQM) \ -C $(CLASSES_DIR) $(SQM)com/sun/star/lib/loader/InstallationFinder.class$(SQM) \ |