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 Oct 30 04:10:51 -0800
2006 -------
In setup.xcu we have to introduce a new snippet like
<prop oor:name="ooPackageVersion">
<value>${PACKAGEVERSION}</value>
</prop>
because we want to have both: "ooSetupVersion" and "ooPackageVersion".
Of course no code breaks, if you exchange "2.1" by "2.1.0". This is a problem of
user experience. If someone wants to get the Productversion ("2.1") with his
code, you cannot give him "2.1.0", because this is only a technical number,
which should be invisible to the user.
And if we introduce something like
<prop oor:name="ooPackageVersion">
<value>${PACKAGEVERSION}</value>
</prop>
this breaks the code, that displays the version in the AboutBox. For SO there
only has to be written a "8" and not a "8.1.0". Therefore we would have to
duplicate the "setup.xcu" -> One version for OOo and one version for SO. And
therefore I prefer to introduce a new variable, that is identical with
PACKAGEVERSION for OOo and identical with PRODUCTVERSION for SO.
Not nice, but the smallest problem for me, who always adapts this numbers.
---------------------------------------------------------------------
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]