Changeset 5679
- Timestamp:
- 10/10/08 14:57:59 (8 weeks ago)
- Location:
- trunk
- Files:
-
- 7 added
- 8 removed
- 1 modified
-
.classpath (modified) (2 diffs)
-
LIB/commons-beanutils-1.8.0.jar (added)
-
LIB/commons-beanutils.jar (deleted)
-
LIB/commons-digester-1.8.jar (added)
-
LIB/commons-digester.jar (deleted)
-
LIB/commons-httpclient-3.0.1.jar (deleted)
-
LIB/commons-httpclient-3.1.jar (added)
-
LIB/commons-logging-1.0.4.jar (deleted)
-
LIB/commons-logging-1.1.1.jar (added)
-
LIB/commons-validator-1.3.1.jar (added)
-
LIB/commons-validator.jar (deleted)
-
LIB/jcommon-1.0.14.jar (added)
-
LIB/jcommon-1.0.9.jar (deleted)
-
LIB/jfreechart-1.0.11.jar (added)
-
LIB/jfreechart-1.0.5.jar (deleted)
-
LIB/looks-2.0.1.jar (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r5658 r5679 5 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 6 <classpathentry kind="lib" path="LIB/TableLayout-2006-11-27.jar"/> 7 <classpathentry kind="lib" path="LIB/jfreechart-1.0.5.jar"/>8 <classpathentry kind="lib" path="LIB/jcommon-1.0.9.jar"/>9 <classpathentry kind="lib" path="LIB/commons-logging-1.0.4.jar"/>10 7 <classpathentry kind="lib" path="LIB/test/junit-3.8.1.jar"/> 11 8 <classpathentry kind="lib" path="LIB/log4j-1.2.14.jar"/> 12 9 <classpathentry kind="lib" path="LIB/commons-codec-1.3.jar"/> 13 <classpathentry kind="lib" path="LIB/commons-httpclient-3.0.1.jar"/>14 10 <classpathentry kind="lib" path="LIB/JHotDraw-7.0.9.jar"/> 15 <classpathentry kind="lib" path="LIB/commons-validator.jar"/>16 <classpathentry kind="lib" path="LIB/commons-digester.jar"/>17 <classpathentry kind="lib" path="LIB/commons-beanutils.jar"/>18 11 <classpathentry kind="lib" path="LIB/commons-collections-3.2.jar"/> 19 12 <classpathentry kind="lib" path="LIB/ehcache-1.5.0.jar" sourcepath="/Users/jeanmarie/Desktop/ehcache-1.5.0/ehcache-1.5.0-sources.jar"/> … … 23 16 <classpathentry kind="lib" path="LIB/OmeroJava-Beta4.jar"/> 24 17 <classpathentry kind="lib" path="LIB/swingx-0.9.4.jar"/> 18 <classpathentry kind="lib" path="LIB/jfreechart-1.0.11.jar"/> 19 <classpathentry kind="lib" path="LIB/jcommon-1.0.14.jar"/> 20 <classpathentry kind="lib" path="LIB/commons-logging-1.1.1.jar"/> 21 <classpathentry kind="lib" path="LIB/commons-digester-1.8.jar"/> 22 <classpathentry kind="lib" path="LIB/commons-beanutils-1.8.0.jar"/> 23 <classpathentry kind="lib" path="LIB/commons-validator-1.3.1.jar"/> 24 <classpathentry kind="lib" path="LIB/commons-httpclient-3.1.jar"/> 25 25 <classpathentry kind="output" path="bin"/> 26 26 </classpath>
