Index: oo_1.1rc_src/officecfg/org/openoffice/configuration/makefile.mk =================================================================== RCS file: /cvs/util/officecfg/org/openoffice/configuration/makefile.mk,v retrieving revision 1.8 diff -u -3 -p -r1.8 makefile.mk --- oo_1.1rc_src/officecfg/org/openoffice/configuration/makefile.mk 26 Mar 2003 13:49:47 -0000 1.8 +++ oo_1.1rc_src/officecfg/org/openoffice/configuration/makefile.mk 29 Jul 2003 13:17:52 -0000 @@ -68,6 +68,9 @@ PACKAGE=org$/openoffice$/configuration # --- Settings ----------------------------------------------------- +# Essential project - override SOLAR_JAVA +SOLAR_JAVA="TRUE" + .INCLUDE : settings.mk EXTRAJARFILES = jaxp.jar parser.jar xt.jar Index: oo_1.1rc_src/officecfg/org/openoffice/helper/makefile.mk =================================================================== RCS file: /cvs/util/officecfg/org/openoffice/helper/makefile.mk,v retrieving revision 1.8 diff -u -3 -p -r1.8 makefile.mk --- oo_1.1rc_src/officecfg/org/openoffice/helper/makefile.mk 26 Mar 2003 13:49:48 -0000 1.8 +++ oo_1.1rc_src/officecfg/org/openoffice/helper/makefile.mk 29 Jul 2003 13:17:52 -0000 @@ -68,6 +68,9 @@ PACKAGE=org$/openoffice$/helper # --- Settings ----------------------------------------------------- +# Essential project - override SOLAR_JAVA +SOLAR_JAVA="TRUE" + .INCLUDE : settings.mk EXTRAJARFILES = jaxp.jar parser.jar Index: oo_1.1rc_src/officecfg/util/makefile.mk =================================================================== RCS file: /cvs/util/officecfg/util/makefile.mk,v retrieving revision 1.1 diff -u -3 -p -r1.1 makefile.mk --- oo_1.1rc_src/officecfg/util/makefile.mk 16 May 2002 17:50:31 -0000 1.1 +++ oo_1.1rc_src/officecfg/util/makefile.mk 29 Jul 2003 13:17:52 -0000 @@ -65,6 +65,9 @@ PRJ=.. PRJNAME=officecfg TARGET=util +# Essential project - override SOLAR_JAVA +SOLAR_JAVA="TRUE" + .INCLUDE : settings.mk .INCLUDE : target.mk @@ -79,4 +82,4 @@ $(BIN)$/registry{$(alllangext)}.zip : $( ALLTAR: \ $(MISC)$/$(TARGET)_delzip \ - $(BIN)$/registry{$(alllangext)}.zip \ No newline at end of file + $(BIN)$/registry{$(alllangext)}.zip Index: oo_1.1rc_src/officecfg/registry/data/makefile.mk =================================================================== RCS file: /cvs/util/officecfg/registry/data/makefile.mk,v retrieving revision 1.5 diff -u -3 -p -r1.5 makefile.mk --- oo_1.1rc_src/officecfg/registry/data/makefile.mk 26 Mar 2003 13:49:51 -0000 1.5 +++ oo_1.1rc_src/officecfg/registry/data/makefile.mk 29 Jul 2003 13:17:52 -0000 @@ -64,6 +64,9 @@ PRJ=..$/.. PRJNAME=officecfg TARGET=data +# Essential project - override SOLAR_JAVA +SOLAR_JAVA="TRUE" + .INCLUDE : settings.mk # --- Targets ------------------------------------------------------ Index: oo_1.1rc_src/officecfg/registry/schema/makefile.mk =================================================================== RCS file: /cvs/util/officecfg/registry/schema/makefile.mk,v retrieving revision 1.12 diff -u -3 -p -r1.12 makefile.mk --- oo_1.1rc_src/officecfg/registry/schema/makefile.mk 26 Mar 2003 13:49:58 -0000 1.12 +++ oo_1.1rc_src/officecfg/registry/schema/makefile.mk 29 Jul 2003 13:17:52 -0000 @@ -64,6 +64,9 @@ PRJ=..$/.. PRJNAME=officecfg TARGET=schema +# Essential project - override SOLAR_JAVA +SOLAR_JAVA="TRUE" + .INCLUDE : settings.mk # --- Targets ------------------------------------------------------