Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
7633d9e2
Commit
7633d9e2
authored
Apr 01, 2017
by
Evan W. Patton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update appengine build to use JDK 1.7
Change-Id: I27191377afac5a2d01db9092934e2c4b25e639ce
parent
409fc9cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
appinventor/appengine/build.xml
appinventor/appengine/build.xml
+8
-5
No files found.
appinventor/appengine/build.xml
View file @
7633d9e2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
Copyright 2011-2012 Google Inc. All Rights Reserved.
Copyright 2011-2012 Google Inc. All Rights Reserved.
Author: kerr@google.com (Debby Wallach)
Author: kerr@google.com (Debby Wallach)
Author: lizlooney@google.com (Liz Looney)
Author: lizlooney@google.com (Liz Looney)
Copyright © 2012-201
6
Massachusetts Institute of Technology. All Rights Reserved.
Copyright © 2012-201
7
Massachusetts Institute of Technology. All Rights Reserved.
Author: jis@mit.edu (Jeffrey I. Schiller)
Author: jis@mit.edu (Jeffrey I. Schiller)
Author: hal@mit.edu (Hal Abelson)
Author: hal@mit.edu (Hal Abelson)
Author: ram8647@gmail.com (Ralph Morelli)
Author: ram8647@gmail.com (Ralph Morelli)
...
@@ -198,7 +198,8 @@
...
@@ -198,7 +198,8 @@
<copy
todir=
"${AiServerLib-class.dir}/${appinventor.pkg}/server"
>
<copy
todir=
"${AiServerLib-class.dir}/${appinventor.pkg}/server"
>
<fileset
dir=
"src/${appinventor.pkg}/server/"
includes=
"*.properties"
/>
<fileset
dir=
"src/${appinventor.pkg}/server/"
includes=
"*.properties"
/>
</copy>
</copy>
<ai.javac
destdir=
"${AiServerLib-class.dir}"
>
<ai.javac
destdir=
"${AiServerLib-class.dir}"
source=
"1.7"
target=
"1.7"
>
<include
name=
"${appinventor.pkg}/server/**/*.java"
/>
<include
name=
"${appinventor.pkg}/server/**/*.java"
/>
<classpath>
<classpath>
<!-- jars that we put in <build>/war/WEB-INF/lib -->
<!-- jars that we put in <build>/war/WEB-INF/lib -->
...
@@ -319,7 +320,8 @@
...
@@ -319,7 +320,8 @@
<property
name=
"AiSharedLib-class.dir"
location=
"${class.dir}/AiSharedLib"
/>
<property
name=
"AiSharedLib-class.dir"
location=
"${class.dir}/AiSharedLib"
/>
<mkdir
dir=
"${AiSharedLib-class.dir}"
/>
<mkdir
dir=
"${AiSharedLib-class.dir}"
/>
<ai.javac
destdir=
"${AiSharedLib-class.dir}"
>
<ai.javac
destdir=
"${AiSharedLib-class.dir}"
source=
"1.7"
target=
"1.7"
>
<include
name=
"${appinventor.pkg}/shared/**/*.java"
/>
<include
name=
"${appinventor.pkg}/shared/**/*.java"
/>
<classpath>
<classpath>
<!-- jars that we put in <build>/war/WEB-INF/lib -->
<!-- jars that we put in <build>/war/WEB-INF/lib -->
...
@@ -372,7 +374,8 @@
...
@@ -372,7 +374,8 @@
<property
name=
"AiRebindLib-class.dir"
location=
"${class.dir}/AiRebindLib"
/>
<property
name=
"AiRebindLib-class.dir"
location=
"${class.dir}/AiRebindLib"
/>
<mkdir
dir=
"${AiRebindLib-class.dir}"
/>
<mkdir
dir=
"${AiRebindLib-class.dir}"
/>
<ai.javac
destdir=
"${AiRebindLib-class.dir}"
>
<ai.javac
destdir=
"${AiRebindLib-class.dir}"
source=
"1.7"
target=
"1.7"
>
<include
name=
"${appinventor.pkg}/rebind/**/*.java"
/>
<include
name=
"${appinventor.pkg}/rebind/**/*.java"
/>
<classpath>
<classpath>
<!-- gwt libs -->
<!-- gwt libs -->
...
@@ -400,7 +403,7 @@
...
@@ -400,7 +403,7 @@
<ai.javac
encoding=
"utf-8"
<ai.javac
encoding=
"utf-8"
destdir=
"${build.war.dir}/WEB-INF/classes"
destdir=
"${build.war.dir}/WEB-INF/classes"
srcdir=
"${src.dir};${build.dir}/components/ComponentTranslation/src"
srcdir=
"${src.dir};${build.dir}/components/ComponentTranslation/src"
source=
"1.
5"
target=
"1.5
"
nowarn=
"true"
source=
"1.
7"
target=
"1.7
"
nowarn=
"true"
debug=
"true"
debuglevel=
"lines,vars,source"
>
debug=
"true"
debuglevel=
"lines,vars,source"
>
<include
name=
"${appinventor.pkg}/client/**/*.java"
/>
<include
name=
"${appinventor.pkg}/client/**/*.java"
/>
<include
name=
"${appinventor.pkg}/shared/**/*.java"
/>
<include
name=
"${appinventor.pkg}/shared/**/*.java"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment