You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Juan Miguel Salamanca <ju...@gmail.com> on 2009/03/20 16:32:44 UTC

Tapestry4e - New free eclipse plugin for Tapestry 5

Hello all,

I have started the development of a new open source eclipse plugin, called
Tapestry4e. The code is licensed using GPL v3. It is hosted in this address:

http://code.google.com/p/tapestry4e/. I would like to invite all of you to
try it and send me your feedback.

The main feature of the project, is an editor for tapestry templates, that
extends eclipse WTP HTML editor, and provides content assist for components
and parameters, apart from the HTML, CSS and JS support that the WTP editor
provides. Content assist for properties is planned for Milestone 1.0. The
project also implements a builder to provide

Also, I am implementing wizards to provide support for common tasks, such
as:

   - Switch between a T5 class and a template
   - New TML template wizard
   - New Page/Component wizard

Please contact me if you are interested in helping. I hope that you find it
useful.

Kind regards,

Juan M Salamanca

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Christian Edward Gruber <ch...@gmail.com>.
Heh.  Now that I work for Google... I object!!! ;)

Just kidding.  T360 is pretty nice.

Christian.

On 20-Mar-09, at 13:58 , Howard Lewis Ship wrote:

> You could consider moving the source code off of Google and onto
> Tapestry360 (tapestry.formos.com).
>
> On Fri, Mar 20, 2009 at 9:53 AM, Juan Miguel Salamanca
> <ju...@gmail.com> wrote:
>> Thanks Fernando,
>>
>> I will consider changing the name of the plugin, though it will  
>> take a few
>> days to move the project (google code does not allow to change the  
>> name of
>> the project, so I will have to create a new one and move my source  
>> code, and
>> project resources there).
>>
>> At the moment, I am working daily in the project, so I hope to have  
>> a decent
>> set of features ready very soon.
>>
>> Regards,
>>
>> Juan M Salamanca
>>
>> On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla  
>> <fe...@alum.mit.edu> wrote:
>>
>>> huge pat on the back for tackling this! :)
>>>
>>> Though I vote/recommend that you change the name :) because I am  
>>> already
>>> confused.. "use Tapestry4e when you want to develop Tapestry v5,  
>>> but not
>>> Tapestry v4". :)  And there might be branding confusing as well..  
>>> between
>>> the Tapestry plugin and the Tapestry framework.. (probably can't  
>>> include
>>> Tapestry in the name)..
>>>
>>> other than that, I can't wait to try it and have it mature! :)
>>>
>>>
>>>
>>>
>>> On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
>>>
>>>> Hello all,
>>>>
>>>> I have started the development of a new open source eclipse  
>>>> plugin, called
>>>> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
>>>> address:
>>>>
>>>> http://code.google.com/p/tapestry4e/. I would like to invite all  
>>>> of you
>>>> to
>>>> try it and send me your feedback.
>>>>
>>>> The main feature of the project, is an editor for tapestry  
>>>> templates, that
>>>> extends eclipse WTP HTML editor, and provides content assist for
>>>> components
>>>> and parameters, apart from the HTML, CSS and JS support that the  
>>>> WTP
>>>> editor
>>>> provides. Content assist for properties is planned for Milestone  
>>>> 1.0. The
>>>> project also implements a builder to provide
>>>>
>>>> Also, I am implementing wizards to provide support for common  
>>>> tasks, such
>>>> as:
>>>>
>>>>    - Switch between a T5 class and a template
>>>>    - New TML template wizard
>>>>    - New Page/Component wizard
>>>>
>>>> Please contact me if you are interested in helping. I hope that  
>>>> you find
>>>> it
>>>> useful.
>>>>
>>>> Kind regards,
>>>>
>>>> Juan M Salamanca
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>
>
>
>
> -- 
> Howard M. Lewis Ship
>
> Creator Apache Tapestry and Apache HiveMind
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

Christian Edward Gruber
e-mail: christianedwardgruber@gmail.com
weblog: http://www.geekinasuit.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Sat, Mar 21, 2009 at 4:24 PM, Inge Solvoll <in...@gmail.com> wrote:
> People here claim that you don't need IDE support for T5, that isn't
> entirely true. There's still plumbing required to write T5 components and
> pages.

I would say that you don't need IDE support for T5 at all, but it
would be really nice to have it. ;)
When you say T5 needs IDE support, it seems that T5 is unusable
without it, and that's not the case.

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Christian Edward Gruber <ch...@gmail.com>.
I loved the WOBuilder from WebObjects, where you had pallets of  
components to drag onto a quasi-WYSIWYG editor, and then click-drag  
connections between components and controller stand-ins.  it became  
very fast to whip up GUIs.  I know you're not necessarily going there,  
but I'm just reinforcing the potential for tools to make something  
awesome even more awesome.

Christian.

On 21-Mar-09, at 15:24 , Inge Solvoll wrote:

> Agree about the name, it implies that is's T4... :)
>
> People here claim that you don't need IDE support for T5, that isn't
> entirely true. There's still plumbing required to write T5  
> components and
> pages. Obviously a LOT less than in, say, Struts. But still  
> plumbing. Some
> of the plumbing is now handled by Loom, like creating tml from  
> template and
> switching between java and tml. But there are still quite a few  
> occasions
> where I find myself copying and pasting code. For example when I  
> need to
> create a mixin, which almost always needs ComponentResources and
> RenderSupport. Or when I have to deal with more complex things, like
> PrimaryKeyEncoders, Selectmodels and OptionModels, and so on. And it  
> is
> slightly painful typing correct syntax in the TML, remembering the  
> names of
> the components and the required parameters.
>
> It would also be nice with content assist on IOC code. For example  
> "add new
> dependency" feature, which adds a private final field and a  
> constructor
> argument for the new dependency.
>
> Remember, I'm really reaching here to find negative and painful  
> things about
> T5, it's not easy :) But with an IDE that smooths out the tiny rough  
> edges
> that are still there, my workdays are going to be really really  
> sunny this
> summer.
>
> Inge
>
>
> On Fri, Mar 20, 2009 at 6:58 PM, Howard Lewis Ship  
> <hl...@gmail.com> wrote:
>
>> You could consider moving the source code off of Google and onto
>> Tapestry360 (tapestry.formos.com).
>>
>> On Fri, Mar 20, 2009 at 9:53 AM, Juan Miguel Salamanca
>> <ju...@gmail.com> wrote:
>>> Thanks Fernando,
>>>
>>> I will consider changing the name of the plugin, though it will  
>>> take a
>> few
>>> days to move the project (google code does not allow to change the  
>>> name
>> of
>>> the project, so I will have to create a new one and move my source  
>>> code,
>> and
>>> project resources there).
>>>
>>> At the moment, I am working daily in the project, so I hope to  
>>> have a
>> decent
>>> set of features ready very soon.
>>>
>>> Regards,
>>>
>>> Juan M Salamanca
>>>
>>> On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla  
>>> <fe...@alum.mit.edu>
>> wrote:
>>>
>>>> huge pat on the back for tackling this! :)
>>>>
>>>> Though I vote/recommend that you change the name :) because I am  
>>>> already
>>>> confused.. "use Tapestry4e when you want to develop Tapestry v5,  
>>>> but not
>>>> Tapestry v4". :)  And there might be branding confusing as well..
>> between
>>>> the Tapestry plugin and the Tapestry framework.. (probably can't  
>>>> include
>>>> Tapestry in the name)..
>>>>
>>>> other than that, I can't wait to try it and have it mature! :)
>>>>
>>>>
>>>>
>>>>
>>>> On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
>>>>
>>>>> Hello all,
>>>>>
>>>>> I have started the development of a new open source eclipse  
>>>>> plugin,
>> called
>>>>> Tapestry4e. The code is licensed using GPL v3. It is hosted in  
>>>>> this
>>>>> address:
>>>>>
>>>>> http://code.google.com/p/tapestry4e/. I would like to invite all  
>>>>> of
>> you
>>>>> to
>>>>> try it and send me your feedback.
>>>>>
>>>>> The main feature of the project, is an editor for tapestry  
>>>>> templates,
>> that
>>>>> extends eclipse WTP HTML editor, and provides content assist for
>>>>> components
>>>>> and parameters, apart from the HTML, CSS and JS support that the  
>>>>> WTP
>>>>> editor
>>>>> provides. Content assist for properties is planned for Milestone  
>>>>> 1.0.
>> The
>>>>> project also implements a builder to provide
>>>>>
>>>>> Also, I am implementing wizards to provide support for common  
>>>>> tasks,
>> such
>>>>> as:
>>>>>
>>>>>   - Switch between a T5 class and a template
>>>>>   - New TML template wizard
>>>>>   - New Page/Component wizard
>>>>>
>>>>> Please contact me if you are interested in helping. I hope that  
>>>>> you
>> find
>>>>> it
>>>>> useful.
>>>>>
>>>>> Kind regards,
>>>>>
>>>>> Juan M Salamanca
>>>>>
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>
>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator Apache Tapestry and Apache HiveMind
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>

