/hg/icedtea: Makefile reorganisation and naming update.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Oct 1 10:02:54 PDT 2009


changeset 43acec61d3e9 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=43acec61d3e9
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Oct 01 18:05:17 2009 +0100

	Makefile reorganisation and naming update.

	2009-10-01 Andrew John Hughes <ahughes at redhat.com>

	 Reorganise Makefile and rename some targets to
	better refer to the two stages of the build
	(stage1/bootstrap and stage2/final).
		* patches/ecj/icedtea-dbcs.patch,
		* patches/ecj/icedtea-dyn.patch,
		* patches/ecj/icedtea-euctw.patch,
		* patches/ecj/icedtea-hotspot-default.patch,
		* patches/ecj/icedtea-jopt.patch,
		* patches/ecj/icedtea-pr39408.patch,
		* patches/ecj/icedtea-pr40188.patch,
		* patches/ecj/icedtea-pr40616.patch,
		* patches/ecj/icedtea-sbcs.patch,
		* patches/ecj/icedtea-spp.patch,
		* patches/ecj/icedtea.patch: Moved to...
		* Makefile.am: Reorganise Makefile, change openjdk-ecj
	to openjdk-boot and patches/ecj to patches/boot. icedtea-
	against-icedtea is now icedtea-stage2. icedtea-against-ecj
	is now icedtea-stage1. Remove stage2 dependency on
	plugs.stamp and hotspot-tools.stamp. Move visualvm to a
	complete separate target depended on by icedtea-stage2.
		* patches/boot/icedtea-dbcs.patch,
		* patches/boot/icedtea-dyn.patch,
		* patches/boot/icedtea-euctw.patch,
		* patches/boot/icedtea-hotspot-default.patch,
		* patches/boot/icedtea-jopt.patch,
		* patches/boot/icedtea-pr39408.patch,
		* patches/boot/icedtea-pr40188.patch,
		* patches/boot/icedtea-pr40616.patch,
		* patches/boot/icedtea-sbcs.patch,
		* patches/boot/icedtea-spp.patch,
		* patches/boot/icedtea.patch: here.


diffstat:

24 files changed, 2670 insertions(+), 3895 deletions(-)
ChangeLog                                  |   37 
Makefile.am                                | 4256 +++++++++-------------------
patches/boot/icedtea-dbcs.patch            |   40 
patches/boot/icedtea-dyn.patch             |   12 
patches/boot/icedtea-euctw.patch           |   32 
patches/boot/icedtea-hotspot-default.patch |   69 
patches/boot/icedtea-jopt.patch            |   26 
patches/boot/icedtea-pr39408.patch         |   18 
patches/boot/icedtea-pr40188.patch         |   15 
patches/boot/icedtea-pr40616.patch         |   15 
patches/boot/icedtea-sbcs.patch            |   38 
patches/boot/icedtea-spp.patch             |   65 
patches/boot/icedtea.patch                 |  806 +++++
patches/ecj/icedtea-dbcs.patch             |   40 
patches/ecj/icedtea-dyn.patch              |   12 
patches/ecj/icedtea-euctw.patch            |   32 
patches/ecj/icedtea-hotspot-default.patch  |   69 
patches/ecj/icedtea-jopt.patch             |   26 
patches/ecj/icedtea-pr39408.patch          |   18 
patches/ecj/icedtea-pr40188.patch          |   15 
patches/ecj/icedtea-pr40616.patch          |   15 
patches/ecj/icedtea-sbcs.patch             |   38 
patches/ecj/icedtea-spp.patch              |   65 
patches/ecj/icedtea.patch                  |  806 -----

diffs (truncated from 6880 to 500 lines):

