Reviewers: MarkM,

Description:
Fixes compatibility with App Engine.
<https://github.com/google/caja/issues/1984>

Please review this at https://codereview.appspot.com/289960043/

Affected files (+2, -2 lines):
  M build.xml


Index: build.xml
diff --git a/build.xml b/build.xml
index 1627566294243a0a1e86437d674e38ee7f47acc6..0162a99680088ef67ee63f8269aad096b84003e7 100644
--- a/build.xml
+++ b/build.xml
@@ -1334,7 +1334,7 @@ For help on building and testing Caja, see:
       </fileset>
     </copy>
<depend closure="yes" destdir="${war}/WEB-INF/classes" srcdir="${src}" />
-    <javac destdir="${war}/WEB-INF/classes" debug="true">
+ <javac destdir="${war}/WEB-INF/classes" debug="true" target="1.7" source="1.7">
       <src path="${src}"/>
       <classpath refid="classpath.main"/>
       <classpath refid="classpath.gwt"/>
@@ -1342,7 +1342,7 @@ For help on building and testing Caja, see:
       <compilerarg line="-Xlint:unchecked"/>
     </javac>
     <depend closure="yes" destdir="${lib}" srcdir="${src}" />
-    <javac destdir="${lib}" debug="true">
+    <javac destdir="${lib}" debug="true" target="1.7" source="1.7">
       <src path="${src}"/>
       <classpath refid="classpath.main"/>
       <classpath refid="classpath.gwt"/>


--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to