Commit 8297a33aafa422884bba06da4c8f4d02f65d26d8
1 parent
a0096de0
Exists in
master
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/e-selo@9542 c2178572-b5ca…
…-4887-91d2-9e3a90c7d55b
Showing
10 changed files
with
91 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,33 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<classpath> | |
3 | + <classpathentry kind="src" output="target/classes" path="src/main/java"> | |
4 | + <attributes> | |
5 | + <attribute name="optional" value="true"/> | |
6 | + <attribute name="maven.pomderived" value="true"/> | |
7 | + </attributes> | |
8 | + </classpathentry> | |
9 | + <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> | |
10 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | |
11 | + <attributes> | |
12 | + <attribute name="optional" value="true"/> | |
13 | + <attribute name="maven.pomderived" value="true"/> | |
14 | + </attributes> | |
15 | + </classpathentry> | |
16 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
17 | + <attributes> | |
18 | + <attribute name="maven.pomderived" value="true"/> | |
19 | + <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> | |
20 | + </attributes> | |
21 | + </classpathentry> | |
22 | + <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"> | |
23 | + <attributes> | |
24 | + <attribute name="owner.project.facets" value="jst.web"/> | |
25 | + </attributes> | |
26 | + </classpathentry> | |
27 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_37"> | |
28 | + <attributes> | |
29 | + <attribute name="owner.project.facets" value="java"/> | |
30 | + </attributes> | |
31 | + </classpathentry> | |
32 | + <classpathentry kind="output" path="target/classes"/> | |
33 | +</classpath> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<classpath> | |
3 | + <classpathentry excluding="prototipo/*" kind="src" path="WebContent"/> | |
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"/> | |
11 | + <classpathentry kind="output" path=""/> | |
12 | +</classpath> | ... | ... |
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.core.resources.prefs
0 → 100644
... | ... | @@ -0,0 +1,8 @@ |
1 | +eclipse.preferences.version=1 | |
2 | +encoding//src/main/java=UTF-8 | |
3 | +encoding//src/main/java/br/com/eselo/controller/RecomendacaoController.java=ISO-8859-1 | |
4 | +encoding//src/main/java/br/com/eselo/controller/UrlController.java=UTF-8 | |
5 | +encoding//src/main/java/br/com/eselo/controller/UsuariosController.java=UTF-8 | |
6 | +encoding//src/main/resources=UTF-8 | |
7 | +encoding//src/test/java=UTF-8 | |
8 | +encoding/<project>=UTF-8 | ... | ... |
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.jdt.core.prefs
0 → 100644
... | ... | @@ -0,0 +1,8 @@ |
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.compliance=1.6 | |
5 | +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | |
6 | +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | |
7 | +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | |
8 | +org.eclipse.jdt.core.compiler.source=1.6 | ... | ... |
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.m2e.core.prefs
0 → 100644
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.wst.common.component
0 → 100644
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | |
2 | + <wb-module deploy-name="e-Selo"> | |
3 | + <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> | |
4 | + <wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/> | |
5 | + <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> | |
6 | + <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> | |
7 | + <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/> | |
8 | + <property name="java-output-path" value="/e-Selo/build/classes"/> | |
9 | + <property name="context-root" value="e-Selo"/> | |
10 | + </wb-module> | |
11 | +</project-modules> | ... | ... |
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.wst.common.project.facet.core.xml
0 → 100644
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<faceted-project> | |
3 | + <runtime name="Apache Tomcat v7.0"/> | |
4 | + <fixed facet="wst.jsdt.web"/> | |
5 | + <fixed facet="jst.web"/> | |
6 | + <fixed facet="java"/> | |
7 | + <installed facet="jst.web" version="3.0"/> | |
8 | + <installed facet="wst.jsdt.web" version="1.0"/> | |
9 | + <installed facet="jst.jaxrs" version="1.0"/> | |
10 | + <installed facet="java" version="1.6"/> | |
11 | +</faceted-project> | ... | ... |
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.wst.jsdt.ui.superType.container
0 → 100644
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.wst.jsdt.ui.superType.name
0 → 100644
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.wst.validation.prefs
0 → 100644