Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Double checking if we're building the right stuff (or not)

Hi, I'm writing up some of my notes now but FYI:

http://git.eclipse.org/c/platform/eclipse.platform.releng.maps.git/tree/org.eclipse.releng/tagging/repositories.txt is a good list of the repositories that go into the 3.8 build, along with the build-from branches.

http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/tree/tagging/repositories.txt is the list of repos we use for the "short" build, where we build 4.2 and consume most of the 3.8 build. 

Most, if not all, of the stuff currently in FROMCVS are now in public git repos.

A diff of the plugins in a current 4.2 build and this build (ignoring version numbers for now) gives:
< 4.2
> p2bug352457
0a1,3
> ch.qos.logback.classic
> ch.qos.logback.core
> ch.qos.logback.slf4j
3a7
> javax.activation
6a11
> javax.mail
9d13
< javax.xml
16d19
< org.apache.commons.jxpath
24a28,33
> org.apache.lucene.highlighter
> org.apache.lucene.memory
> org.apache.lucene.misc
> org.apache.lucene.queries
> org.apache.lucene.snowball
> org.apache.lucene.spellchecker
29a39
> org.eclipse.core.boot
46a57
> org.eclipse.core.runtime.compatibility.auth
54d64
< org.eclipse.e4.core.contexts.debug
58d67
< org.eclipse.e4.emf.xpath
69d77
< org.eclipse.e4.ui.workbench.addons.swt
84a93
> org.eclipse.equinox.bidi
134a144
> org.eclipse.help.appserver
139d148
< org.eclipse.jdt.annotation
149d157
< org.eclipse.jdt.doc.isv
190d197
< org.eclipse.platform.doc.isv
220a228
> org.eclipse.ui.workbench.compatibility
222a231,233
> org.eclipse.update.core
> org.eclipse.update.scheduler
> org.eclipse.update.ui
225a237
> org.mortbay.jetty.util
228a241
> org.slf4j.api
229a243
> org.w3c.dom.events


These aren't in a current 4.2 build:
> ch.qos.logback.classic
> ch.qos.logback.core
> ch.qos.logback.slf4j
> javax.activation
> javax.mail
> org.apache.lucene.highlighter
> org.apache.lucene.memory
> org.apache.lucene.misc
> org.apache.lucene.queries
> org.apache.lucene.snowball
> org.apache.lucene.spellchecker
> org.mortbay.jetty.util
> org.slf4j.api
> org.w3c.dom.events

These were removed from the 4.2 build, but show up here.  That may be because of using 3.8 features?
> org.eclipse.core.boot
> org.eclipse.core.runtime.compatibility.auth
> org.eclipse.help.appserver
> org.eclipse.ui.workbench.compatibility
> org.eclipse.update.core
> org.eclipse.update.scheduler
> org.eclipse.update.ui

These are missing from the build but necessary:
< org.eclipse.e4.core.contexts.debug
< org.eclipse.e4.emf.xpath
< org.eclipse.e4.ui.workbench.addons.swt

Later,
PW



--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top