Revision: 3141
Author: mo.jeff
Date: Thu Aug 13 14:45:13 2009
Log: Added the velocity-tools-generic-1.4.jar to the Eclipse project
classpath to get rid of the compiler errors when coding in Eclipse.
http://code.google.com/p/power-architect/source/detail?r=3141
Modified:
/trunk/.classpath
=======================================
--- /trunk/.classpath Mon Jul 20 08:16:16 2009
+++ /trunk/.classpath Thu Aug 13 14:45:13 2009
@@ -38,5 +38,6 @@
<classpathentry kind="lib" path="lib/forms-1.2.1.jar"
sourcepath="libsrc/forms-1.2.1-src.zip"/>
<classpathentry kind="lib" path="lib/velocity-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
+ <classpathentry kind="lib" path="lib/velocity-tools-generic-1.4.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>