Christian Edward Gruber
e-mail: christianedwardgruber@gmail.com
weblog: http://www.geekinasuit.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Inge Solvoll <in...@gmail.com>.
Nice :)

On Sun, Mar 22, 2009 at 12:22 AM, Martin Strand <
do.not.eat.yellow.snow@gmail.com> wrote:

> On Sat, 21 Mar 2009 20:24:52 +0100, Inge Solvoll <in...@gmail.com>
> wrote:
>
> > It would also be nice with content assist on IOC code. For example "add
> new
> > dependency" feature, which adds a private final field and a constructor
> > argument for the new dependency.
>
>
> In Eclipse, just add the constructor parameter and press Ctrl+1 --> Assign
> to new field
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Martin Strand <do...@gmail.com>.
On Sat, 21 Mar 2009 20:24:52 +0100, Inge Solvoll <in...@gmail.com> wrote:

> It would also be nice with content assist on IOC code. For example "add new
> dependency" feature, which adds a private final field and a constructor
> argument for the new dependency.


In Eclipse, just add the constructor parameter and press Ctrl+1 --> Assign to new field

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Inge Solvoll <in...@gmail.com>.
Agree about the name, it implies that is's T4... :)

People here claim that you don't need IDE support for T5, that isn't
entirely true. There's still plumbing required to write T5 components and
pages. Obviously a LOT less than in, say, Struts. But still plumbing. Some
of the plumbing is now handled by Loom, like creating tml from template and
switching between java and tml. But there are still quite a few occasions
where I find myself copying and pasting code. For example when I need to
create a mixin, which almost always needs ComponentResources and
RenderSupport. Or when I have to deal with more complex things, like
PrimaryKeyEncoders, Selectmodels and OptionModels, and so on. And it is
slightly painful typing correct syntax in the TML, remembering the names of
the components and the required parameters.

It would also be nice with content assist on IOC code. For example "add new
dependency" feature, which adds a private final field and a constructor
argument for the new dependency.

Remember, I'm really reaching here to find negative and painful things about
T5, it's not easy :) But with an IDE that smooths out the tiny rough edges
that are still there, my workdays are going to be really really sunny this
summer.

Inge


On Fri, Mar 20, 2009 at 6:58 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> You could consider moving the source code off of Google and onto
> Tapestry360 (tapestry.formos.com).
>
> On Fri, Mar 20, 2009 at 9:53 AM, Juan Miguel Salamanca
> <ju...@gmail.com> wrote:
> > Thanks Fernando,
> >
> > I will consider changing the name of the plugin, though it will take a
> few
> > days to move the project (google code does not allow to change the name
> of
> > the project, so I will have to create a new one and move my source code,
> and
> > project resources there).
> >
> > At the moment, I am working daily in the project, so I hope to have a
> decent
> > set of features ready very soon.
> >
> > Regards,
> >
> > Juan M Salamanca
> >
> > On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla <fe...@alum.mit.edu>
> wrote:
> >
> >> huge pat on the back for tackling this! :)
> >>
> >> Though I vote/recommend that you change the name :) because I am already
> >> confused.. "use Tapestry4e when you want to develop Tapestry v5, but not
> >> Tapestry v4". :)  And there might be branding confusing as well..
> between
> >> the Tapestry plugin and the Tapestry framework.. (probably can't include
> >> Tapestry in the name)..
> >>
> >> other than that, I can't wait to try it and have it mature! :)
> >>
> >>
> >>
> >>
> >> On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
> >>
> >>> Hello all,
> >>>
> >>> I have started the development of a new open source eclipse plugin,
> called
> >>> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
> >>> address:
> >>>
> >>> http://code.google.com/p/tapestry4e/. I would like to invite all of
> you
> >>> to
> >>> try it and send me your feedback.
> >>>
> >>> The main feature of the project, is an editor for tapestry templates,
> that
> >>> extends eclipse WTP HTML editor, and provides content assist for
> >>> components
> >>> and parameters, apart from the HTML, CSS and JS support that the WTP
> >>> editor
> >>> provides. Content assist for properties is planned for Milestone 1.0.
> The
> >>> project also implements a builder to provide
> >>>
> >>> Also, I am implementing wizards to provide support for common tasks,
> such
> >>> as:
> >>>
> >>>    - Switch between a T5 class and a template
> >>>    - New TML template wizard
> >>>    - New Page/Component wizard
> >>>
> >>> Please contact me if you are interested in helping. I hope that you
> find
> >>> it
> >>> useful.
> >>>
> >>> Kind regards,
> >>>
> >>> Juan M Salamanca
> >>>
> >>>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator Apache Tapestry and Apache HiveMind
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Howard Lewis Ship <hl...@gmail.com>.
You could consider moving the source code off of Google and onto
Tapestry360 (tapestry.formos.com).

On Fri, Mar 20, 2009 at 9:53 AM, Juan Miguel Salamanca
<ju...@gmail.com> wrote:
> Thanks Fernando,
>
> I will consider changing the name of the plugin, though it will take a few
> days to move the project (google code does not allow to change the name of
> the project, so I will have to create a new one and move my source code, and
> project resources there).
>
> At the moment, I am working daily in the project, so I hope to have a decent
> set of features ready very soon.
>
> Regards,
>
> Juan M Salamanca
>
> On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla <fe...@alum.mit.edu> wrote:
>
>> huge pat on the back for tackling this! :)
>>
>> Though I vote/recommend that you change the name :) because I am already
>> confused.. "use Tapestry4e when you want to develop Tapestry v5, but not
>> Tapestry v4". :)  And there might be branding confusing as well.. between
>> the Tapestry plugin and the Tapestry framework.. (probably can't include
>> Tapestry in the name)..
>>
>> other than that, I can't wait to try it and have it mature! :)
>>
>>
>>
>>
>> On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
>>
>>> Hello all,
>>>
>>> I have started the development of a new open source eclipse plugin, called
>>> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
>>> address:
>>>
>>> http://code.google.com/p/tapestry4e/. I would like to invite all of you
>>> to
>>> try it and send me your feedback.
>>>
>>> The main feature of the project, is an editor for tapestry templates, that
>>> extends eclipse WTP HTML editor, and provides content assist for
>>> components
>>> and parameters, apart from the HTML, CSS and JS support that the WTP
>>> editor
>>> provides. Content assist for properties is planned for Milestone 1.0. The
>>> project also implements a builder to provide
>>>
>>> Also, I am implementing wizards to provide support for common tasks, such
>>> as:
>>>
>>>    - Switch between a T5 class and a template
>>>    - New TML template wizard
>>>    - New Page/Component wizard
>>>
>>> Please contact me if you are interested in helping. I hope that you find
>>> it
>>> useful.
>>>
>>> Kind regards,
>>>
>>> Juan M Salamanca
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Christian Edward Gruber <ch...@gmail.com>.
t54e would work.

Or T5forE, or TapClipse, or Weave, eCloth... I'm going to stop now. :)

Christian.

On 20-Mar-09, at 12:53 , Juan Miguel Salamanca wrote:

