MANIFEST.MF #4

  • //
  • guest/
  • perforce_software/
  • p4polarion/
  • main/
  • META-INF/
  • MANIFEST.MF
  • View
  • Commits
  • Open Download .zip Download (491 B)
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Perforce support for Polarion
Bundle-SymbolicName: com.perforce.polarion.repository.provider;singleton:=true
Bundle-Version: 3.7.2
Bundle-Vendor: PERFORCE SOFTWARE
Require-Bundle: com.polarion.platform.repository,
 com.polarion.core.util,
 com.polarion.subterra.base,
 com.polarion.platform.persistence,
 com.polarion.portal.tomcat
Bundle-ClassPath: lib/jsch-0.1.44.jar,
 lib/p4java-2013.2.788582.jar,
 platform-repository-p4.jar
# Change User Description Committed
#10 21145 Paul Allen Removed unused dependencies and rebuilt plugin.
#9 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
#8 16847 Paul Allen Added framework for a Perforce Job scanner, using the Polarion cron system.

Implemented last scan tracking using the Perforce server time.
#7 16772 Paul Allen Basic Job Field replication and framework for Fixes.
#6 16771 Paul Allen Added Perforce JOB Create/Update/Delete support.
Updated p4java to 15.1
#5 16760 Paul Allen Prep: Added JARs for WorkItem and IWorkItem + toString for connection.
#4 16724 Paul Allen Added basic Administration page (template only)
#3 16723 Paul Allen Add Persistence Listener (just hooks and logging).
#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/META-INF/MANIFEST.MF
#1 9723 Paul Allen Initial import of P4 Polarion plugin code