From: <had...@us...> - 2009-03-13 20:15:19
|
Revision: 4545 http://fudaa.svn.sourceforge.net/fudaa/?rev=4545&view=rev Author: hadouxad Date: 2009-03-13 20:15:10 +0000 (Fri, 13 Mar 2009) Log Message: ----------- IO fichier DPTG optimisation des algos de IO des autres fichiers. optimisation par structure ad?\195?\169quate Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/Fudaa-crue/.classpath Modified: branches/Prepro-0.92-SNAPSHOT/Fudaa-crue/.classpath =================================================================== --- branches/Prepro-0.92-SNAPSHOT/Fudaa-crue/.classpath 2009-03-13 20:14:36 UTC (rev 4544) +++ branches/Prepro-0.92-SNAPSHOT/Fudaa-crue/.classpath 2009-03-13 20:15:10 UTC (rev 4545) @@ -6,6 +6,8 @@ <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/> <classpathentry kind="lib" path="lib/commons-logging-1.1.src.jar"/> <classpathentry kind="lib" path="lib/db4o.jar"/> + <classpathentry kind="lib" path="lib/fgis.jar"/> + <classpathentry kind="lib" path="lib/fgis.src.jar"/> <classpathentry kind="lib" path="lib/iText-2.1.4.jar"/> <classpathentry kind="lib" path="lib/iText-src-2.1.4.zip"/> <classpathentry kind="lib" path="lib/jfreechart.jar"/> @@ -21,19 +23,19 @@ <classpathentry kind="lib" path="lib/org-netbeans-api-visual.jar"/> <classpathentry kind="lib" path="lib/PDFRenderer_src.zip"/> <classpathentry kind="lib" path="lib/PDFRenderer.jar"/> + <classpathentry kind="lib" path="lib/swingx-0.9.3-src.zip"/> <classpathentry kind="lib" path="lib/swingx-0.9.3.jar"/> - <classpathentry kind="lib" path="lib/swingx-0.9.3-src.zip"/> <classpathentry kind="lib" path="lib/trove.jar"/> <classpathentry kind="lib" path="lib/trove.src.zip"/> <classpathentry kind="lib" path="lib/vgj.jar"/> <classpathentry kind="lib" path="lib/vgj.src.jar"/> <classpathentry kind="lib" path="lib/vrml97.jar"/> <classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/> - <classpathentry kind="lib" path="lib/xstream-1.3.jar"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_16"/> - <classpathentry kind="lib" path="lib/ctulu.jar"/> - <classpathentry kind="lib" path="lib/dodico.jar"/> - <classpathentry kind="lib" path="lib/ebli.jar"/> - <classpathentry kind="lib" path="lib/fudaa.jar"/> + <classpathentry kind="lib" path="lib/xstream-1.3.jar" sourcepath="C:/Program Files/Java/librairies java/xstream-distribution-1.3.1-src.zip"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/dodico"/> + <classpathentry combineaccessrules="false" kind="src" path="/ctulu"/> + <classpathentry combineaccessrules="false" kind="src" path="/ebli"/> + <classpathentry combineaccessrules="false" kind="src" path="/fudaa"/> <classpathentry kind="output" path="target/classes"/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |