.classpath #5

  • //
  • guest/
  • perforce_software/
  • p4polarion/
  • main/
  • .classpath
  • View
  • Commits
  • Open Download .zip Download (472 B)
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry exported="true" kind="lib" path="lib/jsch-0.1.44.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/p4java-2015.1.1210280.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
# Change User Description Committed
#9 21145 Paul Allen Removed unused dependencies and rebuilt plugin.
#8 17833 Paul Allen Status and Linked Revisions now bi-directional.
#7 17338 Paul Allen Job scanner - looks for changes to Perforce Jobs and updates the linked WorkItems.
#6 16861 Paul Allen Added job query code for scanner.
 Use Perforce counter to track last scan.

JobSpec MUST include fields 'ModifiedBy' and 'ModifiedDate'.

- updated p4java 15.2
#5 16772 Paul Allen Basic Job Field replication and framework for Fixes.
#4 16771 Paul Allen Added Perforce JOB Create/Update/Delete support.
Updated p4java to 15.1
#3 16717 Paul Allen Clean up code to protect against 'null' from paths for ADD and EDIT cases.
#2 15897 Matt Attaway Pull changes after the rename in from Paul's dev branch so code will go back smoothly
#1 15896 Matt Attaway Bring P4Polarion over from @paul_allen's dev branch.
//guest/paul_allen/dev/p4-polarion/main/.classpath
#2 9747 Paul Allen Switch JRE to 1.7 and added exported plugin
#1 9723 Paul Allen Initial import of P4 Polarion plugin code