Update of /cvsroot/commonjava/other-projects/marmalade
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7841
Modified Files:
.classpath
Log Message:
added test for ScopedMap (it works!) and added OGNL implementation of ExpressionEvaluator (not tested yet).
Index: .classpath
===================================================================
RCS file: /cvsroot/commonjava/other-projects/marmalade/.classpath,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .classpath 26 Mar 2004 05:13:35 -0000 1.1
+++ .classpath 27 Mar 2004 04:24:32 -0000 1.2
@@ -9,5 +9,6 @@
path="MAVEN_REPO/tagalog/jars/tagalog-SNAPSHOT.jar" sourcepath="WORKSPACE/tagalog/src/java"/>
<classpathentry kind="var" path="MAVEN_REPO/ognl/jars/ognl-2.5.1.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-reflection-2.0-1.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
|