build process [message #464453] |
Wed, 07 March 2007 07:59  |
Eclipse User |
|
|
|
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> <extension<br>
id="product"<br>
point="org.eclipse.core.runtime.products"><br>
<product<br>
application="com.astrac.as.client.ide.core.ASClientApp"<br >
name="%productName"><br>
<property<br>
name="windowImages"<br>
value="icons/objects/servers.gif"/><br>
<property<br>
name="preferenceCustomization"<br>
value="preferences.ini"/><br>
<font color="#ff0000"> <property
name="startupForegroundColor" value="000000"/><br>
<property name="startupProgressRect"
value="0,245,400,15"/><br>
<property name="startupMessageRect"
value="7,230,400,15"/><br>
</font> </product><br>
</extension><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 #464455 is a reply to message #464454] |
Wed, 07 March 2007 08:39  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03359 seconds