ddekany / jbosstools-freemarker

JBoss Tools :: Freemarker { freemarker }
17 stars 4 forks source link

Use gh-pages as P2 repository, take II #10

Closed glhez closed 3 years ago

glhez commented 3 years ago

Hello, I've reworked my initial PR https://github.com/ddekany/jbosstools-freemarker/pull/8

The checkout task does shallow clone and fetch only the last commit by default. Now that I instructed it to fetch all, this now works using Java 8 without any higher version of Eclipse.

As a result, I've put the repo to https://glhez.github.io/jbosstools-freemarker/java8 instead of the root. Another alternative would be to use another repository avoiding the need to download the jar each time.

The target platform is however using latest because I don't know the actual target platform.

glhez commented 3 years ago

The tpd is for building the target platform in case you do that in Eclipse. I've used the P2 repositories mentioned by Tycho.

ddekany commented 3 years ago

Anyway... Thanks for the work on this! Seems to work on Eclipse 2019-06, so I merge, and will adjust dependency versions.