diff -r 5195537c2fa0 -r 43acec61d3e9 ChangeLog
--- a/ChangeLog	Wed Sep 30 13:02:58 2009 +0100
+++ b/ChangeLog	Thu Oct 01 18:05:17 2009 +0100
@@ -1,3 +1,40 @@ 2009-09-30  Andrew John Hughes  <ahughes
+2009-10-01  Andrew John Hughes  <ahughes at redhat.com>
+
+	Reorganise Makefile and rename some
+	targets to better refer to the two stages
+	of the build (stage1/bootstrap and stage2/final).
+	* patches/ecj/icedtea-dbcs.patch,
+	* patches/ecj/icedtea-dyn.patch,
+	* patches/ecj/icedtea-euctw.patch,
+	* patches/ecj/icedtea-hotspot-default.patch,
+	* patches/ecj/icedtea-jopt.patch,
+	* patches/ecj/icedtea-pr39408.patch,
+	* patches/ecj/icedtea-pr40188.patch,
+	* patches/ecj/icedtea-pr40616.patch,
+	* patches/ecj/icedtea-sbcs.patch,
+	* patches/ecj/icedtea-spp.patch,
+	* patches/ecj/icedtea.patch: Moved to...
+	* Makefile.am:
+	Reorganise Makefile, change openjdk-ecj
+	to openjdk-boot and patches/ecj to patches/boot.
+	icedtea-against-icedtea is now icedtea-stage2.
+	icedtea-against-ecj is now icedtea-stage1.
+	Remove stage2 dependency on plugs.stamp and
+	hotspot-tools.stamp.  Move visualvm to a
+	complete separate target depended on by
+	icedtea-stage2.
+	* patches/boot/icedtea-dbcs.patch,
+	* patches/boot/icedtea-dyn.patch,
+	* patches/boot/icedtea-euctw.patch,
+	* patches/boot/icedtea-hotspot-default.patch,
+	* patches/boot/icedtea-jopt.patch,
+	* patches/boot/icedtea-pr39408.patch,
+	* patches/boot/icedtea-pr40188.patch,
+	* patches/boot/icedtea-pr40616.patch,
+	* patches/boot/icedtea-sbcs.patch,
+	* patches/boot/icedtea-spp.patch,
+	* patches/boot/icedtea.patch: here.
+
 2009-09-30  Andrew John Hughes  <ahughes at redhat.com>
 
 	* generated/javax/swing/plaf/nimbus/ArrowButtonPainter.java,
diff -r 5195537c2fa0 -r 43acec61d3e9 Makefile.am
--- a/Makefile.am	Wed Sep 30 13:02:58 2009 +0100
+++ b/Makefile.am	Thu Oct 01 18:05:17 2009 +0100
@@ -1,3 +1,5 @@ OPENJDK_VERSION = b72
+# Dependencies
+
 OPENJDK_VERSION = b72
 
 CORBA_CHANGESET = 5fdcfb25dbb4
@@ -19,8 +21,137 @@ CACAO_VERSION = 0.99.4
 CACAO_VERSION = 0.99.4
 CACAO_MD5SUM = 63220327925ace13756ae334c55a3baa
 
+NETBEANS_PROFILER_URL = http://icedtea.classpath.org/visualvm/
+NETBEANS_PROFILER_SRC_ZIP = netbeans-profiler-visualvm_release65_mod.tar.gz
 NETBEANS_PROFILER_MD5SUM = a6756a62291ebea5c0e2431389b31380
+
+VISUALVM_URL = https://visualvm.dev.java.net/files/documents/7163/127170/
+VISUALVM_SRC_ZIP = visualvm-111-src.tar.gz
 VISUALVM_MD5SUM = a289739f4a5bcdb9a2c642cfcc1e83fe
