Commit dd7cb2b82ef9dadd90e8654654f7676c3f0abf57

Authored by magno.oliveira
1 parent 4ce865cd
Exists in master

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/e-selo@9764 c2178572-b5ca…

…-4887-91d2-9e3a90c7d55b
Desenvolvimento/Codificacao/e-Selo/.classpath
... ... @@ -19,15 +19,11 @@
19 19 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
20 20 </attributes>
21 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">
  22 + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
28 23 <attributes>
29 24 <attribute name="owner.project.facets" value="java"/>
30 25 </attributes>
31 26 </classpathentry>
  27 + <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0 (2)"/>
32 28 <classpathentry kind="output" path="target/classes"/>
33 29 </classpath>
... ...
Desenvolvimento/Codificacao/e-Selo/.settings/org.eclipse.wst.common.project.facet.core.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <faceted-project>
3   - <runtime name="Apache Tomcat v7.0"/>
4 3 <fixed facet="wst.jsdt.web"/>
5 4 <fixed facet="jst.web"/>
6 5 <fixed facet="java"/>
... ...