build definitions fix

git-svn-id: https://svn.coded.pt/svn/SIPRP@1986 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Ricardo Santos 11 years ago
parent a8d583a9fa
commit 7e3122860d

@ -1,11 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
@ -46,7 +40,6 @@
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/jempbox-1.8.3.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/jstl-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/jta-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/log4j-over-slf4j-1.7.5.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/mail.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/management-api.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/oro-2.0.8.jar"/>
@ -142,10 +135,12 @@
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/htmlcompressor-1.5.3.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/persistence-api-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="WebContent/WEB-INF/lib/spring-bridge-2.2.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-simple-1.7.7.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>

@ -1,11 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="SiprpWebFichasClinicas">
<wb-resource deploy-path="/WEB-INF/lib" source-path="/lib"/>
<wb-resource deploy-path="/" source-path="/WebContent/static/html"/>
<wb-resource deploy-path="/" source-path="/WebContent"/>
<dependent-module archiveName="siprp_fichasclinicas.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/lib/SiprpWebFichasClinicas/dist/siprp_fichasclinicas.jar">
<dependency-type>uses</dependency-type>
</dependent-module>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/build"/>
<property name="context-root" value="SiprpWebFichasClinicas"/>
<property name="java-output-path" value="/SiprpWebFichasClinicas/build/classes"/>
</wb-module>

Loading…
Cancel
Save