git-svn-id: https://svn.coded.pt/svn/SIPRP@1306 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Tiago Simão 16 years ago
parent 3d296e6e8a
commit fd2b7430d2

@ -37,5 +37,19 @@
<classpathentry kind="lib" path="lib/shst.jar"/>
<classpathentry kind="lib" path="lib/cayenne-server-3.0.jar"/>
<classpathentry kind="lib" path="lib/nimrodlf.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/jaxen-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.beans-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.context-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/spring-ws-core-1.5.9.jar"/>
<classpathentry kind="lib" path="lib/spring-ws-core-tiger-1.5.9.jar"/>
<classpathentry kind="lib" path="lib/spring-ws-support-1.5.9.jar"/>
<classpathentry kind="lib" path="lib/spring-xml-1.5.9.jar"/>
<classpathentry kind="lib" path="lib/truelicense.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -173,7 +173,7 @@ public class Main implements com.evolute.utils.ui.window.Connector
new ORMInitializer().initializeORM( url, user, passwd );
Singleton.setInstance( Singleton.TODAY, new Date() );
initializeCayenne( url, user, passwd);
initializeCayenne( url, user, passwd );
}
catch( Exception ex )
{

Loading…
Cancel
Save