> Thanks Fernando,
>
> I will consider changing the name of the plugin, though it will take  
> a few
> days to move the project (google code does not allow to change the  
> name of
> the project, so I will have to create a new one and move my source  
> code, and
> project resources there).
>
> At the moment, I am working daily in the project, so I hope to have  
> a decent
> set of features ready very soon.
>
> Regards,
>
> Juan M Salamanca
>
> On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla  
> <fe...@alum.mit.edu> wrote:
>
>> huge pat on the back for tackling this! :)
>>
>> Though I vote/recommend that you change the name :) because I am  
>> already
>> confused.. "use Tapestry4e when you want to develop Tapestry v5,  
>> but not
>> Tapestry v4". :)  And there might be branding confusing as well..  
>> between
>> the Tapestry plugin and the Tapestry framework.. (probably can't  
>> include
>> Tapestry in the name)..
>>
>> other than that, I can't wait to try it and have it mature! :)
>>
>>
>>
>>
>> On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
>>
>>> Hello all,
>>>
>>> I have started the development of a new open source eclipse  
>>> plugin, called
>>> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
>>> address:
>>>
>>> http://code.google.com/p/tapestry4e/. I would like to invite all  
>>> of you
>>> to
>>> try it and send me your feedback.
>>>
>>> The main feature of the project, is an editor for tapestry  
>>> templates, that
>>> extends eclipse WTP HTML editor, and provides content assist for
>>> components
>>> and parameters, apart from the HTML, CSS and JS support that the WTP
>>> editor
>>> provides. Content assist for properties is planned for Milestone  
>>> 1.0. The
>>> project also implements a builder to provide
>>>
>>> Also, I am implementing wizards to provide support for common  
>>> tasks, such
>>> as:
>>>
>>>   - Switch between a T5 class and a template
>>>   - New TML template wizard
>>>   - New Page/Component wizard
>>>
>>> Please contact me if you are interested in helping. I hope that  
>>> you find
>>> it
>>> useful.
>>>
>>> Kind regards,
>>>
>>> Juan M Salamanca
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>

Christian Edward Gruber
e-mail: christianedwardgruber@gmail.com
weblog: http://www.geekinasuit.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Inge Solvoll <in...@gmail.com>.
Is this plugin still alive?

I'm excited about the project, but the lack of documentation is a big
problem. If there existed a simple tutorial with a couple of screenshots,
that would do the trick. Shouldn't take too much time and I'm pretty sure it
will increase the popularity of the plugin dramatically. Also, both types of
instrumentation need to be supported, both <t:grid> and <div t:type="grid">.
I mostly use the latter, so Loom is a better plugin for me. Especially since
it is documented.

That said, I really appreciate the effort making this plugin!

I will start a separate thread with a more general approach to IDE support.

Regards
Inge

On Wed, Mar 25, 2009 at 8:58 PM, Marcelo Lotif <ml...@gmail.com> wrote:

> Alright! Thank you! The plugin is on the right way, thanks for your effort!
>
> Just a few notes about it:
>   - It didn't work on my Eclipse 3.3.2, just on 3.4.2...don't know why
>   - The autocompletion only work when you don't use "invisible
> instrumentation", like <table t:type="grid" /> instead of <t:grid />. I
> don't know how difficult is to implement what I'm asking for, but if you do
> it, it really will be a step foward.
>   - Where is the loom-like funcionality? I cant find it!
>
> Thanks in advance for your answers!
>
> On Wed, Mar 25, 2009 at 2:15 PM, Juan Miguel Salamanca <
> juan.m.salamanca@gmail.com> wrote:
>
> > Hi,
> >
> > The plugin is still in alpha stage. I am writing some support
> documentation
> > and it will be available soon.
> >
> > If you want to test the plugin, open any t5 project. Right click on the
> > project, and you will see an option "Add/Remove Tapestry nature". Select
> > that option, and make sure that the Tapestry builder is added to your
> > project (you can see that in the project properties). Next, clean the
> > project, and open any tml file. You should see the autocompletion of
> > component and parameters. Also there is a functionality that allows you
> to
> > switch between a component class and your template (similar to loom-t5).
> >
> > Regards,
> >
> > Juan M Salamanca
> >
> > On Mon, Mar 23, 2009 at 5:12 PM, Marcelo Lotif <ml...@gmail.com>
> > wrote:
> >
> > > That's really nice!
> > > The plugin is already done, or yet under testing? I've installed it via
> > > your
> > > eclipse update site but i can't figure out to use it...
> > >
> > > Thanks!
> > > On Fri, Mar 20, 2009 at 1:53 PM, Juan Miguel Salamanca <
> > > juan.m.salamanca@gmail.com> wrote:
> > >
> > > > Thanks Fernando,
> > > >
> > > > I will consider changing the name of the plugin, though it will take
> a
> > > few
> > > > days to move the project (google code does not allow to change the
> name
> > > of
> > > > the project, so I will have to create a new one and move my source
> > code,
> > > > and
> > > > project resources there).
> > > >
> > > > At the moment, I am working daily in the project, so I hope to have a
> > > > decent
> > > > set of features ready very soon.
> > > >
> > > > Regards,
> > > >
> > > > Juan M Salamanca
> > > >
> > > > On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla <fern@alum.mit.edu
> >
> > > > wrote:
> > > >
> > > > > huge pat on the back for tackling this! :)
> > > > >
> > > > > Though I vote/recommend that you change the name :) because I am
> > > already
> > > > > confused.. "use Tapestry4e when you want to develop Tapestry v5,
> but
> > > not
> > > > > Tapestry v4". :)  And there might be branding confusing as well..
> > > between
> > > > > the Tapestry plugin and the Tapestry framework.. (probably can't
> > > include
> > > > > Tapestry in the name)..
> > > > >
> > > > > other than that, I can't wait to try it and have it mature! :)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
> > > > >
> > > > >> Hello all,
> > > > >>
> > > > >> I have started the development of a new open source eclipse
> plugin,
> > > > called
> > > > >> Tapestry4e. The code is licensed using GPL v3. It is hosted in
> this
> > > > >> address:
> > > > >>
> > > > >> http://code.google.com/p/tapestry4e/. I would like to invite all
> of
> > > you
> > > > >> to
> > > > >> try it and send me your feedback.
> > > > >>
> > > > >> The main feature of the project, is an editor for tapestry
> > templates,
> > > > that
> > > > >> extends eclipse WTP HTML editor, and provides content assist for
> > > > >> components
> > > > >> and parameters, apart from the HTML, CSS and JS support that the
> WTP
> > > > >> editor
> > > > >> provides. Content assist for properties is planned for Milestone
> > 1.0.
> > > > The
> > > > >> project also implements a builder to provide
> > > > >>
> > > > >> Also, I am implementing wizards to provide support for common
> tasks,
> > > > such
> > > > >> as:
> > > > >>
> > > > >>    - Switch between a T5 class and a template
> > > > >>    - New TML template wizard
> > > > >>    - New Page/Component wizard
> > > > >>
> > > > >> Please contact me if you are interested in helping. I hope that
> you
> > > find
> > > > >> it
> > > > >> useful.
> > > > >>
> > > > >> Kind regards,
> > > > >>
> > > > >> Juan M Salamanca
> > > > >>
> > > > >>
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Marcelo Lotif
> > > Sent from: Fortaleza CE Brazil.
> > >
> >
>
>
>
> --
> Marcelo Lotif
> Sent from: Fortaleza CE Brazil.
>

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Marcelo Lotif <ml...@gmail.com>.
Alright! Thank you! The plugin is on the right way, thanks for your effort!

Just a few notes about it:
   - It didn't work on my Eclipse 3.3.2, just on 3.4.2...don't know why
   - The autocompletion only work when you don't use "invisible
instrumentation", like <table t:type="grid" /> instead of <t:grid />. I
don't know how difficult is to implement what I'm asking for, but if you do
it, it really will be a step foward.
   - Where is the loom-like funcionality? I cant find it!

Thanks in advance for your answers!

On Wed, Mar 25, 2009 at 2:15 PM, Juan Miguel Salamanca <
juan.m.salamanca@gmail.com> wrote:

