To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70859





------- Additional comments from [EMAIL PROTECTED] Mon Nov  6 02:13:35 -0800 
2006 -------
Well, that is all your opinion. We have an OpenOffice.org version 2.1 and
require a packageversion 2.1.0. That is very simple. In the past we had an
OpenOffice.org version 2.0 and package version from 2.0.1 to 2.0.4. The package
version was only used for installation, the "2.0" was used in the installed
product. 

I explained your question already several times. Please read my mails more 
carefully

* Why don't you use different values for PACKAGEVERSION in OOo and SO?
We have different version for OOo and SO. For OOo it is 2.1.0, for SO it is 
8.0.5.

* Why do you need another variable if the PACKAGEVERSION already shows the
requested information?
That is your opinion. The requested version inside OpenOffice.org is "2.1", not
"2.1.0". Therefore we need a new variable in setup.xcu, which will be set to
"2.1.0" for OOo. But for StarOffice, we do not want to set this variable to
8.0.5, but to 8 (the ProductVersion).  And there is only one way to give values
from variables from the installation into the product. And this is code like 
this:

<prop oor:name="ooPackageVersion">
        <value>${PACKAGEVERSION}</value>
</prop>

Unfortunately this would lead to "8.0.5" for StarOffice in the AboutBox. And
that is not what we want to have. Therefore we need a new variable, that
contains the value of PACKAGEVERSION for OOo and for PRODUCTVERSION for SO.
Otherwise we would have to make this differentiation in the sourcecode or
introduce two versions of setup.xcu.



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to