|
From: Robert E. <sky...@us...> - 2006-06-12 09:57:36
|
Update of /cvsroot/jcommander/plugins/org.apache.commons In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19504 Modified Files: .classpath Log Message: Fixed product export errors Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 29 May 2006 15:47:28 -0000 1.1 --- .classpath 12 Jun 2006 09:57:32 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry kind="src" path="src"/> <classpathentry exported="true" kind="lib" path="commons-cli-1.0.jar"/> <classpathentry exported="true" kind="lib" path="commons-lang-2.1.jar"/> |