> Hi,
>
> The plugin is still in alpha stage. I am writing some support documentation
> and it will be available soon.
>
> If you want to test the plugin, open any t5 project. Right click on the
> project, and you will see an option "Add/Remove Tapestry nature". Select
> that option, and make sure that the Tapestry builder is added to your
> project (you can see that in the project properties). Next, clean the
> project, and open any tml file. You should see the autocompletion of
> component and parameters. Also there is a functionality that allows you to
> switch between a component class and your template (similar to loom-t5).
>
> Regards,
>
> Juan M Salamanca
>
> On Mon, Mar 23, 2009 at 5:12 PM, Marcelo Lotif <ml...@gmail.com>
> wrote:
>
> > That's really nice!
> > The plugin is already done, or yet under testing? I've installed it via
> > your
> > eclipse update site but i can't figure out to use it...
> >
> > Thanks!
> > On Fri, Mar 20, 2009 at 1:53 PM, Juan Miguel Salamanca <
> > juan.m.salamanca@gmail.com> wrote:
> >
> > > Thanks Fernando,
> > >
> > > I will consider changing the name of the plugin, though it will take a
> > few
> > > days to move the project (google code does not allow to change the name
> > of
> > > the project, so I will have to create a new one and move my source
> code,
> > > and
> > > project resources there).
> > >
> > > At the moment, I am working daily in the project, so I hope to have a
> > > decent
> > > set of features ready very soon.
> > >
> > > Regards,
> > >
> > > Juan M Salamanca
> > >
> > > On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla <fe...@alum.mit.edu>
> > > wrote:
> > >
> > > > huge pat on the back for tackling this! :)
> > > >
> > > > Though I vote/recommend that you change the name :) because I am
> > already
> > > > confused.. "use Tapestry4e when you want to develop Tapestry v5, but
> > not
> > > > Tapestry v4". :)  And there might be branding confusing as well..
> > between
> > > > the Tapestry plugin and the Tapestry framework.. (probably can't
> > include
> > > > Tapestry in the name)..
> > > >
> > > > other than that, I can't wait to try it and have it mature! :)
> > > >
> > > >
> > > >
> > > >
> > > > On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
> > > >
> > > >> Hello all,
> > > >>
> > > >> I have started the development of a new open source eclipse plugin,
> > > called
> > > >> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
> > > >> address:
> > > >>
> > > >> http://code.google.com/p/tapestry4e/. I would like to invite all of
> > you
> > > >> to
> > > >> try it and send me your feedback.
> > > >>
> > > >> The main feature of the project, is an editor for tapestry
> templates,
> > > that
> > > >> extends eclipse WTP HTML editor, and provides content assist for
> > > >> components
> > > >> and parameters, apart from the HTML, CSS and JS support that the WTP
> > > >> editor
> > > >> provides. Content assist for properties is planned for Milestone
> 1.0.
> > > The
> > > >> project also implements a builder to provide
> > > >>
> > > >> Also, I am implementing wizards to provide support for common tasks,
> > > such
> > > >> as:
> > > >>
> > > >>    - Switch between a T5 class and a template
> > > >>    - New TML template wizard
> > > >>    - New Page/Component wizard
> > > >>
> > > >> Please contact me if you are interested in helping. I hope that you
> > find
> > > >> it
> > > >> useful.
> > > >>
> > > >> Kind regards,
> > > >>
> > > >> Juan M Salamanca
> > > >>
> > > >>
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Marcelo Lotif
> > Sent from: Fortaleza CE Brazil.
> >
>



-- 
Marcelo Lotif
Sent from: Fortaleza CE Brazil.

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Juan Miguel Salamanca <ju...@gmail.com>.
Hi,

The plugin is still in alpha stage. I am writing some support documentation
and it will be available soon.

If you want to test the plugin, open any t5 project. Right click on the
project, and you will see an option "Add/Remove Tapestry nature". Select
that option, and make sure that the Tapestry builder is added to your
project (you can see that in the project properties). Next, clean the
project, and open any tml file. You should see the autocompletion of
component and parameters. Also there is a functionality that allows you to
switch between a component class and your template (similar to loom-t5).

Regards,

Juan M Salamanca

On Mon, Mar 23, 2009 at 5:12 PM, Marcelo Lotif <ml...@gmail.com> wrote:

> That's really nice!
> The plugin is already done, or yet under testing? I've installed it via
> your
> eclipse update site but i can't figure out to use it...
>
> Thanks!
> On Fri, Mar 20, 2009 at 1:53 PM, Juan Miguel Salamanca <
> juan.m.salamanca@gmail.com> wrote:
>
> > Thanks Fernando,
> >
> > I will consider changing the name of the plugin, though it will take a
> few
> > days to move the project (google code does not allow to change the name
> of
> > the project, so I will have to create a new one and move my source code,
> > and
> > project resources there).
> >
> > At the moment, I am working daily in the project, so I hope to have a
> > decent
> > set of features ready very soon.
> >
> > Regards,
> >
> > Juan M Salamanca
> >
> > On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla <fe...@alum.mit.edu>
> > wrote:
> >
> > > huge pat on the back for tackling this! :)
> > >
> > > Though I vote/recommend that you change the name :) because I am
> already
> > > confused.. "use Tapestry4e when you want to develop Tapestry v5, but
> not
> > > Tapestry v4". :)  And there might be branding confusing as well..
> between
> > > the Tapestry plugin and the Tapestry framework.. (probably can't
> include
> > > Tapestry in the name)..
> > >
> > > other than that, I can't wait to try it and have it mature! :)
> > >
> > >
> > >
> > >
> > > On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
> > >
> > >> Hello all,
> > >>
> > >> I have started the development of a new open source eclipse plugin,
> > called
> > >> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
> > >> address:
> > >>
> > >> http://code.google.com/p/tapestry4e/. I would like to invite all of
> you
> > >> to
> > >> try it and send me your feedback.
> > >>
> > >> The main feature of the project, is an editor for tapestry templates,
> > that
> > >> extends eclipse WTP HTML editor, and provides content assist for
> > >> components
> > >> and parameters, apart from the HTML, CSS and JS support that the WTP
> > >> editor
> > >> provides. Content assist for properties is planned for Milestone 1.0.
> > The
> > >> project also implements a builder to provide
> > >>
> > >> Also, I am implementing wizards to provide support for common tasks,
> > such
> > >> as:
> > >>
> > >>    - Switch between a T5 class and a template
> > >>    - New TML template wizard
> > >>    - New Page/Component wizard
> > >>
> > >> Please contact me if you are interested in helping. I hope that you
> find
> > >> it
> > >> useful.
> > >>
> > >> Kind regards,
> > >>
> > >> Juan M Salamanca
> > >>
> > >>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
>
>
>
> --
> Marcelo Lotif
> Sent from: Fortaleza CE Brazil.
>

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by dwi ardi irawan <pe...@gmail.com>.
yes me too, how to use this thing ??

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Marcelo Lotif <ml...@gmail.com>.
That's really nice!
The plugin is already done, or yet under testing? I've installed it via your
eclipse update site but i can't figure out to use it...

Thanks!
On Fri, Mar 20, 2009 at 1:53 PM, Juan Miguel Salamanca <
juan.m.salamanca@gmail.com> wrote:

> Thanks Fernando,
>
> I will consider changing the name of the plugin, though it will take a few
> days to move the project (google code does not allow to change the name of
> the project, so I will have to create a new one and move my source code,
> and
> project resources there).
>
> At the moment, I am working daily in the project, so I hope to have a
> decent
> set of features ready very soon.
>
> Regards,
>
> Juan M Salamanca
>
> On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla <fe...@alum.mit.edu>
> wrote:
>
> > huge pat on the back for tackling this! :)
> >
> > Though I vote/recommend that you change the name :) because I am already
> > confused.. "use Tapestry4e when you want to develop Tapestry v5, but not
> > Tapestry v4". :)  And there might be branding confusing as well.. between
> > the Tapestry plugin and the Tapestry framework.. (probably can't include
> > Tapestry in the name)..
> >
> > other than that, I can't wait to try it and have it mature! :)
> >
> >
> >
> >
> > On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
> >
> >> Hello all,
> >>
> >> I have started the development of a new open source eclipse plugin,
> called
> >> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
> >> address:
> >>
> >> http://code.google.com/p/tapestry4e/. I would like to invite all of you
> >> to
> >> try it and send me your feedback.
> >>
> >> The main feature of the project, is an editor for tapestry templates,
> that
> >> extends eclipse WTP HTML editor, and provides content assist for
> >> components
> >> and parameters, apart from the HTML, CSS and JS support that the WTP
> >> editor
> >> provides. Content assist for properties is planned for Milestone 1.0.
> The
> >> project also implements a builder to provide
> >>
> >> Also, I am implementing wizards to provide support for common tasks,
> such
> >> as:
> >>
> >>    - Switch between a T5 class and a template
> >>    - New TML template wizard
> >>    - New Page/Component wizard
> >>
> >> Please contact me if you are interested in helping. I hope that you find
> >> it
> >> useful.
> >>
> >> Kind regards,
> >>
> >> Juan M Salamanca
> >>
> >>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>



