Commit 279ff322c795802f64cb5f8fa83e11f1d8b95263
1 parent
bed6e1fc
需要添加setting文件夹
Showing
11 changed files
with
62 additions
and
2 deletions
.gitignore
.settings/.jsdtscope
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<classpath> | |
3 | + <classpathentry kind="src" path="WebRoot"/> | |
4 | + <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> | |
5 | + <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> | |
6 | + <attributes> | |
7 | + <attribute name="hide" value="true"/> | |
8 | + </attributes> | |
9 | + </classpathentry> | |
10 | + <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary/StandardBrowser/html5"/> | |
11 | + <classpathentry kind="output" path=""/> | |
12 | +</classpath> | ... | ... |
.settings/com.genuitec.eclipse.core.prefs
0 → 100644
1 | +eclipse.preferences.version=1 | |
2 | +validator.Checked=WebRoot/static/login/js/jquery-1.5.1.min.js,WebRoot/static/hplus/js,WebRoot/static/json/shandong.json,WebRoot/static/weixin/jquery.min.js,WebRoot/static/js/jquery.sparkline.min.js,WebRoot/static/html_UI,WebRoot/static/js/prettify.js,WebRoot/plugins,WebRoot/static/UI_new,WebRoot/static/js/jquery-ui-1.10.2.custom.min.js,WebRoot/static/js/jquery-1.5.1.min.js,WebRoot/WEB-INF/jsp/system/head/editPhoto.jsp | |
3 | +validator.Unchecked= | ... | ... |
.settings/com.genuitec.eclipse.j2eedt.core.prefs
0 → 100644
1 | +defaultTldInfo=f\=http\://java.sun.com/jsf/core;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsp/jstl/fmt\=fmt;bean\=http\://struts.apache.org/tags-bean;nested\=http\://struts.apache.org/tags-nested;http\://java.sun.com/jsp/jstl/sql\=sql;c\=http\://java.sun.com/jsp/jstl/core;fmt\=http\://java.sun.com/jsp/jstl/fmt;http\://struts.apache.org/tags-logic\=logic;http\://java.sun.com/jsp/jstl/xml\=x;http\://java.sun.com/jsp/jstl/core\=c;logic\=http\://struts.apache.org/tags-logic;h\=http\://java.sun.com/jsf/html;http\://struts.apache.org/tags-tiles\=tiles;http\://java.sun.com/jsp/jstl/functions\=fn;tiles\=http\://struts.apache.org/tags-tiles;sql\=http\://java.sun.com/jsp/jstl/sql;http\://struts.apache.org/tags-html\=html;html\=http\://struts.apache.org/tags-html;http\://struts.apache.org/tags-nested\=nested;http\://java.sun.com/jsf/core\=f;fn\=http\://java.sun.com/jsp/jstl/functions;x\=http\://java.sun.com/jsp/jstl/xml | |
2 | +eclipse.preferences.version=1 | ... | ... |
.settings/com.genuitec.eclipse.migration.prefs
0 → 100644
.settings/org.eclipse.core.resources.prefs
0 → 100644
1 | +eclipse.preferences.version=1 | |
2 | +encoding//WebRoot/WEB-INF/jsp/system/appuser/appuser_list.jsp=UTF-8 | |
3 | +encoding//WebRoot/WEB-INF/jsp/system/fhsms/fhsms_list.jsp=UTF-8 | |
4 | +encoding//WebRoot/WEB-INF/jsp/system/index/head.jsp=UTF-8 | |
5 | +encoding//WebRoot/WEB-INF/jsp/system/index/left.jsp=UTF-8 | |
6 | +encoding//WebRoot/WEB-INF/jsp/system/index/top.jsp=UTF-8 | |
7 | +encoding//WebRoot/WEB-INF/jsp/system/tools/twoDimensionCode.jsp=UTF-8 | |
8 | +encoding//resources/dbconfig.properties=UTF-8 | |
9 | +encoding//resources/dbfh.properties=UTF-8 | |
10 | +encoding//resources/redis.properties=UTF-8 | |
11 | +encoding/<project>=UTF-8 | ... | ... |
.settings/org.eclipse.jdt.core.prefs
0 → 100644
1 | +eclipse.preferences.version=1 | |
2 | +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | |
3 | +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | |
4 | +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | |
5 | +org.eclipse.jdt.core.compiler.compliance=1.6 | |
6 | +org.eclipse.jdt.core.compiler.debug.lineNumber=generate | |
7 | +org.eclipse.jdt.core.compiler.debug.localVariable=generate | |
8 | +org.eclipse.jdt.core.compiler.debug.sourceFile=generate | |
9 | +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | |
10 | +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | |
11 | +org.eclipse.jdt.core.compiler.source=1.6 | ... | ... |
.settings/org.eclipse.wst.common.component
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | |
2 | + <wb-module deploy-name="SunvoteEducation"> | |
3 | + <wb-resource deploy-path="/" source-path="/WebRoot" tag="defaultRootSource"/> | |
4 | + <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | |
5 | + <wb-resource deploy-path="/WEB-INF/classes" source-path="/resources"/> | |
6 | + <property name="java-output-path" value="/SunvoteEducation/WebRoot/WEB-INF/classes"/> | |
7 | + <property name="context-root" value="/SunvoteEducation"/> | |
8 | + </wb-module> | |
9 | +</project-modules> | ... | ... |
.settings/org.eclipse.wst.common.project.facet.core.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<faceted-project> | |
3 | + <fixed facet="wst.jsdt.web"/> | |
4 | + <fixed facet="jst.web"/> | |
5 | + <fixed facet="java"/> | |
6 | + <installed facet="jst.web" version="3.0"/> | |
7 | + <installed facet="jst.web.jstl" version="1.2.1"/> | |
8 | + <installed facet="wst.jsdt.web" version="1.0"/> | |
9 | + <installed facet="java" version="1.6"/> | |
10 | +</faceted-project> | ... | ... |
.settings/org.eclipse.wst.jsdt.ui.superType.container
0 → 100644
.settings/org.eclipse.wst.jsdt.ui.superType.name
0 → 100644