.classpath #2

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-polarion/
  • main/
  • .classpath
  • View
  • Commits
  • Open Download .zip Download (764 B)
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry exported="true" kind="lib" path="lib/jsch-0.1.44.jar">
		<attributes>
			<attribute name="javadoc_location" value="file:/C:/Polarion/polarion/SDK/doc/javadoc/"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="lib" path="lib/org.eclipse.jgit-2.3.1.201302201838-r.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/p4java-2013.2.788582.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
	<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
# Change User Description Committed
#4 9999 Paul Allen Modified String isEmpty() check to use "length() > 0" to support Java 1.5 for build.
#3 9757 Paul Allen Removed unused jgit jar
#2 9747 Paul Allen Switch JRE to 1.7 and added exported plugin
#1 9723 Paul Allen Initial import of P4 Polarion plugin code