1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00
Commit graph

8 commits

Author SHA1 Message Date
William Riley
dc437804a2 Bug 542644 - Add fragment for Java 11 JAXB dependencies
Allows org.eclipse.tools.templates.freemarker to work on both Java 8 &
Java 11.

Need to use Tycho 1.3.0 to allow this to build

Change-Id: I12287dec5acada2afa7130a15129598d41120cf6
2018-12-11 11:33:11 +00:00
Marc-Andre Laperle
5baff6e9b6 Bug 536316 - ClassNotFoundException: javax.xml.bind.JAXBException
This class is gone in Java 11. Instead use the one from Orbit. Also, this used
com.sun.xml.internal.bind.v2.ContextFactory which is also gone so we have to
directly use com.sun.xml.bind.v2.ContextFactory also from Orbit.

Change-Id: I808ebe5a6ade19e86d4c31f2f2789063dc3bf3b4
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-11-01 22:10:26 -04:00
Jonah Graham
c7881b5a98 Bug 535239: [releng] Update versions
- dependency of orbit version updated to Photon M7 (and remove direct
  build against orbit-recipes Jenkins)
- build against Photon platform (instead of simrel) to reduce any circular
  dependency issues
- fix tycho-pomless version
- update tools.templates to be 1.1.0
- Set zip file name to be standard naming scheme CDT uses

Change-Id: If075e623317c9ac87df2cf67024cf6c35298c3f4
2018-05-28 23:08:41 +01:00
Doug Schaefer
4fd563a35d Oops, lost the UI plugin.
Change-Id: Ibc8e799485abad4736328a4f47696bfe02cac098
2017-11-21 12:17:14 -05:00
Doug Schaefer
6ada5acafe Releng clean up, especially names, and pomless.
Also added source bundles to the repo.

Change-Id: I18a86922452c1459969c1ab3b2239e588e48d4d7
2017-11-21 12:07:38 -05:00
Doug Schaefer
0392cb79b3 Deprecate model from IGenerator API.
Not all generators need a map to store information used at generate
time. In fact, this probably should be discouraged. We only had it
because Freemarker uses one. But I just wrote a generator that doesn't
use Freemaker and the model map got in the way.

Also adds a post process API so we can do other things in the Wizard
after the generation is done. Especially useful for UI things like
adding generated stuff to Working Sets.

Change-Id: Icd553fd8f6087bd342fca4aec88fb2a5c2d5fa4a
2016-07-07 13:31:51 -04:00
Doug Schaefer
476b60a0ca Add core plugin to repo.
Change-Id: I69f4cfbfa62e56215471945721d3013a73a831f3
2016-04-28 11:18:08 -04:00
Doug Schaefer
211a88d3d7 Added Maven build files. 2016-02-20 12:15:17 -05:00