Commit 98c8c5c1 authored by Liang Ding's avatar Liang Ding

c

parent 2cdae896
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.jpg binary
*.png binary
*.gif binary
*.cs text=auto diff=csharp
*.vb text=auto
*.c text=auto
*.cpp text=auto
*.cxx text=auto
*.h text=auto
*.hxx text=auto
*.py text=auto
*.rb text=auto
*.java text=auto
*.html text=auto
*.htm text=auto
*.css text=auto
*.scss text=auto
*.sass text=auto
*.less text=auto
*.js text=auto
*.lisp text=auto
*.clj text=auto
*.sql text=auto
*.php text=auto
*.lua text=auto
*.m text=auto
*.asm text=auto
*.erl text=auto
*.fs text=auto
*.fsx text=auto
*.hs text=auto
*.csproj text=auto merge=union
*.vbproj text=auto merge=union
*.fsproj text=auto merge=union
*.dbproj text=auto merge=union
*.sln text=auto eol=crlf merge=union
### Your repo appears to have been created with autocrlf=false or has mixed line endings
core.eol = crlf
\ No newline at end of file
......@@ -34,8 +34,8 @@ contextPath=
staticPath=
#### Runtime Environment ####
runtimeEnv=LOCAL
#runtimeEnv=GAE
#runtimeEnv=LOCAL
runtimeEnv=GAE
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be LOCAL always
......
......@@ -20,7 +20,7 @@
Description: Web deployment descriptor on GAE. See
http://code.google.com/intl/en/appengine/docs/java/config/appconfig.html
for more details.
Version: 1.0.3.5, May 18, 2012
Version: 1.0.3.6, Jun 3, 2012
Author: Liang Ding
-->
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
......@@ -41,7 +41,6 @@
<include path="/favicon.ico" />
<include path="/favicon.png" />
<include path="/robots.txt" />
<include path="/error/*.html" />
<include path="/js/**.js" />
<include path="/js/**/*.js" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment