|
From: Robert E. <sky...@us...> - 2009-12-14 11:28:33
|
Update of /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9216 Modified Files: .classpath build.properties Log Message: Fixed build issues with Java 6 Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .classpath 4 Jan 2007 09:08:02 -0000 1.5 --- .classpath 14 Dec 2009 11:28:19 -0000 1.6 *************** *** 6,10 **** <classpathentry exported="true" kind="lib" path="jdom-1.0.jar"/> <classpathentry exported="true" kind="lib" path="jsch-0.1.23.jar"/> - <classpathentry exported="true" kind="lib" path="xml-apis-1.0.b2.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> --- 6,9 ---- Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies/build.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.properties 4 Jan 2007 09:08:03 -0000 1.5 --- build.properties 14 Dec 2009 11:28:19 -0000 1.6 *************** *** 4,7 **** jcifs-0.8.3.jar,\ jdom-1.0.jar,\ ! jsch-0.1.23.jar,\ ! xml-apis-1.0.b2.jar --- 4,6 ---- jcifs-0.8.3.jar,\ jdom-1.0.jar,\ ! jsch-0.1.23.jar |