-- 
Marcelo Lotif
Sent from: Fortaleza CE Brazil.

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Juan Miguel Salamanca <ju...@gmail.com>.
Thanks Fernando,

I will consider changing the name of the plugin, though it will take a few
days to move the project (google code does not allow to change the name of
the project, so I will have to create a new one and move my source code, and
project resources there).

At the moment, I am working daily in the project, so I hope to have a decent
set of features ready very soon.

Regards,

Juan M Salamanca

On Fri, Mar 20, 2009 at 3:50 PM, Fernando Padilla <fe...@alum.mit.edu> wrote:

> huge pat on the back for tackling this! :)
>
> Though I vote/recommend that you change the name :) because I am already
> confused.. "use Tapestry4e when you want to develop Tapestry v5, but not
> Tapestry v4". :)  And there might be branding confusing as well.. between
> the Tapestry plugin and the Tapestry framework.. (probably can't include
> Tapestry in the name)..
>
> other than that, I can't wait to try it and have it mature! :)
>
>
>
>
> On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
>
>> Hello all,
>>
>> I have started the development of a new open source eclipse plugin, called
>> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
>> address:
>>
>> http://code.google.com/p/tapestry4e/. I would like to invite all of you
>> to
>> try it and send me your feedback.
>>
>> The main feature of the project, is an editor for tapestry templates, that
>> extends eclipse WTP HTML editor, and provides content assist for
>> components
>> and parameters, apart from the HTML, CSS and JS support that the WTP
>> editor
>> provides. Content assist for properties is planned for Milestone 1.0. The
>> project also implements a builder to provide
>>
>> Also, I am implementing wizards to provide support for common tasks, such
>> as:
>>
>>    - Switch between a T5 class and a template
>>    - New TML template wizard
>>    - New Page/Component wizard
>>
>> Please contact me if you are interested in helping. I hope that you find
>> it
>> useful.
>>
>> Kind regards,
>>
>> Juan M Salamanca
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Fernando Padilla <fe...@alum.mit.edu>.
huge pat on the back for tackling this! :)

Though I vote/recommend that you change the name :) because I am already 
confused.. "use Tapestry4e when you want to develop Tapestry v5, but not 
Tapestry v4". :)  And there might be branding confusing as well.. 
between the Tapestry plugin and the Tapestry framework.. (probably can't 
include Tapestry in the name)..

other than that, I can't wait to try it and have it mature! :)



On 3/20/09 8:32 AM, Juan Miguel Salamanca wrote:
> Hello all,
>
> I have started the development of a new open source eclipse plugin, called
> Tapestry4e. The code is licensed using GPL v3. It is hosted in this address:
>
> http://code.google.com/p/tapestry4e/. I would like to invite all of you to
> try it and send me your feedback.
>
> The main feature of the project, is an editor for tapestry templates, that
> extends eclipse WTP HTML editor, and provides content assist for components
> and parameters, apart from the HTML, CSS and JS support that the WTP editor
> provides. Content assist for properties is planned for Milestone 1.0. The
> project also implements a builder to provide
>
> Also, I am implementing wizards to provide support for common tasks, such
> as:
>
>     - Switch between a T5 class and a template
>     - New TML template wizard
>     - New Page/Component wizard
>
> Please contact me if you are interested in helping. I hope that you find it
> useful.
>
> Kind regards,
>
> Juan M Salamanca
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Juan Miguel Salamanca <ju...@gmail.com>.
It seems that I was requiring 3.4.1 as minimum for the plugin to work. I
have updated the manifest file and uploaded to the update site and it should
work now. You will probably need to unmark the "show only the latest version
of software" in your update manager.

On Fri, Mar 20, 2009 at 4:02 PM, Tapestry Infodea <ta...@infodea.it>wrote:

> I too use the ganymede for jee official release:
>
> Version: 3.4.0
> Build id: I20080617-2000
>
> with the plugins for Maven and SVN.
>
>
> I like the name of your plugin ;)
>
> Roberto.
>
> Juan Miguel Salamanca ha scritto:
>
>> It looks like a problem with the version of your eclipse IDE. I have
>> tested
>> the plugin with the ganymede for jee official release (
>>
>> http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz
>> ),
>> and it works for me.
>>
>> Could you please tell me which version of eclipse and plugins you are
>> using?
>>
>> Regards,
>>
>> Juan M Salamanca
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Tapestry Infodea <ta...@infodea.it>.
I too use the ganymede for jee official release:

Version: 3.4.0
Build id: I20080617-2000

with the plugins for Maven and SVN.


I like the name of your plugin ;)

Roberto.

Juan Miguel Salamanca ha scritto:
> It looks like a problem with the version of your eclipse IDE. I have tested
> the plugin with the ganymede for jee official release (
> http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz),
> and it works for me.
> 
> Could you please tell me which version of eclipse and plugins you are using?
> 
> Regards,
> 
> Juan M Salamanca


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Juan Miguel Salamanca <ju...@gmail.com>.
It looks like a problem with the version of your eclipse IDE. I have tested
the plugin with the ganymede for jee official release (
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-linux-gtk.tar.gz),
and it works for me.

Could you please tell me which version of eclipse and plugins you are using?

Regards,

Juan M Salamanca

On Fri, Mar 20, 2009 at 3:44 PM, Tapestry Infodea <ta...@infodea.it>wrote:

