Re: [jbosstools-dev] Red Deer Installation on Juno
by Martin Malina
I created a new job for juno:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
Currently it is only set up to use that commit just before the Kepler M6 fix in RedDeer, so it uses this commit:
https://github.com/jboss-reddeer/reddeer/commit/31f61195b27ea26504c5185c6...
It published the results here:
http://download.jboss.org/jbosstools/builds/staging/RedDeer_juno/all/repo/
And I promoted it to this stable location:
http://download.jboss.org/jbosstools/updates/stable/juno/core/reddeer/0.2.0/
- this is the repo that should be added to our root pom in the juno branch of integration tests (jbosstools-4.0.x)
Andrej, can you check that this works for you? If it does, we can change the root pom to contain this.
What is not ideal is that we haven't upversion RedDeer, so we cannot really change this Juno version to anything. So right now the only differentiation is the different update site. On the other hand, we rarely limit bundle dependencies not to be higher than something - so most of the time the only way to ensure older version of something is just to use an older update site and the plugin versions don't really matter, so I guess this is not a real problem.
Also, right Andrej agreed that he is fine with just a single build that will be final for Juno. But we could also create a juno branch of RedDeer that could be altered if necessary - this will not do any harm I think. What do you think? Should we do it? Andrej? Jirka?
Thanks,
Martin
On 26. 4. 2013, at 9:43, Jiri Peterka <jpeterka(a)redhat.com> wrote:
> After some clarification with Andrej it seems he just needs one single build on some praticular commit (before hamcrest update). So this shouldn't be a problem I think. Martin, can you build some internal update site for this purpose?
>
> Thanks,
>
> Jirka
>
>
> On 04/26/2013 09:24 AM, Jiri Peterka wrote:
>> Multiple RedDeer versions for Juno and Kepler is an easy but costly solution for the future and exactly something I'd like to avoid. Can't this be fixed simply by more specific hamcrest settings in bot.ext manifest?
>>
>> And I'd like to hear more voices here. Martin, you as a RedDeer productizator, what do you think?
>>
>> Jirka
>>
>> On 04/26/2013 09:02 AM, Andrej Podhradsky wrote:
>>> Hi Jirko,
>>>
>>> the problem now is with ui.bot.ext which causes some troubles with hamcrest 1.3 :(
>>> I suggest to create some juno-compatible release of Red Deer (based on hamcrest 1.1) so that tests in jbosstools can be executed without any other modification.
>>> This release will be temporary till we remove dependencies on ui.bot.ext. What do you think?
>>>
>>> Andrej.
>>>
>>> ----- Original Message -----
>>> From: "Jiri Peterka" <jpeterka(a)redhat.com>
>>> To: "Andrej Podhradsky" <apodhrad(a)redhat.com>
>>> Cc: "jboss-jbds-qe" <jboss-jbds-qe(a)redhat.com>
>>> Sent: Friday, April 26, 2013 7:25:52 AM
>>> Subject: Re: Red Deer Installation on Juno
>>>
>>> Thanks Andrej,
>>> I created an issue for that and assigned it to Martin, see
>>>
>>> https://github.com/jboss-reddeer/reddeer/issues/146
>>>
>>> Someone see any problem with this? Sounds good to me.
>>>
>>> -- Jirka
>>>
>>> On 04/25/2013 12:07 PM, Andrej Podhradsky wrote:
>>>> Hi folks,
>>>>
>>>> as you know, Red Deer now cannot be installed into Juno due to its dependencies on new junit and hamcrest.
>>>> I found out a workaround, just add the orbit update site [1] to the list of available update sites.
>>>> This repo includes org.junit.4.11 and org.hamcrest.1.3
>>>>
>>>> [1] http://download.eclipse.org/tools/orbit/downloads/drops/I20130423013529/r...
>>>>
>>>> Best Regards
>>>>
>>
>
>
> --
> Jiri Peterka
> JBoss Developer Studio QE
> Red Hat Czech s.r.o., Purkynova 99, 612 45 Brno, Czech Republic
> IRC: jpeterka #jboss-qa, #devstudio-qa
> email: jpeterka(a)redhat.com
>
--
Martin Malina
JBoss QA Engineer
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno, Czech Republic
Tel.: +420 532 294 265
11 years, 6 months
Updating n&n, be aware
by Rob Stryker
Hey everyone:
I know I mentioned this once before, but I'd like to list some best
practices when updating n&n.
Currently, each n&n page links to its previous and forward its next, so
AS points to openshift, openshift points back to AS, and forward to
whoever is next.
When adding your n&n, make sure you:
1) create your new n&n file (obviously)
2) update index.html, preferably add yourself to the END of the list,
but if you have a spot you usually are (between x-component and
y-component) then stick to that
3) update your BEFORE in your new n&n file to whoever is *before* you in
the list in index.html. If your n&n is the top element on index.html,
then link back to index.
4) Update your NEXT in your n&n file to whoever is *after* you in the
list in index.html, or, if the last item, link back to index.
If you want to put yourself at the bottom of the list, then make sure
whoever was the bottom before you now points to you instead of index.
Similar goes for top of the list.
I noted today that:
1) livereload had no link to before / after at all
2) openshift had a 'before' of AS-tools, which was not in the list. If
AS Tools didn't publish an n&n this time, openshift's "before" link
would be linking to a non-existant file
3) openshift's next pointed to someone who was not after them in
index.html (ie not browsersim)
4) The component after openshift (browsersim) did not point back to
openshift
5) browsersim was in the list twice
11 years, 7 months
Possible Issue with Portal / Seam
by Rob Stryker
While struggling to run wtp's test suite (which still has no tycho and
must be run inside eclipse), I was running on JBT Alpha1 final. No
reason, it just happened to be the env I was using.
Anyway, About 60% of the wtp unit tests were failing, with a swallowed
error of some sort. After 2-3 hours of work, I tracked it down to an
error in the static initializer of PortletPostInstallListener, which
caused a ExceptionInInitializerError.
This was not caught by wtp, as it's an error and not an exception. That
needs to be fixed as well, and I might file an upstream bug for it. But
my question here is, why is there an error occurring here?
The line that is failing in PortletPostInstallListener is:
private static final IProjectFacet seamFacet =
ProjectFacetsManager.getProjectFacet(JST_SEAM_FACET);
This call fails with an IllegalArgumentException:
FacetedProjectFrameworkImpl throws an IllegalArgumentException if that
particular facet hasn't been declared.
Questions that arise for me:
1) Where is the jst.seam facet declared? Why is it not in my install?
(Install details below)
2) Does portlet 100% require seam? If it's at all possible to have
portlet installed without seam, then this statically-initialized field
needs to be protected to avoid the class being unresolved.
It might be a good idea to go through PortletPostInstallListener,
protect the static initializer, give it a value of null if an exception
is caught, and, on the 4 lines that reference this private field, check
if the facet is null. If the facet is null, it would imply the user is
in an environment that doesn't have a seam facet.
But as currently coded, the attempt to instantiate
PortletPostInstallListener will fail in any environment where the facet
isn't found.
- Rob Stryker
Summary of installation:
Id: org.hibernate.eclipse, Version: 3.7.0.Alpha1-v20130305-1922-B27,
Location:
reference:file:plugins/org.hibernate.eclipse_3.7.0.Alpha1-v20130305-1922-B27/
Id: org.hibernate.eclipse.console, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.hibernate.eclipse.console_3.7.0.Alpha1-v20130305-1922-B27/
Id: org.hibernate.eclipse.help, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.hibernate.eclipse.help_3.7.0.Alpha1-v20130305-1922-B27/
Id: org.hibernate.eclipse.jdt.apt.ui, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.hibernate.eclipse.jdt.apt.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.hibernate.eclipse.jdt.ui, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.hibernate.eclipse.jdt.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.hibernate.eclipse.libs, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.hibernate.eclipse.libs_3.7.0.Alpha1-v20130305-1922-B27/
Id: org.hibernate.eclipse.mapper, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.hibernate.eclipse.mapper_3.7.0.Alpha1-v20130305-1922-B27/
Id: org.jboss.ide.eclipse.archives.core, Version:
3.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.archives.core_3.4.100.Alpha1-v20130227-0643-B32/
Id: org.jboss.ide.eclipse.archives.jdt.integration, Version:
3.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.archives.jdt.integration_3.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.archives.ui, Version:
3.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.archives.ui_3.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.archives.webtools, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.archives.webtools_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.classpath.core, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.classpath.core_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.classpath.ui, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.classpath.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.core, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.core_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.dmr, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.dmr_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.doc.user, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.doc.user_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.jmx.integration, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.jmx.integration_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.management.as71, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.management.as71_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.management.core, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.management.core_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.rse.core, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.rse.core_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.rse.ui, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.rse.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.ui, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.ui.mbeans, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.ui.mbeans_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.wtp.core, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.wtp.core_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.ide.eclipse.as.wtp.ui, Version:
2.4.100.Alpha1-v20130227-0643-B32, Location:
reference:file:plugins/org.jboss.ide.eclipse.as.wtp.ui_2.4.100.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.netty, Version: 3.2.5.Final-20130219-0923, Location:
reference:file:plugins/org.jboss.netty_3.2.5.Final-20130219-0923.jar
Id: org.jboss.tools.cdi.core, Version: 1.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.cdi.core_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.seam.config.core, Version:
1.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.cdi.seam.config.core_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.seam.config.ui, Version:
1.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.cdi.seam.config.ui_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.seam.core, Version:
1.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.cdi.seam.core_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.seam.faces.core, Version:
1.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.cdi.seam.faces.core_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.seam.solder.core, Version:
1.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.cdi.seam.solder.core_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.seam.text.ext, Version:
1.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.cdi.seam.text.ext_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.text.ext, Version:
1.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.cdi.text.ext_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.ui, Version: 1.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.cdi.ui_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.cdi.xml, Version: 1.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.cdi.xml_1.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.central, Version: 1.2.0.Alpha1-v20130305-2235-B16,
Location:
reference:file:plugins/org.jboss.tools.central_1.2.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.common, Version: 3.5.0.Alpha1-v20130227-0628-B26,
Location:
reference:file:plugins/org.jboss.tools.common_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.core, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.core_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.el.core, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.el.core_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.el.ui, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.el.ui_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.gef, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.gef_3.5.0.Alpha1-v20130227-0628-B26/
Id: org.jboss.tools.common.model, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.model_3.5.0.Alpha1-v20130227-0628-B26/
Id: org.jboss.tools.common.model.ui, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.model.ui_3.5.0.Alpha1-v20130227-0628-B26/
Id: org.jboss.tools.common.mylyn, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.mylyn_3.5.0.Alpha1-v20130227-0628-B26/
Id: org.jboss.tools.common.projecttemplates, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.projecttemplates_3.5.0.Alpha1-v20130227-0628-B26/
Id: org.jboss.tools.common.resref.core, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.resref.core_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.resref.ui, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.resref.ui_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.text.ext, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.text.ext_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.text.xml, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.text.xml_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.ui, Version: 3.5.0.Alpha1-v20130227-0628-B26,
Location:
reference:file:plugins/org.jboss.tools.common.ui_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.validation, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.validation_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.common.verification, Version:
3.5.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.common.verification_3.5.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.community.project.examples, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.community.project.examples_1.5.0.Alpha1-v20130305-2235-B16/
Id: org.jboss.tools.hibernate.jpt.core, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate.jpt.core_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.jboss.tools.hibernate.jpt.ui, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate.jpt.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.jboss.tools.hibernate.ui, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate.ui_3.7.0.Alpha1-v20130305-1922-B27/
Id: org.jboss.tools.hibernate.xml, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate.xml_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.jboss.tools.hibernate.xml.ui, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate.xml.ui_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.jboss.tools.hibernate3_5, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate3_5_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.jboss.tools.hibernate3_6, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate3_6_3.7.0.Alpha1-v20130305-1922-B27.jar
Id: org.jboss.tools.hibernate4_0, Version:
3.7.0.Alpha1-v20130305-1922-B27, Location:
reference:file:plugins/org.jboss.tools.hibernate4_0_3.7.0.Alpha1-v20130305-1922-B27/
Id: org.jboss.tools.jmx.core, Version: 1.4.0.Alpha1-v20130227-0643-B32,
Location:
reference:file:plugins/org.jboss.tools.jmx.core_1.4.0.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.tools.jmx.ui, Version: 1.4.0.Alpha1-v20130227-0643-B32,
Location:
reference:file:plugins/org.jboss.tools.jmx.ui_1.4.0.Alpha1-v20130227-0643-B32.jar
Id: org.jboss.tools.jsf, Version: 3.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.jsf_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.jsf.text.ext, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.text.ext_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.jsf.text.ext.facelets, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.text.ext.facelets_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.jsf.text.ext.richfaces, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.text.ext.richfaces_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.jsf.ui, Version: 3.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.jsf.ui_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.jsf.verification, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.verification_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.jsf.vpe.ajax4jsf, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.ajax4jsf_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jsf.vpe.facelets, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.facelets_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jsf.vpe.jbpm, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.jbpm_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jsf.vpe.jsf, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.jsf_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jsf.vpe.jstl, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.jstl_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jsf.vpe.myfaces, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.myfaces_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jsf.vpe.richfaces, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.richfaces_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jsf.vpe.seam, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.jsf.vpe.seam_3.5.0.Alpha1-v20130227-1801-B28/
Id: org.jboss.tools.jst.css, Version: 3.5.0.Alpha1-v20130227-1757-B9,
Location:
reference:file:plugins/org.jboss.tools.jst.css_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.firstrun, Version:
3.5.0.Alpha1-v20130227-1757-B9, Location:
reference:file:plugins/org.jboss.tools.jst.firstrun_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.jsp, Version: 3.5.0.Alpha1-v20130227-1757-B9,
Location:
reference:file:plugins/org.jboss.tools.jst.jsp_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.text.ext, Version:
3.5.0.Alpha1-v20130227-1757-B9, Location:
reference:file:plugins/org.jboss.tools.jst.text.ext_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.web, Version: 3.5.0.Alpha1-v20130227-1757-B9,
Location:
reference:file:plugins/org.jboss.tools.jst.web_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.web.kb, Version: 3.5.0.Alpha1-v20130227-1757-B9,
Location:
reference:file:plugins/org.jboss.tools.jst.web.kb_3.5.0.Alpha1-v20130227-1757-B9/
Id: org.jboss.tools.jst.web.tiles, Version:
3.5.0.Alpha1-v20130227-1757-B9, Location:
reference:file:plugins/org.jboss.tools.jst.web.tiles_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.web.tiles.ui, Version:
3.5.0.Alpha1-v20130227-1757-B9, Location:
reference:file:plugins/org.jboss.tools.jst.web.tiles.ui_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.web.ui, Version: 3.5.0.Alpha1-v20130227-1757-B9,
Location:
reference:file:plugins/org.jboss.tools.jst.web.ui_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.jst.web.verification, Version:
3.5.0.Alpha1-v20130227-1757-B9, Location:
reference:file:plugins/org.jboss.tools.jst.web.verification_3.5.0.Alpha1-v20130227-1757-B9.jar
Id: org.jboss.tools.maven.cdi, Version: 1.5.0.Alpha1-v20130305-2235-B16,
Location:
reference:file:plugins/org.jboss.tools.maven.cdi_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.conversion.ui, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.maven.conversion.ui_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.core, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.maven.core_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.hibernate, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.maven.hibernate_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.jdt, Version: 1.5.0.Alpha1-v20130305-2235-B16,
Location:
reference:file:plugins/org.jboss.tools.maven.jdt_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.portlet, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.maven.portlet_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.project.examples, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.maven.project.examples_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.seam, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.maven.seam_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.maven.ui, Version: 1.5.0.Alpha1-v20130305-2235-B16,
Location:
reference:file:plugins/org.jboss.tools.maven.ui_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.openshift.egit.core, Version:
2.5.0.Alpha1-v20130227-0802-B30, Location:
reference:file:plugins/org.jboss.tools.openshift.egit.core_2.5.0.Alpha1-v20130227-0802-B30.jar
Id: org.jboss.tools.openshift.egit.ui, Version:
2.5.0.Alpha1-v20130227-0802-B30, Location:
reference:file:plugins/org.jboss.tools.openshift.egit.ui_2.5.0.Alpha1-v20130227-0802-B30.jar
Id: org.jboss.tools.openshift.express.client, Version:
2.5.0.Alpha1-v20130227-0802-B30, Location:
reference:file:plugins/org.jboss.tools.openshift.express.client_2.5.0.Alpha1-v20130227-0802-B30.jar
Id: org.jboss.tools.openshift.express.ui, Version:
2.5.0.Alpha1-v20130227-0802-B30, Location:
reference:file:plugins/org.jboss.tools.openshift.express.ui_2.5.0.Alpha1-v20130227-0802-B30.jar
Id: org.jboss.tools.portlet.core, Version:
1.5.0.Alpha1-v20130227-1800-B4, Location:
reference:file:plugins/org.jboss.tools.portlet.core_1.5.0.Alpha1-v20130227-1800-B4.jar
Id: org.jboss.tools.portlet.ui, Version: 1.5.0.Alpha1-v20130227-1800-B4,
Location:
reference:file:plugins/org.jboss.tools.portlet.ui_1.5.0.Alpha1-v20130227-1800-B4.jar
Id: org.jboss.tools.project.examples, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.project.examples_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.project.examples.cheatsheet, Version:
1.5.0.Alpha1-v20130305-2235-B16, Location:
reference:file:plugins/org.jboss.tools.project.examples.cheatsheet_1.5.0.Alpha1-v20130305-2235-B16.jar
Id: org.jboss.tools.runtime.core, Version:
2.1.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.runtime.core_2.1.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.runtime.seam.detector, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.runtime.seam.detector_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.runtime.ui, Version:
2.1.0.Alpha1-v20130227-0628-B26, Location:
reference:file:plugins/org.jboss.tools.runtime.ui_2.1.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.seam.core, Version: 3.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.seam.core_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.seam.pages.xml, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.seam.pages.xml_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.seam.text.ext, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.seam.text.ext_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.seam.ui, Version: 3.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.seam.ui_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.seam.ui.pages, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.seam.ui.pages_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.seam.xml, Version: 3.5.0.Alpha1-v20130227-1801-B28,
Location:
reference:file:plugins/org.jboss.tools.seam.xml_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.seam.xml.ui, Version:
3.5.0.Alpha1-v20130227-1801-B28, Location:
reference:file:plugins/org.jboss.tools.seam.xml.ui_3.5.0.Alpha1-v20130227-1801-B28.jar
Id: org.jboss.tools.usage, Version: 1.2.0.Alpha1-v20130227-0628-B26,
Location:
reference:file:plugins/org.jboss.tools.usage_1.2.0.Alpha1-v20130227-0628-B26.jar
Id: org.jboss.tools.vpe, Version: 3.5.0.Alpha1-v20130227-1531-B31,
Location:
reference:file:plugins/org.jboss.tools.vpe_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.vpe.docbook, Version:
3.5.0.Alpha1-v20130227-1531-B31, Location:
reference:file:plugins/org.jboss.tools.vpe.docbook_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.vpe.html, Version: 3.5.0.Alpha1-v20130227-1531-B31,
Location:
reference:file:plugins/org.jboss.tools.vpe.html_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.vpe.jsp, Version: 3.5.0.Alpha1-v20130227-1531-B31,
Location:
reference:file:plugins/org.jboss.tools.vpe.jsp_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.vpe.resref, Version:
3.5.0.Alpha1-v20130227-1531-B31, Location:
reference:file:plugins/org.jboss.tools.vpe.resref_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.vpe.spring, Version:
3.5.0.Alpha1-v20130227-1531-B31, Location:
reference:file:plugins/org.jboss.tools.vpe.spring_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.vpe.ui.palette, Version:
3.5.0.Alpha1-v20130227-1531-B31, Location:
reference:file:plugins/org.jboss.tools.vpe.ui.palette_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.vpe.xulrunner, Version:
3.5.0.Alpha1-v20130227-1531-B31, Location:
reference:file:plugins/org.jboss.tools.vpe.xulrunner_3.5.0.Alpha1-v20130227-1531-B31/
Id: org.jboss.tools.xulrunner.initializer, Version:
3.5.0.Alpha1-v20130227-1531-B31, Location:
reference:file:plugins/org.jboss.tools.xulrunner.initializer_3.5.0.Alpha1-v20130227-1531-B31/
11 years, 7 months