+
+OPENJDK_HOTSPOT_URL = http://hg.openjdk.java.net/jdk7/hotspot/hotspot
+
+ICEDTEA_HG_URL = http://hg.openjdk.java.net/icedtea/jdk7
+OPENJDK_HG_URL = http://hg.openjdk.java.net/jdk7/jdk7
+CVMI_HG_URL = http://hg.openjdk.java.net/cvmi/cvmi/
+CLOSURES_HG_URL = http://hg.openjdk.java.net/closures/closures/
+CACIOCAVALLO_HG_URL = http://hg.openjdk.java.net/caciocavallo/jdk7/
+BSD_HG_URL = http://hg.openjdk.java.net/bsd-port/bsd-port
+NIO2_HG_URL = http://hg.openjdk.java.net/nio/nio/
+
+OPENJDK_URL = $(ICEDTEA_HG_URL)
+CORBA_URL = $(ICEDTEA_HG_URL)/corba
+JAXP_URL = $(ICEDTEA_HG_URL)/jaxp
+JAXWS_URL = $(ICEDTEA_HG_URL)/jaxws
+JDK_URL = $(ICEDTEA_HG_URL)/jdk
+LANGTOOLS_URL = $(ICEDTEA_HG_URL)/langtools
+HOTSPOT_URL = $(ICEDTEA_HG_URL)/hotspot
+
+CACAO_BASE_URL = http://www.complang.tuwien.ac.at
+CACAO_URL = $(CACAO_BASE_URL)/cacaojvm/download/cacao-$(CACAO_VERSION)/
+
+JDK_SHARE = openjdk/jdk/src/share/classes
+JDK_SOLARIS = openjdk/jdk/src/solaris/classes
+LANGTOOLS = openjdk/langtools/src/share/classes
+JAXP = openjdk/jaxp/src/share/classes
+CORBA = openjdk/corba/src/share/classes
+JAXWS = openjdk/jaxws/src/share/classes
+
+OPENJDK_SOURCEPATH_DIRS = \
+        $(JDK_SHARE):$(JDK_SOLARIS):$(LANGTOOLS):$(JAXP):$(CORBA):$(JAXWS)
+
+SOURCEPATH_DIRS = $(abs_top_builddir)/generated:$(OPENJDK_SOURCEPATH_DIRS)
+
+NETX_DIR=$(abs_top_srcdir)/netx/net/sourceforge
+NETX_RESOURCE_DIR=$(NETX_DIR)/jnlp/resources
+
+IT_LANGUAGE_SOURCE_VERSION=5
+IT_CLASS_TARGET_VERSION=5
+IT_JAVAC_SETTINGS=-g -encoding utf-8 $(JAVACFLAGS)
+IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION)
+
+OS_DIR = $(BUILD_OS_DIR)-$(BUILD_ARCH_DIR)
+BUILD_OUTPUT_DIR = openjdk/build/$(OS_DIR)
+BOOT_BUILD_OUTPUT_DIR = openjdk-boot/build/$(OS_DIR)
+ICEDTEA_BUILD_DIR = \
+	$(abs_top_builddir)/$(BUILD_OUTPUT_DIR)
+ICEDTEA_RT = \
+	$(abs_top_builddir)/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
+ICEDTEA_BOOT_DIR= \
+	$(abs_top_builddir)/bootstrap/jdk1.6.0
+ICEDTEA_ENDORSED_DIR = \
+	$(ICEDTEA_BOOT_DIR)/lib/endorsed
+ICEDTEA_BUILD_DIR_BOOT = \
+	$(abs_top_builddir)/$(BOOT_BUILD_OUTPUT_DIR)/
+ICEDTEA_CLS_DIR_BOOT = \
+	$(abs_top_builddir)/$(BOOT_BUILD_OUTPUT_DIR)/classes
+SERVER_DIR = hotspot/import/jre/lib/$(INSTALL_ARCH_DIR)/server
+BUILD_JRE_ARCH_DIR = $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/$(INSTALL_ARCH_DIR)
+BUILD_DEBUG_JRE_ARCH_DIR = $(BUILD_OUTPUT_DIR)-debug/j2sdk-image/jre/lib/$(INSTALL_ARCH_DIR)
+
+# Conditional defintions
+
+if USE_HG
+  OPENJDK_SRC_ZIP = 
+  CORBA_SRC_ZIP =
+  JAXP_SRC_ZIP =
+  JAXWS_SRC_ZIP =
+  JDK_SRC_ZIP =
+  LANGTOOLS_SRC_ZIP =
+  HOTSPOT_SRC_ZIP =
+else
+if USE_ALT_OPENJDK_SRC_ZIP
+  OPENJDK_SRC_ZIP = $(ALT_OPENJDK_SRC_ZIP)
+else
+  OPENJDK_SRC_ZIP = openjdk.tar.gz
+endif
+if USE_ALT_CORBA_SRC_ZIP
+  CORBA_SRC_ZIP = $(ALT_CORBA_SRC_ZIP)
+else
+  CORBA_SRC_ZIP = corba.tar.gz
+endif
+if USE_ALT_JAXP_SRC_ZIP
+  JAXP_SRC_ZIP = $(ALT_JAXP_SRC_ZIP)
+else
+  JAXP_SRC_ZIP = jaxp.tar.gz
+endif
+if USE_ALT_JAXWS_SRC_ZIP
+  JAXWS_SRC_ZIP = $(ALT_JAXWS_SRC_ZIP)
+else
+  JAXWS_SRC_ZIP = jaxws.tar.gz
+endif
+if USE_ALT_JDK_SRC_ZIP
+  JDK_SRC_ZIP = $(ALT_JDK_SRC_ZIP)
+else
+  JDK_SRC_ZIP = jdk.tar.gz
+endif
+if USE_ALT_LANGTOOLS_SRC_ZIP
+  LANGTOOLS_SRC_ZIP = $(ALT_LANGTOOLS_SRC_ZIP)
+else
+  LANGTOOLS_SRC_ZIP = langtools.tar.gz
+endif
+if USE_ALT_HOTSPOT_SRC_ZIP
+  HOTSPOT_SRC_ZIP = $(ALT_HOTSPOT_SRC_ZIP)
+else
+  HOTSPOT_SRC_ZIP = hotspot.tar.gz
+endif
+endif
+
+if WITH_ALT_HSBUILD
+  HS_MD5SUM = "`$(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) $(abs_top_srcdir)/hotspot.map`"
+  HS_CHANGESET = "`$(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) $(abs_top_srcdir)/hotspot.map`"
+  HS_URL = $(OPENJDK_HOTSPOT_URL)
+else
+  HS_MD5SUM = $(HOTSPOT_MD5SUM)
+  HS_CHANGESET = $(HOTSPOT_CHANGESET)
+  HS_URL = $(HOTSPOT_URL)
+endif
+
+if USE_ALT_CACAO_SRC_ZIP
+  CACAO_SRC_ZIP = $(ALT_CACAO_SRC_ZIP)
+else
+  CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
+endif
 
 if ENABLE_NPPLUGIN
 ICEDTEAPLUGIN_CLEAN = clean-IcedTeaNPPlugin