> I've a problem:
>
> Cannot complete the request.  See the details.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] and
> Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] can
> be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.frameworks
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.sse.core 1.1.203.v200802140626]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.common.frameworks
> 1.1.103.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.frameworks
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] and
> Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] can
> be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.common.core 1.1.101.v200706120315]
> requiredCapability: osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.common.core 1.1.101.v200706120315]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jem 2.0.100.v200709051030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.common.core 1.1.101.v200706120315]
> requiredCapability: osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.104.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.105.v200806190314]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.frameworks
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.annotations.controller
> 1.1.2.v200708301745] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.4.2,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] and
> Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] can
> be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.core
> 1.0.204.v200708151945] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.command.env 1.0.205.v200710161954]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.command.env.ui
> 1.0.203.v200709052219] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.webservice
> 1.1.102.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.navigator.ui
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.4.0,3.0.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.4.0,3.5.0)] and Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.ws.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.edit/[2.4.0,3.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.xsd/[2.3.0,2.4.0)] and Match[requiredCapability:
> osgi.bundle/org.eclipse.xsd/[2.4.0,3.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core
> 1.1.2.v20071023] requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.annotations.core
> 1.1.2.v200706120315] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.wsdl 1.1.101.v200801152132]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.4.2,2.5.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] and
> Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] can
> be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.servlet.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.4.2,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.4.0,3.0.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.4.0,3.5.0)] and Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.ws.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.edit/[2.4.0,3.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1,1.3.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.xsd/[2.3.0,2.4.0)] and Match[requiredCapability:
> osgi.bundle/org.eclipse.xsd/[2.4.0,3.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.servlet.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.4.2,2.5.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] and
> Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] can
> be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.4.2,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.4.0,3.0.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.4.0,3.5.0)] and Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.ws.ui/[1.1.0,1.2.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.edit/[2.4.0,3.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.3.0,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1,1.3.0)] can be
> satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.xsd/[2.3.0,2.4.0)] and Match[requiredCapability:
> osgi.bundle/org.eclipse.xsd/[2.4.0,3.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]]
> and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.4.2,2.5.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)]
> can be satisfied.
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.wsdl.validation
> 1.1.201.v200706062140] requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.jsf.common 1.0.2.v200802201120]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.jsf.common 1.0.2.v200802201120]
> requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.core
> 1.0.204.v200708151945] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.core
> 1.0.204.v200708151945] requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.platform.ide 3.4.0.I20080617-2000]
> requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M,3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M]
> Unsatisfied dependency: [org.eclipse.wst.common_core.feature.feature.group
> 3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.common_core.feature.feature.group
> 3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.wst.common_core.feature.feature.group
> 3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.jst.common.annotations.core
> 1.1.2.v200706120315] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group
> 3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group
> 3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.ws_core.feature.feature.group/[3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J,3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J]
> Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group
> 3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.common_core.feature.feature.group/[3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs,3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs]
> Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group
> 3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_core.feature.feature.group/[3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde,3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde]
> Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group
> 3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV,1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV]
> Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group
> 3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group
> 3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.server_core.feature.feature.group/[3.0.1.v200807220139-20Ak8s733I3E771256,3.0.1.v200807220139-20Ak8s733I3E771256]
> Unsatisfied dependency: [org.eclipse.emf.ecore.feature.group
> 2.4.0.v200806091234] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore/[2.4.0.v200806091234,2.4.0.v200806091234]
> Unsatisfied dependency: [org.eclipse.wst.xsd.ui 1.2.2.v200802141800]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.xsd.ui 1.2.2.v200802141800]
> requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.wsdl 1.1.101.v200801152132]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.validation.ui
> 1.1.102.v200706071630] requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group
> 3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0.v200806021643,3.0.0)
> Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group
> 3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0.v20080528-9I96EhtEm-T_5C48s6QSenwkJ3cHInkRH3nTT,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group
> 3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI,3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI]
> Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group
> 3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.ws_core.feature.feature.group/[3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J,3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J]
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.jsdt.feature.feature.group
> 1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.command.env.ui
> 1.0.203.v200709052219] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.sse.core 1.1.203.v200802140626]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.annotations.controller
> 1.1.2.v200708301745] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218]
> requiredCapability: osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030]
> requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency:
> [org.eclipse.wst.server_adapters.feature.feature.group
> 3.0.1.v20080730-4-CF_kE77c7SCI58GJ] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.navigator.ui
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.navigator.ui
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.server_ui.feature.feature.group
> 3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.server_core.feature.feature.group/[3.0.1.v200807220139-20Ak8s733I3E771256,3.0.1.v200807220139-20Ak8s733I3E771256]
> Unsatisfied dependency: [org.eclipse.wst.server_ui.feature.feature.group
> 3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core
> 1.1.2.v20071023] requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.204,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core
> 1.1.2.v20071023] requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core
> 1.1.2.v20071023] requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core
> 1.1.2.v20071023] requiredCapability:
> osgi.bundle/org.eclipse.jst.server.core/[1.0.103,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.105.v200806190314]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.105.v200806190314]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.105.v200806190314]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200]
> requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)
> Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.html.ui 1.0.202.v200708292012]
> requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.html.ui 1.0.202.v200708292012]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.platform.feature.group
> 3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.help.feature.group/[1.0.0.v20080603-7r7xEHJEJkZu5nE6Q4Qrtvu6JZ9L,1.0.0.v20080603-7r7xEHJEJkZu5nE6Q4Qrtvu6JZ9L]
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jst.web_ui.feature.feature.group/[3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0,3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0]
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.web_ui.feature.feature.group/[3.0.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.web_ui.feature.feature.group/[3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO,3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO]
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV,1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV]
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI,3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI]
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jst.common_core.feature.feature.group/[3.0.2.v200809102124-2518s733I3G395I75,3.0.2.v200809102124-2518s733I3G395I75]
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.server_adapters.feature.feature.group/[3.0.1.v20080730-4-CF_kE77c7SCI58GJ,3.0.1.v20080730-4-CF_kE77c7SCI58GJ]
> Unsatisfied dependency: [org.eclipse.jst.feature.group
> 3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.0,2.0.0)
> Unsatisfied dependency: [org.eclipse.wst.ws_core.feature.feature.group
> 3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.ws_core.feature.feature.group
> 3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.wst.common.frameworks
> 1.1.103.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common_ui.feature.feature.group
> 3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.common_core.feature.feature.group/[3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs,3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs]
> Unsatisfied dependency: [org.eclipse.wst.common_ui.feature.feature.group
> 3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.server.ui 1.0.206.v20080206b]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.103,1.1.0)
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]
> Unsatisfied dependency: [org.eclipse.rcp.feature.group
> 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui
> 1.0.204.v200801222138] requiredCapability:
> osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)
> Unsatisfied dependency: [org.eclipse.emf.edit.feature.group
> 2.4.0.v200806091234] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.edit/[2.4.0.v200806091234,2.4.0.v200806091234]
> Unsatisfied dependency: [org.eclipse.jem 2.0.100.v200709051030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group
> 3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group
> 3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.web_ui.feature.feature.group/[3.0.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group
> 3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group
> 3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group
> 3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group
> 3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jst.web_core.feature.feature.group/[3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp,3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp]
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.104.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.104.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.core 1.1.104.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.common_core.feature.feature.group
> 3.0.2.v200809102124-2518s733I3G395I75] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.common_core.feature.feature.group
> 3.0.2.v200809102124-2518s733I3G395I75] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.common_ui.feature.feature.group/[3.0.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.common_core.feature.feature.group
> 3.0.2.v200809102124-2518s733I3G395I75] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.xml.core 1.1.202.v200802140626]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.xml.core 1.1.202.v200802140626]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.xml.core 1.1.202.v200802140626]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.104.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.command.env 1.0.205.v200710161954]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.xml.ui 1.0.302.v200802140626]
> requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.xml.ui 1.0.302.v200802140626]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.server_core.feature.feature.group
> 3.0.1.v200807220139-20Ak8s733I3E771256] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group
> 3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group
> 3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group
> 3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.web_core.feature.feature.group/[3.0.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group
> 3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group
> 3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.frameworks
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.common.frameworks
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.frameworks
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.common.frameworks
> 1.1.102.v200709122200] requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.pde.feature.group
> 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.0.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.pde.feature.group
> 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.0.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.jst.servlet.ui 1.1.103.v200802192030]
> requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)
> Unsatisfied dependency: [org.eclipse.jst.servlet.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.servlet.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.servlet.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.servlet.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.core 1.1.101.v200706120315]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.core 1.1.101.v200706120315]
> requiredCapability: osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.core 1.1.101.v200706120315]
> requiredCapability: osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.xml_ui.feature.feature.group
> 3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.xml_ui.feature.feature.group
> 3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_core.feature.feature.group/[3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde,3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde]
> Unsatisfied dependency: [org.eclipse.wst.xml_ui.feature.feature.group
> 3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.common_ui.feature.feature.group/[3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0,3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0]
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.server_ui.feature.feature.group/[3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7,3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7]
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.web_core.feature.feature.group/[3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z,3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z]
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.ws_ui.feature.feature.group/[3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj,3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj]
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI,3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI]
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV,1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV]
> Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group
> 3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.wst.common_ui.feature.feature.group/[3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0,3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0]
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030]
> requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.webservice
> 1.1.102.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.j2ee.webservice
> 1.1.102.v200802192030] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.wst.ws.ui/[1.0.100,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui
> 1.0.206.v200712220541] requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.ws.explorer 1.0.206.v200802072125]
> requiredCapability: osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.common.modulecore
> 1.1.105.v200806190339] requiredCapability:
> osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.jst.server.core 1.0.205.v20070829b]
> requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.jst.server.core 1.0.205.v20070829b]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.103,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.xml_core.feature.feature.group
> 3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.xml_core.feature.feature.group
> 3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
> Unsatisfied dependency: [org.eclipse.jdt.feature.group
> 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jdt.core/[3.4.2.v_883_R34x,3.4.2.v_883_R34x]
> Unsatisfied dependency: [org.eclipse.jdt.feature.group
> 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
> Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
> Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
> Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030]
> requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
> Unsatisfied dependency: [org.eclipse.wst.common.project.facet.ui
> 1.2.1.v200708232226] requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1,1.3.0)
> Unsatisfied dependency: [org.maven.ide.eclipse.feature.feature.group
> 0.9.4.20080603-0114] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/3.1.0
> Unsatisfied dependency: [org.maven.ide.eclipse.feature.feature.group
> 0.9.4.20080603-0114] requiredCapability:
> org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/3.1.0
>
>
> Juan Miguel Salamanca ha scritto:
>
>  Hello all,
>>
>> I have started the development of a new open source eclipse plugin, called
>> Tapestry4e. The code is licensed using GPL v3. It is hosted in this
>> address:
>>
>> http://code.google.com/p/tapestry4e/. I would like to invite all of you
>> to
>> try it and send me your feedback.
>>
>> The main feature of the project, is an editor for tapestry templates, that
>> extends eclipse WTP HTML editor, and provides content assist for
>> components
>> and parameters, apart from the HTML, CSS and JS support that the WTP
>> editor
>> provides. Content assist for properties is planned for Milestone 1.0. The
>> project also implements a builder to provide
>>
>> Also, I am implementing wizards to provide support for common tasks, such
>> as:
>>
>>   - Switch between a T5 class and a template
>>   - New TML template wizard
>>   - New Page/Component wizard
>>
>> Please contact me if you are interested in helping. I hope that you find
>> it
>> useful.
>>
>> Kind regards,
>>
>> Juan M Salamanca
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

