You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2006/08/28 04:05:56 UTC

svn commit: r437506 - /portals/pluto/branches/pluto-1.0.2/.classpath

Author: cdoremus
Date: Sun Aug 27 19:05:56 2006
New Revision: 437506

URL: http://svn.apache.org/viewvc?rev=437506&view=rev
Log:
Added commons-io-1.1.jar

Modified:
    portals/pluto/branches/pluto-1.0.2/.classpath

Modified: portals/pluto/branches/pluto-1.0.2/.classpath
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.0.2/.classpath?rev=437506&r1=437505&r2=437506&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.0.2/.classpath (original)
+++ portals/pluto/branches/pluto-1.0.2/.classpath Sun Aug 27 19:05:56 2006
@@ -16,5 +16,6 @@
 	<classpathentry kind="var" path="MAVEN_REPO/commons-digester/jars/commons-digester-1.6.jar"/>
 	<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
 	<classpathentry kind="var" path="MAVEN_REPO/commons-fileupload/jars/commons-fileupload-1.1.jar"/>
+	<classpathentry kind="var" path="MAVEN_REPO/commons-io/jars/commons-io-1.1.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>