Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » build process
build process [message #464453] Wed, 07 March 2007 07:59 Go to next message
Eclipse UserFriend
Originally posted by: peter_ossipov.mail.ru

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello everybody!<br>
I have a product declared in plugin.xml like this:<br>
<b>&nbsp;&nbsp; &lt;extension<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; id="product"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; point="org.eclipse.core.runtime.products"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;product<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; application="com.astrac.as.client.ide.core.ASClientApp"<br >
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="%productName"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;property<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; name="windowImages"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; value="icons/objects/servers.gif"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;property<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; name="preferenceCustomization"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; value="preferences.ini"/&gt;<br>
<font color="#ff0000">&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;property
name="startupForegroundColor" value="000000"/&gt;<br>
&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;property name="startupProgressRect"
value="0,245,400,15"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;property name="startupMessageRect"
value="7,230,400,15"/&gt;<br>
</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/product&gt;<br>
&nbsp;&nbsp; &lt;/extension&gt;<br>
</b>So, a matter of interest are the 3 properties in red. It works
fine. But when I launch the application from product editor, plugin.xml
is modified in such a way that those 3 properties are removed. I do not
like that. What am I doing wrong?<br>
Thanks very much in advance!<br>
<br>
</body>
</html>
Re: build process [message #464454 is a reply to message #464453] Wed, 07 March 2007 08:28 Go to previous messageGo to next message
Eclipse UserFriend
Peter Osipov schrieb:
> Hello everybody!
> I have a product declared in plugin.xml like this:
> * <extension
> id="product"
> point="org.eclipse.core.runtime.products">
> <product
> application="com.astrac.as.client.ide.core.ASClientApp"
> name="%productName">
> <property
> name="windowImages"
> value="icons/objects/servers.gif"/>
> <property
> name="preferenceCustomization"
> value="preferences.ini"/>
> <property name="startupForegroundColor" value="000000"/>
> <property name="startupProgressRect" value="0,245,400,15"/>
> <property name="startupMessageRect" value="7,230,400,15"/>
> </product>
> </extension>
> *So, a matter of interest are the 3 properties in red. It works fine. But when I
> launch the application from product editor, plugin.xml is modified in such a way
> that those 3 properties are removed. I do not like that. What am I doing wrong?
> Thanks very much in advance!
>
It is hard to see which properties you are referring to on a plain text
messages. Please specify which properties you are referring to using
some sort of text marker.

Regards
Stefan
Re: build process [message #464455 is a reply to message #464454] Wed, 07 March 2007 08:39 Go to previous message
Eclipse UserFriend
Originally posted by: peter_ossipov.mail.ru

Guten Tag Langer!
This are the properties:
<property name="startupForegroundColor" value="000000"/>
<property name="startupProgressRect" value="0,245,400,15"/>
<property name="startupMessageRect" value="7,230,400,15"/>

Stefan Langer wrote:
> Peter Osipov schrieb:
>> Hello everybody!
>> I have a product declared in plugin.xml like this:
>> * <extension
>> id="product"
>> point="org.eclipse.core.runtime.products">
>> <product
>> application="com.astrac.as.client.ide.core.ASClientApp"
>> name="%productName">
>> <property
>> name="windowImages"
>> value="icons/objects/servers.gif"/>
>> <property
>> name="preferenceCustomization"
>> value="preferences.ini"/>
>> <property name="startupForegroundColor" value="000000"/>
>> <property name="startupProgressRect" value="0,245,400,15"/>
>> <property name="startupMessageRect" value="7,230,400,15"/>
>> </product>
>> </extension>
>> *So, a matter of interest are the 3 properties in red. It works fine.
>> But when I launch the application from product editor, plugin.xml is
>> modified in such a way that those 3 properties are removed. I do not
>> like that. What am I doing wrong?
>> Thanks very much in advance!
>>
> It is hard to see which properties you are referring to on a plain
> text messages. Please specify which properties you are referring to
> using some sort of text marker.
>
> Regards
> Stefan
Previous Topic:Create a dynamic menu
Next Topic:Document Viewer for multiple formats ?
Goto Forum:
  


Current Time: Mon Apr 14 17:59:43 EDT 2025

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

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

Back to the top