Posted by Tapestry Infodea <ta...@infodea.it>.
I've a problem:

Cannot complete the request.  See the details.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.frameworks 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.sse.core 1.1.203.v200802140626] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.common.frameworks 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.frameworks 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.common.core 
1.1.101.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.common.core 
1.1.101.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jem 2.0.100.v200709051030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.common.core 
1.1.101.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.105.v200806190314] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.frameworks 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.annotations.controller 
1.1.2.v200708301745] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.4.2,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.core 
1.0.204.v200708151945] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218] 
requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.command.env 
1.0.205.v200710161954] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.command.env.ui 
1.0.203.v200709052219] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.webservice 
1.1.102.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.navigator.ui 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)] can be 
satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.codegen/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.4.0,3.5.0)] and Match[requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.edit/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.xsd/[2.3.0,2.4.0)] and Match[requiredCapability: 
osgi.bundle/org.eclipse.xsd/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core 
1.1.2.v20071023] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.annotations.core 
1.1.2.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.wsdl 1.1.101.v200801152132] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.4.2,2.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126] 
requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.servlet.ui 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.4.2,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)] can be 
satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.codegen/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.4.0,3.5.0)] and Match[requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.edit/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1,1.3.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.xsd/[2.3.0,2.4.0)] and Match[requiredCapability: 
osgi.bundle/org.eclipse.xsd/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]] 
can be satisfied.
Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.servlet.ui 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.4.2,2.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.2.v3452b,3.4.2.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.2.0,1.3.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.1.v3452b,3.4.1.v3452b]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63,3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.4.0,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.0.v20080603-2000,3.4.0.v20080603-2000]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.expressions/[3.4.1.r342_v20081203-0800,3.4.1.r342_v20081203-0800]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.4.1,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.4.2,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.304,1.1.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.1.0,2.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.0.I20080610-1200,3.4.0.I20080610-1200]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui/[3.4.2.M20090204-0800,3.4.2.M20090204-0800]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.1.R342_v20090205,3.4.1.R342_v20090205]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.201.R34x_v20080819,3.2.201.R34x_v20080819]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.100.v20080610,3.3.100.v20080610]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help/[3.3.102.v20081014_34x,3.3.102.v20081014_34x]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.4.0.v20080512,3.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.101.R34x_v20080731,1.0.101.R34x_v20080731]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)] can be 
satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.codegen/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.1.R34x_v20081128,3.4.1.R34x_v20081128]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.4.0,3.5.0)] and Match[requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.1.0,1.2.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.edit/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.3.0,2.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1,1.3.0)] can 
be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.2.M20090127-1700,3.4.2.M20090127-1700]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.xsd/[2.3.0,2.4.0)] and Match[requiredCapability: 
osgi.bundle/org.eclipse.xsd/[2.4.0,3.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.0.v20080605-1900,3.4.0.v20080605-1900]] 
and Match[requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.osgi/[3.4.3.R34x_v20081215-1030,3.4.3.R34x_v20081215-1030]] 
can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.4.0,3.0.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.4.2,2.5.0)] and 
Match[requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)] can be satisfied.
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.web 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.wsdl.validation 
1.1.201.v200706062140] requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.jsf.common 1.0.2.v200802201120] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.jsf.common 1.0.2.v200802201120] 
requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.core 
1.0.204.v200708151945] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.core 
1.0.204.v200708151945] requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.platform.ide 3.4.0.I20080617-2000] 
requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M,3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M]
Unsatisfied dependency: 
[org.eclipse.wst.common_core.feature.feature.group 
3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: 
[org.eclipse.wst.common_core.feature.feature.group 
3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: 
[org.eclipse.wst.common_core.feature.feature.group 
3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.jst.common.annotations.core 
1.1.2.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group 
3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group 
3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.ws_core.feature.feature.group/[3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J,3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J]
Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group 
3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.common_core.feature.feature.group/[3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs,3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs]
Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group 
3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_core.feature.feature.group/[3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde,3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde]
Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group 
3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV,1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV]
Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group 
3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.wst.web_core.feature.feature.group 
3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.server_core.feature.feature.group/[3.0.1.v200807220139-20Ak8s733I3E771256,3.0.1.v200807220139-20Ak8s733I3E771256]
Unsatisfied dependency: [org.eclipse.emf.ecore.feature.group 
2.4.0.v200806091234] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore/[2.4.0.v200806091234,2.4.0.v200806091234]
Unsatisfied dependency: [org.eclipse.wst.xsd.ui 1.2.2.v200802141800] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.xsd.ui 1.2.2.v200802141800] 
requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.wsdl 1.1.101.v200801152132] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.validation.ui 
1.1.102.v200706071630] requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group 
3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0.v200806021643,3.0.0)
Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group 
3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0.v20080528-9I96EhtEm-T_5C48s6QSenwkJ3cHInkRH3nTT,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group 
3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI,3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI]
Unsatisfied dependency: [org.eclipse.wst.ws_ui.feature.feature.group 
3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.ws_core.feature.feature.group/[3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J,3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J]
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.106.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.jsdt.feature.feature.group 
1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.command.env.ui 
1.0.203.v200709052219] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.sse.core 1.1.203.v200802140626] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.annotations.controller 
1.1.2.v200708301745] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218] 
requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218] 
requiredCapability: osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.ws.ui 1.0.202.v200708202218] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030] 
requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.jca 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: 
[org.eclipse.wst.server_adapters.feature.feature.group 
3.0.1.v20080730-4-CF_kE77c7SCI58GJ] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.navigator.ui 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.navigator.ui 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.server_ui.feature.feature.group 
3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.server_core.feature.feature.group/[3.0.1.v200807220139-20Ak8s733I3E771256,3.0.1.v200807220139-20Ak8s733I3E771256]
Unsatisfied dependency: [org.eclipse.wst.server_ui.feature.feature.group 
3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core 
1.1.2.v20071023] requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.204,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core 
1.1.2.v20071023] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core 
1.1.2.v20071023] requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.server.tomcat.core 
1.1.2.v20071023] requiredCapability: 
osgi.bundle/org.eclipse.jst.server.core/[1.0.103,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.105.v200806190314] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.105.v200806190314] requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.105.v200806190314] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200] 
requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)
Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.ejb.ui 1.1.102.v200709122200] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.html.ui 1.0.202.v200708292012] 
requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.html.ui 1.0.202.v200708292012] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.platform.feature.group 
3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M] 
requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.help.feature.group/[1.0.0.v20080603-7r7xEHJEJkZu5nE6Q4Qrtvu6JZ9L,1.0.0.v20080603-7r7xEHJEJkZu5nE6Q4Qrtvu6JZ9L]
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jst.web_ui.feature.feature.group/[3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0,3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0]
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.web_ui.feature.feature.group/[3.0.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.web_ui.feature.feature.group/[3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO,3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO]
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV,1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV]
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI,3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI]
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jst.common_core.feature.feature.group/[3.0.2.v200809102124-2518s733I3G395I75,3.0.2.v200809102124-2518s733I3G395I75]
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.server_adapters.feature.feature.group/[3.0.1.v20080730-4-CF_kE77c7SCI58GJ,3.0.1.v20080730-4-CF_kE77c7SCI58GJ]
Unsatisfied dependency: [org.eclipse.jst.feature.group 
3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.0,2.0.0)
Unsatisfied dependency: [org.eclipse.wst.ws_core.feature.feature.group 
3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.ws_core.feature.feature.group 
3.0.2.v200809092019-7H7QECdED69XqKg7msej457C5J] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.wst.common.frameworks 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common_ui.feature.feature.group 
3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.common_core.feature.feature.group/[3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs,3.0.2.v200809111955-7C7_EVBE_EkMNrNfWz0T5gs]
Unsatisfied dependency: [org.eclipse.wst.common_ui.feature.feature.group 
3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.server.ui 1.0.206.v20080206b] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.103,1.1.0)
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.swt.win32.win32.x86/[3.4.0.v3448f,3.4.0.v3448f]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.core.jobs/[3.4.0.v20080512,3.4.0.v20080512]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.launcher.win32.win32.x86/[1.0.100.v20080509-1800,1.0.100.v20080509-1800]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.update.configurator/[3.2.200.v20080417,3.2.200.v20080417]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp/[3.4.0.v20080507,3.4.0.v20080507]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.rcp.feature.jar/[3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB,3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB]
Unsatisfied dependency: [org.eclipse.rcp.feature.group 
3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/[3.2.200.v20080421-2006,3.2.200.v20080421-2006]
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.ws.axis.consumption.ui 
1.0.204.v200801222138] requiredCapability: 
osgi.bundle/org.eclipse.jst.ws.consumption.ui/[1.0.101,1.1.0)
Unsatisfied dependency: [org.eclipse.emf.edit.feature.group 
2.4.0.v200806091234] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.edit/[2.4.0.v200806091234,2.4.0.v200806091234]
Unsatisfied dependency: [org.eclipse.jem 2.0.100.v200709051030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.3.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200803071930] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group 
3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group 
3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.web_ui.feature.feature.group/[3.0.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group 
3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group 
3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group 
3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_ui.feature.feature.group 
3.0.2.v200809132300-7E4E_DDgvY1ekz-f7Bp0z--dduz0] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jst.web_core.feature.feature.group/[3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp,3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp]
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.core 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: 
[org.eclipse.jst.common_core.feature.feature.group 
3.0.2.v200809102124-2518s733I3G395I75] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: 
[org.eclipse.jst.common_core.feature.feature.group 
3.0.2.v200809102124-2518s733I3G395I75] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.common_ui.feature.feature.group/[3.0.0,4.0.0)
Unsatisfied dependency: 
[org.eclipse.jst.common_core.feature.feature.group 
3.0.2.v200809102124-2518s733I3G395I75] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.xml.core 1.1.202.v200802140626] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.xml.core 1.1.202.v200802140626] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.xml.core 1.1.202.v200802140626] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.104.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.command.env 
1.0.205.v200710161954] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.xml.ui 1.0.302.v200802140626] 
requiredCapability: osgi.bundle/org.eclipse.wst.sse.ui/[1.0.101,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.xml.ui 1.0.302.v200802140626] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: 
[org.eclipse.wst.server_core.feature.feature.group 
3.0.1.v200807220139-20Ak8s733I3E771256] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group 
3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group 
3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group 
3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.web_core.feature.feature.group/[3.0.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group 
3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.edit.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.jst.web_core.feature.feature.group 
3.0.2.v200809132300-7M7AEWlEFp_acwcctz0aHtp] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws 1.0.204.v200711140435] 
requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.frameworks 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.common.frameworks 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.frameworks 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.common.frameworks 
1.1.102.v200709122200] requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.pde.feature.group 
3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.0.0,4.0.0)
Unsatisfied dependency: [org.eclipse.pde.feature.group 
3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.0.0,4.0.0)
Unsatisfied dependency: [org.eclipse.jst.servlet.ui 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)
Unsatisfied dependency: [org.eclipse.jst.servlet.ui 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.servlet.ui 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.servlet.ui 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.servlet.ui 
1.1.103.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.core 
1.1.101.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.core 
1.1.101.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.core.runtime/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.core 
1.1.101.v200706120315] requiredCapability: 
osgi.bundle/org.eclipse.core.expressions/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.xml_ui.feature.feature.group 
3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.xml_ui.feature.feature.group 
3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_core.feature.feature.group/[3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde,3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde]
Unsatisfied dependency: [org.eclipse.wst.xml_ui.feature.feature.group 
3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.common_ui.feature.feature.group/[3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0,3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0]
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.codegen/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee 1.1.107.v200806252211] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.server_ui.feature.feature.group/[3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7,3.0.2.v20080916-791An9vEJ-Z2ZFYQHVTA69B7]
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.web_core.feature.feature.group/[3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z,3.0.2.v200809120250-7G2EAkAM1vOoiz-FKJ6cLBmZJK-z]
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.ws_ui.feature.feature.group/[3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj,3.0.2.v200809031518-7E2EFQC-2f8hz-XgjEK-poIFXdaj]
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.xml_ui.feature.feature.group/[3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI,3.0.2.v200809120241-7F2ENKCwum6y6I7yPZPz0PesY7SI]
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.jsdt.feature.feature.group/[1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV,1.0.2.v200809102023-6-7SBcMAAwAyIPHRNV]
Unsatisfied dependency: [org.eclipse.wst.web_ui.feature.feature.group 
3.0.2.v200809120250-7R0ELgE8Ks2BkwqhfaWt56bSGVAO] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.wst.common_ui.feature.feature.group/[3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0,3.0.2.v200809102124-7C78ELYE8VrRVorQo1kX3DsOgXz0]
Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030] 
requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.ui/[1.1.0,1.3.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ui 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.ui 1.0.203.v200708222126] 
requiredCapability: osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.ejb 1.1.105.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.sse.ui 1.0.305.v200802142230] 
requiredCapability: osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.webservice 
1.1.102.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.j2ee.webservice 
1.1.102.v200802192030] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.0.100,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.jst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.jst.ws.consumption.ui 
1.0.206.v200712220541] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.wst.ws.ui/[1.0.202,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.emf.common/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.ws.explorer 
1.0.206.v200802072125] requiredCapability: 
osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.ecore.xmi/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.common.modulecore 
1.1.105.v200806190339] requiredCapability: 
osgi.bundle/org.eclipse.emf.edit/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.jst.server.core 1.0.205.v20070829b] 
requiredCapability: 
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.jst.server.core 1.0.205.v20070829b] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.103,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.xml_core.feature.feature.group 
3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.xml_core.feature.feature.group 
3.0.2.v200809120241-7A7NEGzE7QYGHNHAQoGkde] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.emf.ecore.feature.group/[2.4.0,3.0.0)
Unsatisfied dependency: [org.eclipse.jdt.feature.group 
3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97] 
requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jdt.core/[3.4.2.v_883_R34x,3.4.2.v_883_R34x]
Unsatisfied dependency: [org.eclipse.jdt.feature.group 
3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97] 
requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/[3.4.0,4.0.0)
Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)
Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.emf.ecore/[2.2.0,2.4.0)
Unsatisfied dependency: [org.eclipse.wst.web 1.1.103.v200802192030] 
requiredCapability: osgi.bundle/org.eclipse.wst.server.core/[1.0.102,1.1.0)
Unsatisfied dependency: [org.eclipse.wst.common.project.facet.ui 
1.2.1.v200708232226] requiredCapability: 
osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1,1.3.0)
Unsatisfied dependency: [org.maven.ide.eclipse.feature.feature.group 
0.9.4.20080603-0114] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/3.1.0
Unsatisfied dependency: [org.maven.ide.eclipse.feature.feature.group 
0.9.4.20080603-0114] requiredCapability: 
org.eclipse.equinox.p2.iu/org.eclipse.platform.feature.group/3.1.0


Juan Miguel Salamanca ha scritto:
> Hello all,
> 
> I have started the development of a new open source eclipse plugin, called
> Tapestry4e. The code is licensed using GPL v3. It is hosted in this address:
> 
> http://code.google.com/p/tapestry4e/. I would like to invite all of you to
> try it and send me your feedback.
> 
> The main feature of the project, is an editor for tapestry templates, that
> extends eclipse WTP HTML editor, and provides content assist for components
> and parameters, apart from the HTML, CSS and JS support that the WTP editor
> provides. Content assist for properties is planned for Milestone 1.0. The
> project also implements a builder to provide
> 
> Also, I am implementing wizards to provide support for common tasks, such
> as:
> 
>    - Switch between a T5 class and a template
>    - New TML template wizard
>    - New Page/Component wizard
> 
> Please contact me if you are interested in helping. I hope that you find it
> useful.
> 
> Kind regards,
> 
> Juan M Salamanca
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org