You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.2 KiB
22 lines
1.2 KiB
--- a/scp2/source/ooo/common_brand.scp
|
|
+++ b/scp2/source/ooo/common_brand.scp
|
|
@@ -1252,6 +1252,7 @@
|
|
Section = "Bootstrap";
|
|
Key = "URE_MORE_JAVA_CLASSPATH_URLS";
|
|
Value = "";
|
|
+ ValueList1 = "$ORIGIN/../ure-link/lib";
|
|
#ifdef SYSTEM_HSQLDB
|
|
ValueList1 = HSQLDB_JAR;
|
|
#endif
|
|
--- a/odk/pack/gendocu/makefile.mk
|
|
+++ b/odk/pack/gendocu/makefile.mk
|
|
@@ -59,7 +59,7 @@
|
|
$(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/OfficeConnection.java \
|
|
$(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/OfficeWindow.java
|
|
|
|
-JAVADOCPARAMS= -notimestamp -use -splitindex -windowtitle "Java UNO Runtime Reference" -header $(JAVADOCREFNAME) -d $(DESTDIRGENJAVAREF) -sourcepath $(JAVA_SRC_DIR) -classpath $(SOLARBINDIR)$/ridl.jar -linkoffline ../../common/ref ./uno -linkoffline http://java.sun.com/j2se/1.4.1/docs/api ./java $(JAVA_PACKAGES)
|
|
+JAVADOCPARAMS= -use -splitindex -windowtitle "Java UNO Runtime Reference" -header $(JAVADOCREFNAME) -d $(DESTDIRGENJAVAREF) -sourcepath $(JAVA_SRC_DIR) -classpath $(SOLARBINDIR)$/ridl.jar -linkoffline ../../common/ref ./uno -linkoffline http://java.sun.com/j2se/1.4.1/docs/api ./java $(JAVA_PACKAGES)
|
|
|
|
JAVADOCLOG = $(MISC)$/javadoc_log.txt
|
|
|