~ubuntu-branches/ubuntu/oneiric/openjdk-7/oneiric-security

« back to all changes in this revision

Viewing changes to patches/boot/use_target_6_for_bootstrap_classes.patch

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-10-17 16:22:48 UTC
  • mfrom: (1.3.11) (8.1.25 quantal)
  • Revision ID: package-import@ubuntu.com-20121017162248-steblyv2lnk2t951
Tags: 7u9-2.3.3-0ubuntu1~11.10.1
Build IcedTea7 2.3.3 for oneiric.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 #
63
63
 # Resources
64
64
 #
 
65
diff --git a/make/sun/security/action/Makefile b/make/sun/security/action/Makefile
 
66
--- openjdk-boot/jdk/make/sun/security/action/Makefile
 
67
+++ openjdk-boot/jdk/make/sun/security/action/Makefile
 
68
@@ -28,6 +28,9 @@
 
69
 PRODUCT = sun
 
70
 include $(BUILDDIR)/common/Defs.gmk
 
71
 
 
72
+LANGUAGE_VERSION = -source 6
 
73
+CLASS_VERSION = -target 6
 
74
+
 
75
 #
 
76
 # Files
 
77
 #