/hg/icedtea-web: Removed javac.in (obsoleted when bootstrap was ...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Thu Apr 23 17:00:17 UTC 2015


changeset 47a18e12709a in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=47a18e12709a
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Apr 23 19:00:02 2015 +0200

	Removed javac.in (obsoleted when bootstrap was removed)


diffstat:

 ChangeLog    |  7 ++++++-
 configure.ac |  1 -
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r b3c2e66b813a -r 47a18e12709a ChangeLog
--- a/ChangeLog	Thu Apr 23 12:04:56 2015 +0200
+++ b/ChangeLog	Thu Apr 23 19:00:02 2015 +0200
@@ -1,4 +1,9 @@
-2015-04-20  Jiri Vanek  <jvanek at redhat.com>
+2015-04-23  Jiri Vanek  <jvanek at redhat.com>
+
+	* javac.in: removed. Its usage gone out with removal of bootstrap.
+	* configure.ac: removed depndence on it
+
+2015-04-23  Jiri Vanek  <jvanek at redhat.com>
 
 	Fixed loading of deployment.properties during 1.4 migration to 1.5 fs.
 	* netx/net/sourceforge/jnlp/config/Defaults.java: hardcoded value of ALL fixed
diff -r b3c2e66b813a -r 47a18e12709a configure.ac
--- a/configure.ac	Thu Apr 23 12:04:56 2015 +0200
+++ b/configure.ac	Thu Apr 23 19:00:02 2015 +0200
@@ -51,7 +51,6 @@
 IT_FIND_KEYTOOL
 IT_FIND_JARSIGNER
 IT_FIND_PACK200
-AC_CONFIG_FILES([javac], [chmod +x javac])
 
 IT_SET_VERSION
 IT_CHECK_XULRUNNER_VERSION


More information about the distro-pkg-dev mailing list