Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Updating the About Text of RCP
Updating the About Text of RCP [message #194613] Fri, 16 February 2007 13:36 Go to next message
zakir Hussain is currently offline zakir HussainFriend
Messages: 76
Registered: July 2009
Member
Hi ,

I am working with an RCP now.

I had created an RCP out of a plugin...

I have contributed aboutText of RCP in the plugin...

write now after extracting the RCP , can i update the AboutText with out
going into the development environment....

Regards,

Zakir
Re: Updating the About Text of RCP [message #194636 is a reply to message #194613] Fri, 16 February 2007 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

Hi Zakir,
sure you can, aboutText is stored in plugin.xml file found in your
plugin jar. Unzip it, change the text and that's it :)

zakir napisał(a):
> Hi ,
>
> I am working with an RCP now.
>
> I had created an RCP out of a plugin...
>
> I have contributed aboutText of RCP in the plugin...
>
> write now after extracting the RCP , can i update the AboutText with out
> going into the development environment....
>
> Regards,
>
> Zakir
>
Re: Updating the About Text of RCP [message #194682 is a reply to message #194636] Fri, 16 February 2007 18:19 Go to previous messageGo to next message
zakir Hussain is currently offline zakir HussainFriend
Messages: 76
Registered: July 2009
Member
Hi ,

I have tried changing in...plugin.xml

I had also tried by changing the product file....

But this is not working.....

Is there any alternate way to perform this task....


Thanks in advance....

Regards,

Zakir
Re: Updating the About Text of RCP [message #194760 is a reply to message #194682] Sat, 17 February 2007 08:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

Zakir,
then the question is, what is the RCP you are trying to change. If it's
created using default Eclipse wizard, then the about text is defined in
plugin with product definition. There is a fragment like this:

<extension id="product" point="org.eclipse.core.runtime.products">
<product application="MyRCP.application" name="RCP Product">
<property name="aboutText" value="CHANGE ME! :)">
</property>

Please also verify that the product you run is the same, you have just
modified. For example, if you unzip the plugin with product, modify the
above fragment, then don't forget to remove the original plugin jar
file, so the RCP will use unzipped directory.

Let me know if that has worked for you.

Jacek Pospychala

zakir napisał(a):
> Hi ,
>
> I have tried changing in...plugin.xml
>
> I had also tried by changing the product file....
>
> But this is not working.....
>
> Is there any alternate way to perform this task....
>
>
> Thanks in advance....
>
> Regards,
>
> Zakir
>
Re: Updating the About Text of RCP [message #194774 is a reply to message #194760] Sat, 17 February 2007 12:56 Go to previous message
zakir Hussain is currently offline zakir HussainFriend
Messages: 76
Registered: July 2009
Member
Hi,

I had done what all the things you had told...

but it is not working....

Could you suggest me regarding this...

Regards,

Zakir
Previous Topic:Extra space in the Table of Swt
Next Topic:Using EMF Project as ordinary JavaProject...
Goto Forum:
  


Current Time: Thu Mar 28 16:00:24 GMT 2024

Powered by FUDForum. Page generated in 0.05454 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top