@@ -61,1337 +192,353 @@ PULSE_JAVA_CLASS_DIR =
 PULSE_JAVA_CLASS_DIR =
 endif
 
-JDK_SHARE = openjdk/jdk/src/share/classes
-JDK_SOLARIS = openjdk/jdk/src/solaris/classes
-LANGTOOLS = openjdk/langtools/src/share/classes
-JAXP = openjdk/jaxp/src/share/classes
-CORBA = openjdk/corba/src/share/classes
-JAXWS = openjdk/jaxws/src/share/classes
-
-OPENJDK_SOURCEPATH_DIRS = \
-        $(JDK_SHARE):$(JDK_SOLARIS):$(LANGTOOLS):$(JAXP):$(CORBA):$(JAXWS)
-
-SOURCEPATH_DIRS = $(abs_top_builddir)/generated:$(OPENJDK_SOURCEPATH_DIRS)
-
-IT_LANGUAGE_SOURCE_VERSION=5
-IT_CLASS_TARGET_VERSION=5
-IT_JAVAC_SETTINGS=-g -encoding utf-8 $(JAVACFLAGS)
-IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION)
-
-# Top-Level Targets
-# =================
-
-all-local: icedtea-against-icedtea
-
-distclean-local: clean-copy clean-jtreg clean-jtreg-reports clean-pulse-java 
-	rm -rf stamps
-	rm -f rt-source-files.txt \
-	  hotspot-tools-source-files.txt \
-	  extra-source-files.txt \
-	  netx-source-files.txt
-	rm -rf bootstrap
-	rm -rf lib
-	rm -rf extra-lib
-	rm -rf openjdk-ecj
-	rm -rf openjdk
-	rm -rf hotspot-tools
-	rm -rf rt/netscape
-	rm -rf visualvm
-	rm -rf netbeans
-	rm -rf netx.build
+if BOOTSTRAPPING
+  MEMORY_LIMIT =
+else
+  MEMORY_LIMIT = -J-Xmx1024m
+endif
+
+if WITH_CACAO
+  ICEDTEA_BUILD_TARGET=jdk_only
+  ICEDTEA_DEBUG_BUILD_TARGET=jdk_fastdebug_only
+else
+  ICEDTEA_BUILD_TARGET=
+  ICEDTEA_DEBUG_BUILD_TARGET=debug_build
+endif
+
+# Patch list
+
+ICEDTEA_PATCHES = \
+	patches/icedtea-version.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-version.patch \
+	patches/icedtea-copy-plugs.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-text-relocations.patch \
+	patches/icedtea-ssl.patch \
+	$(PLUGIN_PATCH) \
+	patches/icedtea-webstart.patch \
+	patches/icedtea-webstart-umask.patch \
+	patches/icedtea-rmi_amd64.patch \
+	patches/icedtea-tools.patch \
+	patches/icedtea-demos.patch \
+	patches/icedtea-use-system-tzdata.patch \
+	patches/icedtea-headers.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-headers.patch \
+	patches/icedtea-ant.patch \
+	patches/icedtea-gcc-suffix.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-gcc-suffix.patch \
+	patches/icedtea-bytebuffer-compact.patch \
+	patches/icedtea-float-double-trailing-zeros.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-memory-limits.patch \
+	patches/icedtea-sunsrc.patch \
+	patches/icedtea-libraries.patch \
+	patches/icedtea-core-build.patch \
+	patches/icedtea-zero-build.patch \
+	patches/icedtea-print-lsb-release.patch \
+	patches/icedtea-jpegclasses.patch \
+	patches/icedtea-uname.patch \
+	patches/icedtea-ia64-fdlibm.patch \
+	patches/icedtea-freetypeversion.patch \
+	patches/icedtea-fonts.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-sparc-ptracefix.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-sparc-trapsfix.patch \
+	patches/icedtea-override-redirect-metacity.patch \
+	patches/icedtea-shark-build.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-shark-build.patch \
+	patches/icedtea-security-updates.patch \
+	patches/icedtea-jdk-docs-target.patch \
+	patches/icedtea-mbeanintrospector.patch \
+	patches/icedtea-hotspot-gcc-pr36917.patch \
+	patches/icedtea-alpha-fixes.patch \
+	patches/icedtea-alt-jar.patch \
+	patches/icedtea-jdk-use-ssize_t.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-use-idx_t.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-params-cast-size_t.patch \
+	patches/icedtea-clean-crypto.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-shark.patch \
+	$(GCC_PATCH) \
+	patches/cacao/arch.patch \
+	patches/icedtea-signed-types.patch \
+	patches/icedtea-lc_ctype.patch \
+	patches/icedtea-xjc.patch \
+	patches/icedtea-renderer-crossing.patch \
+	patches/icedtea-tests-jdk.patch \
+	patches/icedtea-stroker-finish.patch \
+	patches/icedtea-alsa-default-device.patch \
+	patches/icedtea-linker-libs-order.patch \
+	patches/icedtea-testenv.patch \
+	patches/icedtea-samejvm-safe.patch \
+	patches/icedtea-pr261.patch \
+	patches/icedtea-doc-headers.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-bytecodeInterpreter.patch \
+	patches/icedtea-test-atomic-operations.patch \
+	patches/icedtea-ia64-bugfix.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-parisc-opt.patch \
+        patches/security/icedtea-6592792.patch \
+        patches/security/icedtea-6733959.patch \
+        patches/security/icedtea-6755943.patch \
+	patches/hotspot/$(HSBUILD)/icedtea-includedb.patch \
+	patches/icedtea-demo-swingapplet.patch \
+	patches/icedtea-jvmtiEnv.patch \
+	patches/icedtea-xml-encodinginfo.patch \
+	patches/icedtea-cc-interp-backedge.patch \
+	patches/icedtea-netx.patch \
+	patches/icedtea-disable-intree-ec.patch
+
+if WITH_RHINO
+ICEDTEA_PATCHES += \
+	patches/icedtea-rhino.patch
+endif
+
+if BUILD_CACAO
+ICEDTEA_PATCHES += \
+	patches/cacao/launcher.patch \
+	patches/cacao/no-mmap-first-page.patch \
+	patches/cacao/native-resolve.patch \
+	patches/cacao/xxoption-warning.patch \
+	patches/cacao/no-strict-aliasing.patch \
+	patches/cacao/openjdk7.patch \
+	patches/cacao/version.patch \
+	patches/cacao/versioninfo.patch
+endif
+
+if WITH_CACAO
+ICEDTEA_PATCHES += \
+	patches/cacao/ignore-tests.patch
+endif
+
+if ENABLE_PULSE_JAVA
+ICEDTEA_PATCHES += \
+	patches/icedtea-pulse-soundproperties.patch
+endif
+
+if ENABLE_XRENDER
+# match against $(abs_top_srcdir) and then remove it again,
+# because stamps/patch.stamp target will also add it
+XRENDER_PATCHES = patches/xrender/icedtea-???.patch
+XRENDER_PATCH_FILES = $(sort $(wildcard $(abs_top_srcdir)/$(XRENDER_PATCHES)))
+ICEDTEA_PATCHES += $(sort $(subst $(abs_top_srcdir)/,,$(XRENDER_PATCH_FILES)))
+endif
+
+if !USE_CVMI
+ICEDTEA_PATCHES += \
+	patches/icedtea-javafiles.patch
+endif
+
+if ENABLE_SYSTEMTAP
+ICEDTEA_PATCHES += patches/icedtea-systemtap.patch
+endif
+
 if ENABLE_PLUGIN
