changeset in /hg/icedtea6: 2008-07-15 Lillian Angel <langel at re...

Lillian Angel langel at redhat.com
Tue Jul 15 09:57:35 PDT 2008


changeset f8d65be30ac4 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=f8d65be30ac4
description:
	2008-07-15  Lillian Angel  <langel at redhat.com>

	        * .hgignore: Updated.
	        * Makefile.am: Added HACKING to EXTRA_DIST.

diffstat:

3 files changed, 9 insertions(+), 1 deletion(-)
.hgignore   |    2 ++
ChangeLog   |    5 +++++
Makefile.am |    3 ++-

diffs (37 lines):

diff -r 3cbb75db29a0 -r f8d65be30ac4 .hgignore
--- a/.hgignore	Tue Jul 15 10:26:42 2008 -0400
+++ b/.hgignore	Tue Jul 15 12:57:30 2008 -0400
@@ -2,6 +2,8 @@ syntax: glob
 *~
 
 syntax: regexp
+configure
+aclocal.m4
 autom4te.cache
 cacao
 openjdk
diff -r 3cbb75db29a0 -r f8d65be30ac4 ChangeLog
--- a/ChangeLog	Tue Jul 15 10:26:42 2008 -0400
+++ b/ChangeLog	Tue Jul 15 12:57:30 2008 -0400
@@ -1,3 +1,8 @@ 2008-07-15  Joshua Sumali  <jsumali at redh
+2008-07-15  Lillian Angel  <langel at redhat.com>
+
+	* .hgignore: Updated.
+	* Makefile.am: Added HACKING to EXTRA_DIST.
+
 2008-07-15  Joshua Sumali  <jsumali at redhat.com>
 
 	* Makefile.am: Add icedtea-webstart-umask.patch.
diff -r 3cbb75db29a0 -r f8d65be30ac4 Makefile.am
--- a/Makefile.am	Tue Jul 15 10:26:42 2008 -0400
+++ b/Makefile.am	Tue Jul 15 12:57:30 2008 -0400
@@ -71,7 +71,8 @@ EXTRA_DIST = rt generated $(ICEDTEA_PATC
 	patches/icedtea-cacao.patch javaws.png javaws.desktop \
 	overlays extra jconsole.desktop policytool.desktop \
 	test/jtreg patches/icedtea-plugin.patch \
-	patches/icedtea-liveconnect.patch IcedTeaPlugin.cc
+	patches/icedtea-liveconnect.patch IcedTeaPlugin.cc \
+	HACKING
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The
 # name is completely irrelevant; only contains the plugs to build IcedTea.



More information about the distro-pkg-dev mailing list