项目作者: eclipseguru

项目描述 :
Fork of Perforce Eclipse plug-ins (https://swarm.workshop.perforce.com/projects/perforce-software-p4eclipse/)
高级语言: Java
项目地址: git://github.com/eclipseguru/p4eclipse.git
创建时间: 2018-06-05T19:45:54Z
项目社区:https://github.com/eclipseguru/p4eclipse

开源协议:Other

下载


Instructions for building P4Eclipse

Build Status

Prerequisites:

  • Java 6 or higher
  • Maven 3.x
  • Eclipse Photon (4.8)

To build:

  1. Run Maven to build an updatesite

    1. cd src/3.7/build/p4eclipse_parent
    2. mvn clean package -P p4update

    The results will be in:

    1. src/3.7/build/p4eclipse_updatesite/target/p4eclipse-updatesite-***-site.zip
  2. Unarchive the new updatesite zip file onto an empty directory (i.e. p4-eclipse-plugin):

    1. $ unzip p4eclipse-updatesite-***-site.zip
  3. Install from the new updatesite directory:

    • Eclipse -> Help -> Install New Software
    • click “Add…”
    • click “Local…”
    • browse to the new unarchive p4eclipse updatesite directory
    • …and follow the normal installation procedure…

Version note: Eclipse Photon (4.8) is required for the 2018.1 build.