-	rm -f IcedTeaPlugin.o IcedTeaPlugin.so
-endif
+ICEDTEA_PATCHES += patches/icedtea-liveconnect-dist.patch
+else
 if ENABLE_NPPLUGIN
-	rm -f $(NPPLUGIN_DIR)/*.o $(NPPLUGIN_DIR)/IcedTeaNPPlugin.so
-endif
-if BUILD_CACAO
-	rm -rf cacao
-endif
-	rm -f jni-common.o
-if ADD_ZERO_BUILD
-	rm -rf zerovm
-endif
-if BUILD_NATIVE_ECJ
-	rm -f native-ecj
-endif
-	if [ $(abs_top_srcdir) != $(abs_top_builddir) ]; then \
-	  rm -rf $(abs_top_builddir)/generated ; \
-	fi
-
-install:
-
-.PHONY: \
-	env env-ecj snapshot clean-clone clean-patch \
-	clean-clone-ecj clean-patch-ecj clean-bootstrap-directory \
-	clean-bootstrap-directory-symlink clean-bootstrap-directory-ecj \
-	clean-bootstrap-directory-symlink-ecj icedtea icedtea-debug \
-	clean-icedtea icedtea-against-icedtea clean-icedtea-ecj clean-plugs \
-	clean-tools-jar clean-shared-objects clean-visualvm clean-nbplatform \
-	clean-copy clean-hotspot-tools clean-rt $(ICEDTEAPLUGIN_CLEAN) \
-	$(ICEDTEANPPLUGIN_CLEAN) hotspot hotspot-helper clean-extra clean-jtreg \
-	clean-jtreg-reports 
-
-GENERATED_FILES = generated/com/sun/java/swing/plaf/gtk/resources/gtk_it.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_de.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_es.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java \
-	generated/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_es.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_sv.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_fr.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_ja.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_it.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_de.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_ko.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif_zh_HK.java \
-	generated/com/sun/java/swing/plaf/motif/resources/motif.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_it.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_de.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_ko.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_es.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_sv.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_fr.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_zh_HK.java \
-	generated/com/sun/java/swing/plaf/windows/resources/windows_ja.java \
-	generated/com/sun/corba/se/spi/activation/ORBPortInfoHelper.java \
-	generated/com/sun/corba/se/spi/activation/Server.java \
-	generated/com/sun/corba/se/spi/activation/ServerIdHelper.java \
-	generated/com/sun/corba/se/spi/activation/BadServerDefinition.java \
-	generated/com/sun/corba/se/spi/activation/EndpointInfoListHelper.java \
-	generated/com/sun/corba/se/spi/activation/ServerIdsHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerNotRegisteredHelper.java \
-	generated/com/sun/corba/se/spi/activation/_ServerStub.java \
-	generated/com/sun/corba/se/spi/activation/ServerManagerHolder.java \
-	generated/com/sun/corba/se/spi/activation/ActivatorOperations.java \
-	generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHelper.java \
-	generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.java \
-	generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocation.java \
-	generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORB.java \
-	generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHelper.java \
-	generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyActiveHelper.java \
-	generated/com/sun/corba/se/spi/activation/ServerHelper.java \
-	generated/com/sun/corba/se/spi/activation/TCPPortHelper.java \
-	generated/com/sun/corba/se/spi/activation/NoSuchEndPoint.java \
-	generated/com/sun/corba/se/spi/activation/EndPointInfo.java \
-	generated/com/sun/corba/se/spi/activation/_ServerManagerImplBase.java \
-	generated/com/sun/corba/se/spi/activation/Repository.java \
-	generated/com/sun/corba/se/spi/activation/BadServerDefinitionHolder.java \
-	generated/com/sun/corba/se/spi/activation/ORBidListHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyInstalledHelper.java \
-	generated/com/sun/corba/se/spi/activation/NoSuchEndPointHelper.java \
-	generated/com/sun/corba/se/spi/activation/ORBPortInfoHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerHeldDownHelper.java \
-	generated/com/sun/corba/se/spi/activation/EndpointInfoListHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerNotRegisteredHolder.java \
-	generated/com/sun/corba/se/spi/activation/ORBPortInfoListHelper.java \
-	generated/com/sun/corba/se/spi/activation/RepositoryOperations.java \
-	generated/com/sun/corba/se/spi/activation/ServerNotActiveHelper.java \
-	generated/com/sun/corba/se/spi/activation/_LocatorStub.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyActiveHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerHolder.java \
-	generated/com/sun/corba/se/spi/activation/_ServerImplBase.java \
-	generated/com/sun/corba/se/spi/activation/_InitialNameServiceStub.java \
-	generated/com/sun/corba/se/spi/activation/ActivatorHelper.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHelper.java \
-	generated/com/sun/corba/se/spi/activation/EndPointInfoHelper.java \
-	generated/com/sun/corba/se/spi/activation/ServerNotActive.java \
-	generated/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHelper.java \
-	generated/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHolder.java \
-	generated/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBound.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyInstalledHolder.java \
-	generated/com/sun/corba/se/spi/activation/NoSuchEndPointHolder.java \
-	generated/com/sun/corba/se/spi/activation/_InitialNameServiceImplBase.java \
-	generated/com/sun/corba/se/spi/activation/LocatorOperations.java \
-	generated/com/sun/corba/se/spi/activation/_ActivatorStub.java \
-	generated/com/sun/corba/se/spi/activation/ServerHeldDownHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyActive.java \
-	generated/com/sun/corba/se/spi/activation/IIOP_CLEAR_TEXT.java \
-	generated/com/sun/corba/se/spi/activation/ORBPortInfoListHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerManagerOperations.java \
-	generated/com/sun/corba/se/spi/activation/ServerNotActiveHolder.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyRegistered.java \
-	generated/com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHelper.java \
-	generated/com/sun/corba/se/spi/activation/_ServerManagerStub.java \
-	generated/com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHelper.java \
-	generated/com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHolder.java \
-	generated/com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.java \



More information about the distro-pkg-dev mailing list