[CONF] Apache OpenOffice Community > AOO Final Regression Test Guidance

2013-06-14 Thread confluence
Space: Apache OpenOffice Community 
(https://cwiki.apache.org/confluence/display/OOOUSERS)
Page: AOO Final Regression Test Guidance 
(https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+Final+Regression+Test+Guidance)

Added by Yu Zhen Fan:
-
We just complete full regression and are now planning the final regression for 
AOO 4.0 Testing. Here is the guidance to instruct you on locating target build, 
executing assigned test cases, reporting bugs.

*0. Overall test information:
Test build:  AOO 4.0 development build (see more in *1)
Test platform: Ubuntu Linux 64-bit, Suse(Redhat) Linux 64-bit, Win 7, Mac
Test plan: AOO 4.0 Final Regression Test
Test execution: Find your assignment in TestLink (see more in *2)
Test report: Report your execution result in TestLink (see more in *2)
Defect: Report AOO bugs in Bugzilla (see more in *3)


*1. Download AOO 4.0 build and install AOO 4.0:
Builds could be downloaded from following URL which has the latest 4.0 
development build: 
https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-AOOSnapshotfullsets


*2. Execute test cases in TestLink:*
(1) Register in TestLink and login with your account
http://aootesting.adfinis-sygroup.org/index.php
(2) Select Test Project as "Apache OpenOffice testproject" in the right top 
corner and select Current Test Plan as “AOO 4.0 Final Regression Test” below 
Test Project
(3) Click “Test Cases Assigned to Me” to get the test case list that is 
assigned to you
(4) Click the green gear icon beside each test case to load the text execution 
page
(5)Execute the test case according to the test case description
(6)Make sure to perform all test cases with navigation and accelerators
(7)Record test case execution result in “Result” and input in “Notes / 
Description” if any update, make sure to specify defect numbers in Testlink for 
failed test executions
More instructions on TestLink could be found at 
http://wiki.openoffice.org/wiki/QA/Testlink, Also a video about how to run test 
case and input test result are provided at
http://wiki.openoffice.org/wiki/QA/Testlink#Video_Demo

*3. Open bugs in Bugzilla*
Please open bugs in bugzilla to address issues in AOO test
(1) Register in Bugzilla: https://issues.apache.org/ooo/
(2) Login Bugzilla with your account to open new bugs. Here is the reference on 
how to file
a good issue 
(3) Mark it as Regression if it is a regression from AOO 3.4.1, or regression 
from previous full regression testing of AOO 4.0

Change your notification preferences: 
https://cwiki.apache.org/confluence/users/viewnotifications.action


svn commit: r1492988 - /openoffice/trunk/main/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx

2013-06-14 Thread paveljanik
Author: paveljanik
Date: Fri Jun 14 07:53:37 2013
New Revision: 1492988

URL: http://svn.apache.org/r1492988
Log:
Reorder initializations (and unify formatting) to prevent compiler warnings.

Modified:

openoffice/trunk/main/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx

Modified: 
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx?rev=1492988&r1=1492987&r2=1492988&view=diff
==
--- 
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx 
(original)
+++ 
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx 
Fri Jun 14 07:53:37 2013
@@ -54,39 +54,39 @@ namespace svx { namespace sidebar {
 
 
 ParaLineSpacingControl::ParaLineSpacingControl(Window* pParent, 
svx::sidebar::ParaPropertyPanel& rPanel)
-:  PopupControl( pParent,SVX_RES(RID_POPUPPANEL_PARAPAGE_LINESPACING))
-,  mrParaPropertyPanel(rPanel)
-,  mpBindings(NULL)
-,aLineDist ( this, SVX_RES( LB_LINE_SPACING )),
-aLineDistAtPercentBox  ( this, SVX_RES( ED_SBINDE_LINEDISTPERCENT ) ),
-aLineDistAtMetricBox   ( this, SVX_RES( ED_SBINDE_LINEDISTPOINT ) ),
-maCustomFT( this, SVX_RES( FT_CUSTOM ) ),
-maLSpacingFT  ( this, SVX_RES( FT_LINE_SPACING ) ),
-maOfFT( this, SVX_RES( FT_OF ) ),
-maSpacing1   (SVX_RES(IMG_SPACING1)),
-maSpacing115 (SVX_RES(IMG_SPACING115)),
-maSpacing15  (SVX_RES(IMG_SPACING15)),
-maSpacing2   (SVX_RES(IMG_SPACING2)),
-maSelSpacing1(SVX_RES(IMG_SEL_SPACING1)),
-maSelSpacing115  (SVX_RES(IMG_SEL_SPACING115)),
-maSelSpacing15   (SVX_RES(IMG_SEL_SPACING15)),
-maSelSpacing2(SVX_RES(IMG_SEL_SPACING2)),
-maImgCusGrey(SVX_RES(IMG_CUSTOM_GRAY)),
-maImgCus(SVX_RES(IMG_CUSTOM)),
-maStrCus(SVX_RES(STR_LCVALUE)),
-pActLineDistFld( &aLineDistAtPercentBox ),
-nMinFixDist( BEGIN_VALUE ),
-maValue ( 0 ),
-maPos   ( 0 ),
-maLineSpacing  (ValueSetWithTextControl::IMAGE_TEXT,this, SVX_RES( 
LINE_SPACING ) ),
-mpImg  (NULL),
-mpImgSel   (NULL),
-mpStr  (NULL),
-mpStrTip   (NULL),
-maLine (SVX_RES(STR_LSPACING)),
-maOf   (SVX_RES(STR_LS_OF))
-, mbUseLineSPCustom (0)
-, mbLineSPDisable   (0)
+:  PopupControl( pParent,SVX_RES(RID_POPUPPANEL_PARAPAGE_LINESPACING)),
+   mbUseLineSPCustom   (0),
+   mbLineSPDisable (0),
+   mrParaPropertyPanel (rPanel),
+   mpBindings  (NULL),
+   nMinFixDist (BEGIN_VALUE),
+   pActLineDistFld (&aLineDistAtPercentBox),
+   maLineSpacing   (ValueSetWithTextControl::IMAGE_TEXT,this, 
SVX_RES(LINE_SPACING)),
+   maCustomFT  (this, SVX_RES(FT_CUSTOM)),
+   maLSpacingFT(this, SVX_RES(FT_LINE_SPACING)),
+   aLineDist   (this, SVX_RES(LB_LINE_SPACING)),
+   maOfFT  (this, SVX_RES(FT_OF)),
+   aLineDistAtPercentBox   (this, SVX_RES(ED_SBINDE_LINEDISTPERCENT)),
+   aLineDistAtMetricBox(this, SVX_RES(ED_SBINDE_LINEDISTPOINT)),
+   maSpacing1  (SVX_RES(IMG_SPACING1)),
+   maSpacing115(SVX_RES(IMG_SPACING115)),
+   maSpacing15 (SVX_RES(IMG_SPACING15)),
+   maSpacing2  (SVX_RES(IMG_SPACING2)),
+   maSelSpacing1   (SVX_RES(IMG_SEL_SPACING1)),
+   maSelSpacing115 (SVX_RES(IMG_SEL_SPACING115)),
+   maSelSpacing15  (SVX_RES(IMG_SEL_SPACING15)),
+   maSelSpacing2   (SVX_RES(IMG_SEL_SPACING2)),
+   maImgCus(SVX_RES(IMG_CUSTOM)),
+   maImgCusGrey(SVX_RES(IMG_CUSTOM_GRAY)),
+   maStrCus(SVX_RES(STR_LCVALUE)),
+   mpImg   (NULL),
+   mpImgSel(NULL),
+   mpStr   (NULL),
+   mpStrTip(NULL),
+   maLine  (SVX_RES(STR_LSPACING)),
+   maOf(SVX_RES(STR_LS_OF)),
+   maValue (0),
+   maPos   (0)
 {
initial();
FreeResource();




buildbot success in ASF Buildbot on openoffice-linux64-nightly

2013-06-14 Thread buildbot
Hi! , The openoffice-linux64-nightly builder has just completed a run

STATUS: Success

 Build revision 1492948 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: tethys_ubuntu

 Build results at: 
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/637

 Build reason was: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






svn commit: r1493026 - /openoffice/trunk/main/canvas/source/vcl/canvascustomsprite.cxx

2013-06-14 Thread alg
Author: alg
Date: Fri Jun 14 11:20:45 2013
New Revision: 1493026

URL: http://svn.apache.org/r1493026
Log:
i122485 Preliminary fix: Do not use 1Bit deep VDevs in Linux environment

Modified:
openoffice/trunk/main/canvas/source/vcl/canvascustomsprite.cxx

Modified: openoffice/trunk/main/canvas/source/vcl/canvascustomsprite.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/canvas/source/vcl/canvascustomsprite.cxx?rev=1493026&r1=1493025&r2=1493026&view=diff
==
--- openoffice/trunk/main/canvas/source/vcl/canvascustomsprite.cxx (original)
+++ openoffice/trunk/main/canvas/source/vcl/canvascustomsprite.cxx Fri Jun 14 
11:20:45 2013
@@ -80,9 +80,8 @@ namespace vclcanvas
 BackBufferSharedPtr pBackBuffer( new BackBuffer( 
rOutDevProvider->getOutDev() ) );
 pBackBuffer->setSize( aSize );
 
-// create mask backbuffer, with one bit color depth
-BackBufferSharedPtr pBackBufferMask( new BackBuffer( 
rOutDevProvider->getOutDev(), 
- true ) );
+// create mask backbuffer, with one bit color depth #122485# use full 
depth to avoid problem with 1bit depth, get AAed masks
+BackBufferSharedPtr pBackBufferMask( new BackBuffer( 
rOutDevProvider->getOutDev() ) ); // , true ) ); // #122485#
 pBackBufferMask->setSize( aSize );
 
 // TODO(F1): Implement alpha vdev (could prolly enable




svn commit: r1493049 - in /openoffice/trunk/main/drawinglayer/source: primitive2d/primitivetools2d.cxx processor2d/vclprocessor2d.cxx

2013-06-14 Thread alg
Author: alg
Date: Fri Jun 14 12:02:40 2013
New Revision: 1493049

URL: http://svn.apache.org/r1493049
Log:
i12525 use X and Y for unit evaluation

Modified:
openoffice/trunk/main/drawinglayer/source/primitive2d/primitivetools2d.cxx
openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx

Modified: 
openoffice/trunk/main/drawinglayer/source/primitive2d/primitivetools2d.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/primitive2d/primitivetools2d.cxx?rev=1493049&r1=1493048&r2=1493049&view=diff
==
--- openoffice/trunk/main/drawinglayer/source/primitive2d/primitivetools2d.cxx 
(original)
+++ openoffice/trunk/main/drawinglayer/source/primitive2d/primitivetools2d.cxx 
Fri Jun 14 12:02:40 2013
@@ -38,8 +38,9 @@ namespace drawinglayer
{
::osl::MutexGuard aGuard( m_aMutex );
 
-   // get the current DiscreteUnit
-   const double 
fDiscreteUnit((rViewInformation.getInverseObjectToViewTransformation() * 
basegfx::B2DVector(1.0, 0.0)).getLength());
+   // get the current DiscreteUnit, look at X and Y and 
use the maximum
+const basegfx::B2DVector 
aDiscreteVector(rViewInformation.getInverseObjectToViewTransformation() * 
basegfx::B2DVector(1.0, 1.0));
+const double fDiscreteUnit(std::min(fabs(aDiscreteVector.getX()), 
fabs(aDiscreteVector.getY(;
 
if(getBuffered2DDecomposition().hasElements() && 
!basegfx::fTools::equal(fDiscreteUnit, getDiscreteUnit()))
{

Modified: 
openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx?rev=1493049&r1=1493048&r2=1493049&view=diff
==
--- openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx 
(original)
+++ openoffice/trunk/main/drawinglayer/source/processor2d/vclprocessor2d.cxx 
Fri Jun 14 12:02:40 2013
@@ -1279,7 +1279,8 @@ namespace drawinglayer
 {
 const basegfx::BColor 
aColorA(maBColorModifierStack.getModifiedColor(rCandidate.getColorA()));
 const basegfx::BColor 
aColorB(maBColorModifierStack.getModifiedColor(rCandidate.getColorB()));
-const double 
fDiscreteUnit((getViewInformation2D().getInverseObjectToViewTransformation() * 
basegfx::B2DVector(1.0, 0.0)).getLength());
+const basegfx::B2DVector 
aDiscreteVector(getViewInformation2D().getInverseObjectToViewTransformation() * 
basegfx::B2DVector(1.0, 1.0));
+const double 
fDiscreteUnit(std::min(fabs(aDiscreteVector.getX()), 
fabs(aDiscreteVector.getY(;
 
 // use color distance and discrete lengths to calculate step 
count
 const sal_uInt32 nSteps(calculateStepsForSvgGradient(aColorA, 
aColorB, fDelta, fDiscreteUnit));
@@ -1321,7 +1322,8 @@ namespace drawinglayer
 {
 const basegfx::BColor 
aColorA(maBColorModifierStack.getModifiedColor(rCandidate.getColorA()));
 const basegfx::BColor 
aColorB(maBColorModifierStack.getModifiedColor(rCandidate.getColorB()));
-const double 
fDiscreteUnit((getViewInformation2D().getInverseObjectToViewTransformation() * 
basegfx::B2DVector(1.0, 0.0)).getLength());
+const basegfx::B2DVector 
aDiscreteVector(getViewInformation2D().getInverseObjectToViewTransformation() * 
basegfx::B2DVector(1.0, 1.0));
+const double 
fDiscreteUnit(std::min(fabs(aDiscreteVector.getX()), 
fabs(aDiscreteVector.getY(;
 
 // use color distance and discrete lengths to calculate step 
count
 const sal_uInt32 nSteps(calculateStepsForSvgGradient(aColorA, 
aColorB, fDeltaScale, fDiscreteUnit));




svn commit: r1493078 - /openoffice/trunk/main/vcl/unx/generic/gdi/salgdi.cxx

2013-06-14 Thread alg
Author: alg
Date: Fri Jun 14 14:10:48 2013
New Revision: 1493078

URL: http://svn.apache.org/r1493078
Log:
i122456 Corrected tesellationing for fat lines

Modified:
openoffice/trunk/main/vcl/unx/generic/gdi/salgdi.cxx

Modified: openoffice/trunk/main/vcl/unx/generic/gdi/salgdi.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/unx/generic/gdi/salgdi.cxx?rev=1493078&r1=1493077&r2=1493078&view=diff
==
--- openoffice/trunk/main/vcl/unx/generic/gdi/salgdi.cxx (original)
+++ openoffice/trunk/main/vcl/unx/generic/gdi/salgdi.cxx Fri Jun 14 14:10:48 
2013
@@ -1238,7 +1238,10 @@ bool X11SalGraphics::drawPolyLine(
 // #i11575#desc5#b adjust B2D tesselation result to raster positions
 basegfx::B2DPolygon aPolygon = rPolygon;
 const double fHalfWidth = 0.5 * rLineWidth.getX();
-aPolygon.transform( 
basegfx::tools::createTranslateB2DHomMatrix(+fHalfWidth,+fHalfWidth) );
+
+// #122456# This is probably thought to happen to align hairlines to pixel 
positions, so
+// it should be a 0.5 translation, not more. It will definitely go wrong 
with fat lines
+aPolygon.transform( basegfx::tools::createTranslateB2DHomMatrix(0.5, 0.5) 
);
 
 // shortcut for hairline drawing to improve performance
 bool bDrawnOk = true;




svn commit: r1493159 - /openoffice/trunk/main/svgio/source/svgreader/svgnode.cxx

2013-06-14 Thread alg
Author: alg
Date: Fri Jun 14 17:06:00 2013
New Revision: 1493159

URL: http://svn.apache.org/r1493159
Log:
i122522 apply needed order to CSS styles to presentation styles

Modified:
openoffice/trunk/main/svgio/source/svgreader/svgnode.cxx

Modified: openoffice/trunk/main/svgio/source/svgreader/svgnode.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svgio/source/svgreader/svgnode.cxx?rev=1493159&r1=1493158&r2=1493159&view=diff
==
--- openoffice/trunk/main/svgio/source/svgreader/svgnode.cxx (original)
+++ openoffice/trunk/main/svgio/source/svgreader/svgnode.cxx Fri Jun 14 
17:06:00 2013
@@ -185,12 +185,43 @@ namespace svgio
 void SvgNode::parseAttributes(const com::sun::star::uno::Reference< 
com::sun::star::xml::sax::XAttributeList >& xAttribs)
 {
 const sal_uInt32 nAttributes(xAttribs->getLength());
-
+// #122522# SVG defines that 'In general, this means that the 
presentation attributes have 
+// lower priority than other CSS style rules specified in author 
style sheets or ‘style’ 
+// attributes.' in 
http://www.w3.org/TR/SVG/styling.html#UsingPresentationAttributes 
+// (6.4 Specifying properties using the presentation attributes 
SVG 1.1). That means that
+// e.g. font-size will appear as presentation attribute and CSS 
style attribute. In these
+// cases, CSS style attributes need to have precedence. To do so 
it is possible to create
+// a proirity system for all properties of a shape, but it will 
also work to parse the
+// presentation attributes of type 'style' last, so they will 
overwrite the less-prioritized
+// already interpreted ones. Thus, remember SVGTokenStyle entries 
and parse them last.
+// To make this work it is required that parseAttribute is only 
called by parseAttributes
+// which is the case.
+std::vector< sal_uInt32 > aSVGTokenStyleIndexes;
+
 for(sal_uInt32 a(0); a < nAttributes; a++)
 {
 const ::rtl::OUString aTokenName(xAttribs->getNameByIndex(a));
-
-parseAttribute(aTokenName, StrToSVGToken(aTokenName), 
xAttribs->getValueByIndex(a));
+const SVGToken aSVGToken(StrToSVGToken(aTokenName));
+
+if(SVGTokenStyle == aSVGToken)
+{
+// #122522# remember SVGTokenStyle entry
+aSVGTokenStyleIndexes.push_back(a);
+}
+else
+{
+parseAttribute(aTokenName, StrToSVGToken(aTokenName), 
xAttribs->getValueByIndex(a));
+}
+}
+
+// #122522# parse SVGTokenStyle entries last to override already 
interpreted
+// 'presentation attributes' of potenially the same type
+for(sal_uInt32 b(0); b < aSVGTokenStyleIndexes.size(); b++)
+{
+const sal_uInt32 nSVGTokenStyleIndex(aSVGTokenStyleIndexes[b]);
+const ::rtl::OUString 
aTokenName(xAttribs->getNameByIndex(nSVGTokenStyleIndex));
+
+parseAttribute(aTokenName, SVGTokenStyle, 
xAttribs->getValueByIndex(nSVGTokenStyleIndex));
 }
 }
 




svn commit: r1493164 - /openoffice/ooo-site/trunk/content/distribution/best-practices.html

2013-06-14 Thread robweir
Author: robweir
Date: Fri Jun 14 17:13:21 2013
New Revision: 1493164

URL: http://svn.apache.org/r1493164
Log: (empty)

Added:
openoffice/ooo-site/trunk/content/distribution/best-practices.html

Added: openoffice/ooo-site/trunk/content/distribution/best-practices.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/distribution/best-practices.html?rev=1493164&view=auto
==
--- openoffice/ooo-site/trunk/content/distribution/best-practices.html (added)
+++ openoffice/ooo-site/trunk/content/distribution/best-practices.html Fri Jun 
14 17:13:21 2013
@@ -0,0 +1,41 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+http://www.w3.org/1999/xhtml";>
+
+  
+  (Draft)Apache OpenOffice Distributor Best Practices
+
+
+
+
+   Purpose
+
+   The Apache OpenOffice project, working with partners like 
SourceForge, takes great pains to ensure that our users have a good experience 
when they download
+OpenOffice from the web.  We want them to have access to the latest 
version of OpenOffice, with a download that is free from corruption and 
viruses, and that is exactly
+what the OpenOffice project approved for release -- nothing more and 
nothing less.
+  
+Of course, not all users have the bandwidth needed to reliably download 
OpenOffice over
+the internet.  So 3rd party distributors, offering OpenOffice on CD ROM, 
DVD ROM, USB memory sticks or other media, provide a useful service to the 
community.  We are glad
+to encourage and support the efforts of distributors by listing their 
contact information on our website.  
+
+However, we also desire that users who purchase OpenOffice on physical 
media have a similar high-quality experience, receiving the latest version of 
the software,
+free of corruption and viruses, exactly as we approved it for release.  So 
in return for listing a distributor on our website, we require that they 
publicly agree to adhear
+to the following Distribution Best Practices.
+
+   Distributor Best Practices
+
+
+Offer the latest version of Apache OpenOffice.  Older versions 
lack features, bug fixes and may have security flaws.
+Subscribe to the http://openoffice.apache.org/mailing-lists.html#announce-mailing-list";>Apache
 OpenOffice announcement mailing list so 
+you are informed of new releases and patches.
+Ensure that no file corruption or viruses are introduced in your 
handling and packaging of Apache OpenOffice by verifying the http://www.openoffice.org/download/checksums/3.4.1_checksums.html";>file 
checksums 
+(and not just sizes and dates).  This should be verified on your 
final product, e.g., the master ISO image.
+Make it clear that you are charging for the media and 
+Do not suggest that the buyer is paying for support unless you 
actually provide your own support, e.g., more than just pointing the user to 
our community support forums.
+Act in accordance with the http://www.apache.org/foundation/marks/";>Apache Trademark Policy.  In 
particular, use of the Apache OpenOffice logo is 
+permitted on your website only when the www.openoffice.org website 
is the target of a hyperlink.  Use beyond that, such as on a CD label, requires 
explicit permission, which
+can be sought https://openoffice.apache.org/trademarks.html";>per these 
instructions.
+Do not suggest that you are affiliated with or endorsed by the 
Apache OpenOffice project.
+
+
+
+




svn commit: r865672 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/distribution/best-practices.html

2013-06-14 Thread buildbot
Author: buildbot
Date: Fri Jun 14 17:14:25 2013
New Revision: 865672

Log:
Staging update by buildbot for ooo-site

Added:
websites/staging/ooo-site/trunk/content/distribution/best-practices.html
Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 14 17:14:25 2013
@@ -1 +1 @@
-1492897
+1493164

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 14 17:14:25 2013
@@ -1 +1 @@
-1492897
+1493164

Added: websites/staging/ooo-site/trunk/content/distribution/best-practices.html
==
--- websites/staging/ooo-site/trunk/content/distribution/best-practices.html 
(added)
+++ websites/staging/ooo-site/trunk/content/distribution/best-practices.html 
Fri Jun 14 17:14:25 2013
@@ -0,0 +1,59 @@
+
+
+
+
+
+  
+  (Draft)Apache OpenOffice Distributor Best Practices
+
+
+
+
+
+  
+
+home » distribution
+  
+  
+  
+  
+  
+
+
+
+
+   Purpose
+
+   The Apache OpenOffice project, working with partners like 
SourceForge, takes great pains to ensure that our users have a good experience 
when they download
+OpenOffice from the web.  We want them to have access to the latest 
version of OpenOffice, with a download that is free from corruption and 
viruses, and that is exactly
+what the OpenOffice project approved for release -- nothing more and 
nothing less.
+  
+Of course, not all users have the bandwidth needed to reliably download 
OpenOffice over
+the internet.  So 3rd party distributors, offering OpenOffice on CD ROM, 
DVD ROM, USB memory sticks or other media, provide a useful service to the 
community.  We are glad
+to encourage and support the efforts of distributors by listing their 
contact information on our website.  
+
+However, we also desire that users who purchase OpenOffice on physical 
media have a similar high-quality experience, receiving the latest version of 
the software,
+free of corruption and viruses, exactly as we approved it for release.  So 
in return for listing a distributor on our website, we require that they 
publicly agree to adhear
+to the following Distribution Best Practices.
+
+   Distributor Best Practices
+
+
+Offer the latest version of Apache OpenOffice.  Older versions 
lack features, bug fixes and may have security flaws.
+Subscribe to the http://openoffice.apache.org/mailing-lists.html#announce-mailing-list";>Apache
 OpenOffice announcement mailing list so 
+you are informed of new releases and patches.
+Ensure that no file corruption or viruses are introduced in your 
handling and packaging of Apache OpenOffice by verifying the http://www.openoffice.org/download/checksums/3.4.1_checksums.html";>file 
checksums 
+(and not just sizes and dates).  This should be verified on your 
final product, e.g., the master ISO image.
+Make it clear that you are charging for the media and 
+Do not suggest that the buyer is paying for support unless you 
actually provide your own support, e.g., more than just pointing the user to 
our community support forums.
+Act in accordance with the http://www.apache.org/foundation/marks/";>Apache Trademark Policy.  In 
particular, use of the Apache OpenOffice logo is 
+permitted on your website only when the www.openoffice.org website 
is the target of a hyperlink.  Use beyond that, such as on a CD label, requires 
explicit permission, which
+can be sought https://openoffice.apache.org/trademarks.html";>per these 
instructions.
+Do not suggest that you are affiliated with or endorsed by the 
Apache OpenOffice project.
+
+
+
+  
+
+
+




svn commit: r1493165 - /openoffice/ooo-site/trunk/content/distribution/best-practices.html

2013-06-14 Thread robweir
Author: robweir
Date: Fri Jun 14 17:17:43 2013
New Revision: 1493165

URL: http://svn.apache.org/r1493165
Log:
CMS commit to ooo-site by robweir

Modified:
openoffice/ooo-site/trunk/content/distribution/best-practices.html

Modified: openoffice/ooo-site/trunk/content/distribution/best-practices.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/distribution/best-practices.html?rev=1493165&r1=1493164&r2=1493165&view=diff
==
--- openoffice/ooo-site/trunk/content/distribution/best-practices.html 
(original)
+++ openoffice/ooo-site/trunk/content/distribution/best-practices.html Fri Jun 
14 17:17:43 2013
@@ -1,41 +1,41 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-http://www.w3.org/1999/xhtml";>
-
-  
-  (Draft)Apache OpenOffice Distributor Best Practices
-
-
-
-
-   Purpose
-
-   The Apache OpenOffice project, working with partners like 
SourceForge, takes great pains to ensure that our users have a good experience 
when they download
-OpenOffice from the web.  We want them to have access to the latest 
version of OpenOffice, with a download that is free from corruption and 
viruses, and that is exactly
-what the OpenOffice project approved for release -- nothing more and 
nothing less.
-  
-Of course, not all users have the bandwidth needed to reliably download 
OpenOffice over
-the internet.  So 3rd party distributors, offering OpenOffice on CD ROM, 
DVD ROM, USB memory sticks or other media, provide a useful service to the 
community.  We are glad
-to encourage and support the efforts of distributors by listing their 
contact information on our website.  
-
-However, we also desire that users who purchase OpenOffice on physical 
media have a similar high-quality experience, receiving the latest version of 
the software,
-free of corruption and viruses, exactly as we approved it for release.  So 
in return for listing a distributor on our website, we require that they 
publicly agree to adhear
-to the following Distribution Best Practices.
-
-   Distributor Best Practices
-
-
-Offer the latest version of Apache OpenOffice.  Older versions 
lack features, bug fixes and may have security flaws.
-Subscribe to the http://openoffice.apache.org/mailing-lists.html#announce-mailing-list";>Apache
 OpenOffice announcement mailing list so 
-you are informed of new releases and patches.
-Ensure that no file corruption or viruses are introduced in your 
handling and packaging of Apache OpenOffice by verifying the http://www.openoffice.org/download/checksums/3.4.1_checksums.html";>file 
checksums 
-(and not just sizes and dates).  This should be verified on your 
final product, e.g., the master ISO image.
-Make it clear that you are charging for the media and 
-Do not suggest that the buyer is paying for support unless you 
actually provide your own support, e.g., more than just pointing the user to 
our community support forums.
-Act in accordance with the http://www.apache.org/foundation/marks/";>Apache Trademark Policy.  In 
particular, use of the Apache OpenOffice logo is 
-permitted on your website only when the www.openoffice.org website 
is the target of a hyperlink.  Use beyond that, such as on a CD label, requires 
explicit permission, which
-can be sought https://openoffice.apache.org/trademarks.html";>per these 
instructions.
-Do not suggest that you are affiliated with or endorsed by the 
Apache OpenOffice project.
-
-
-
-
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+http://www.w3.org/1999/xhtml";>
+
+  
+  (Draft)Apache OpenOffice Distributor Best Practices
+
+
+
+
+   Purpose
+
+   The Apache OpenOffice project, working with partners like 
SourceForge, takes great pains to ensure that our users have a good experience 
when they download
+OpenOffice from the web.  We want them to have access to the latest 
version of OpenOffice, with a download that is free from corruption and 
viruses, and that is exactly
+what the OpenOffice project approved for release -- nothing more and 
nothing less.
+  
+Of course, not all users have the bandwidth needed to reliably download 
OpenOffice over
+the internet.  So 3rd party distributors, offering OpenOffice on CD ROM, 
DVD ROM, USB memory sticks or other media, provide a useful service to the 
community.  We are glad
+to encourage and support the efforts of distributors by listing their 
contact information on our website.  
+
+However, we also desire that users who purchase OpenOffice on physical 
media have a similar high-quality experience, receiving the latest version of 
the software,
+free of corruption and viruses, exactly as we approved it for release.  So 
in return for listing a distributor on our website, we require that they 
publicly

svn commit: r865673 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/distribution/best-practices.html

2013-06-14 Thread buildbot
Author: buildbot
Date: Fri Jun 14 17:18:16 2013
New Revision: 865673

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/distribution/best-practices.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 14 17:18:16 2013
@@ -1 +1 @@
-1493164
+1493165

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 14 17:18:16 2013
@@ -1 +1 @@
-1493164
+1493165

Modified: 
websites/staging/ooo-site/trunk/content/distribution/best-practices.html
==
--- websites/staging/ooo-site/trunk/content/distribution/best-practices.html 
(original)
+++ websites/staging/ooo-site/trunk/content/distribution/best-practices.html 
Fri Jun 14 17:18:16 2013
@@ -2,9 +2,9 @@
 
 
 
-
-  
-  (Draft)Apache OpenOffice Distributor Best Practices
+
+  
+  (Draft)Apache OpenOffice Distributor Best Practices
 
 
 
@@ -20,38 +20,38 @@
   
 
 
-
-
-   Purpose
-
-   The Apache OpenOffice project, working with partners like 
SourceForge, takes great pains to ensure that our users have a good experience 
when they download
-OpenOffice from the web.  We want them to have access to the latest 
version of OpenOffice, with a download that is free from corruption and 
viruses, and that is exactly
-what the OpenOffice project approved for release -- nothing more and 
nothing less.
-  
-Of course, not all users have the bandwidth needed to reliably download 
OpenOffice over
-the internet.  So 3rd party distributors, offering OpenOffice on CD ROM, 
DVD ROM, USB memory sticks or other media, provide a useful service to the 
community.  We are glad
-to encourage and support the efforts of distributors by listing their 
contact information on our website.  
-
-However, we also desire that users who purchase OpenOffice on physical 
media have a similar high-quality experience, receiving the latest version of 
the software,
-free of corruption and viruses, exactly as we approved it for release.  So 
in return for listing a distributor on our website, we require that they 
publicly agree to adhear
-to the following Distribution Best Practices.
-
-   Distributor Best Practices
-
-
-Offer the latest version of Apache OpenOffice.  Older versions 
lack features, bug fixes and may have security flaws.
-Subscribe to the http://openoffice.apache.org/mailing-lists.html#announce-mailing-list";>Apache
 OpenOffice announcement mailing list so 
-you are informed of new releases and patches.
-Ensure that no file corruption or viruses are introduced in your 
handling and packaging of Apache OpenOffice by verifying the http://www.openoffice.org/download/checksums/3.4.1_checksums.html";>file 
checksums 
-(and not just sizes and dates).  This should be verified on your 
final product, e.g., the master ISO image.
-Make it clear that you are charging for the media and 
-Do not suggest that the buyer is paying for support unless you 
actually provide your own support, e.g., more than just pointing the user to 
our community support forums.
-Act in accordance with the http://www.apache.org/foundation/marks/";>Apache Trademark Policy.  In 
particular, use of the Apache OpenOffice logo is 
-permitted on your website only when the www.openoffice.org website 
is the target of a hyperlink.  Use beyond that, such as on a CD label, requires 
explicit permission, which
-can be sought https://openoffice.apache.org/trademarks.html";>per these 
instructions.
-Do not suggest that you are affiliated with or endorsed by the 
Apache OpenOffice project.
-
-
+
+
+   Purpose
+
+   The Apache OpenOffice project, working with partners like 
SourceForge, takes great pains to ensure that our users have a good experience 
when they download
+OpenOffice from the web.  We want them to have access to the latest 
version of OpenOffice, with a download that is free from corruption and 
viruses, and that is exactly
+what the OpenOffice project approved for release -- nothing more and 
nothing less.
+  
+Of course, not all users have the bandwidth needed to reliably download 
OpenOffice over
+the internet.  So 3rd party distributors, offering OpenOffice on CD ROM, 
DVD ROM, USB memory sticks or other media, provide a useful service to the 
community.  We are glad
+to encourage and support the efforts of distributors by listing their 
contact information on our website.  
+ 

svn commit: r865674 - in /websites/production/ooo-site: cgi-bin/ content/

2013-06-14 Thread robweir
Author: robweir
Date: Fri Jun 14 17:21:23 2013
New Revision: 865674

Log:
Publishing svnmucc operation to ooo-site site by robweir

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r865673, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r865673, websites/staging/ooo-site/trunk/content/



svn commit: r1493303 - in /openoffice/trunk: ext_libraries/serf/ ext_libraries/serf/win/ main/

2013-06-14 Thread arielch
Author: arielch
Date: Sat Jun 15 04:15:06 2013
New Revision: 1493303

URL: http://svn.apache.org/r1493303
Log:
i121823 - Update serf to new version 1.2.1

Added:
openoffice/trunk/ext_libraries/serf/serf-1.2.1.ldl.patch   (contents, props 
changed)
  - copied, changed from r1493159, 
openoffice/trunk/ext_libraries/serf/serf-1.2.0.ldl.patch
openoffice/trunk/ext_libraries/serf/serf-1.2.1.libs.patch   (contents, 
props changed)
  - copied, changed from r1493159, 
openoffice/trunk/ext_libraries/serf/serf-1.2.0.libs.patch
openoffice/trunk/ext_libraries/serf/serf-1.2.1.logging.patch   (contents, 
props changed)
  - copied, changed from r1493159, 
openoffice/trunk/ext_libraries/serf/serf-1.2.0.logging.patch
Removed:
openoffice/trunk/ext_libraries/serf/serf-1.2.0.ldl.patch
openoffice/trunk/ext_libraries/serf/serf-1.2.0.libs.patch
openoffice/trunk/ext_libraries/serf/serf-1.2.0.logging.patch
Modified:
openoffice/trunk/ext_libraries/serf/makefile.mk
openoffice/trunk/ext_libraries/serf/serf_version.mk
openoffice/trunk/ext_libraries/serf/win/Library_serf.mk
openoffice/trunk/ext_libraries/serf/win/Package_inc.mk
openoffice/trunk/main/external_deps.lst

Modified: openoffice/trunk/ext_libraries/serf/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/serf/makefile.mk?rev=1493303&r1=1493302&r2=1493303&view=diff
==
--- openoffice/trunk/ext_libraries/serf/makefile.mk (original)
+++ openoffice/trunk/ext_libraries/serf/makefile.mk Sat Jun 15 04:15:06 2013
@@ -44,7 +44,7 @@ LIBSERFVERSION=$(SERF_MAJOR).$(SERF_MINO
 TARFILE_NAME=$(PRJNAME)-$(LIBSERFVERSION)
 # This is the SHA1 checksum, not MD5 but tg_ext.mk does not now about this and,
 # thankfully, does not care.
-TARFILE_MD5=30b29bd9214d50887abcc20cf82096aaaf5d1d61
+TARFILE_MD5=f65fbbd72926c8e7cf0dbd4ada03b0d226f461fd
 
 PATCH_FILES=
 

Copied: openoffice/trunk/ext_libraries/serf/serf-1.2.1.ldl.patch (from 
r1493159, openoffice/trunk/ext_libraries/serf/serf-1.2.0.ldl.patch)
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/serf/serf-1.2.1.ldl.patch?p2=openoffice/trunk/ext_libraries/serf/serf-1.2.1.ldl.patch&p1=openoffice/trunk/ext_libraries/serf/serf-1.2.0.ldl.patch&r1=1493159&r2=1493303&rev=1493303&view=diff
==
--- openoffice/trunk/ext_libraries/serf/serf-1.2.0.ldl.patch (original)
+++ openoffice/trunk/ext_libraries/serf/serf-1.2.1.ldl.patch Sat Jun 15 
04:15:06 2013
@@ -1,6 +1,6 @@
 misc/serf-1.2.0/Makefile.in2012-12-13 16:43:09.0 -0300
-+++ misc/build/serf-1.2.0/Makefile.in  2013-02-25 11:11:04.107764814 -0300
-@@ -55,7 +55,7 @@ MKDIR = @mkdir_p@
+--- misc/serf-1.2.1/Makefile.in2013-06-03 15:21:14.0 -0300
 misc/build/serf-1.2.1/Makefile.in  2013-06-07 12:31:04.416862903 -0300
+@@ -56,7 +56,7 @@ MKDIR = @mkdir_p@
  INSTALL = @INSTALL@
  
  LDFLAGS = @EXTRA_LDFLAGS@ @LDFLAGS@

Propchange: openoffice/trunk/ext_libraries/serf/serf-1.2.1.ldl.patch
--
svn:eol-style = native

Copied: openoffice/trunk/ext_libraries/serf/serf-1.2.1.libs.patch (from 
r1493159, openoffice/trunk/ext_libraries/serf/serf-1.2.0.libs.patch)
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/serf/serf-1.2.1.libs.patch?p2=openoffice/trunk/ext_libraries/serf/serf-1.2.1.libs.patch&p1=openoffice/trunk/ext_libraries/serf/serf-1.2.0.libs.patch&r1=1493159&r2=1493303&rev=1493303&view=diff
==
--- openoffice/trunk/ext_libraries/serf/serf-1.2.0.libs.patch (original)
+++ openoffice/trunk/ext_libraries/serf/serf-1.2.1.libs.patch Sat Jun 15 
04:15:06 2013
@@ -1,6 +1,6 @@
 misc/serf-1.2.0/configure.in   2012-12-08 16:45:28.0 -0300
-+++ misc/build/serf-1.2.0/configure.in 2013-02-25 11:11:04.106764823 -0300
-@@ -199,7 +199,7 @@ AC_SEARCH_LIBS(fabs, m)
+--- misc/serf-1.2.1/configure.in   2013-06-03 14:52:41.0 -0300
 misc/build/serf-1.2.1/configure.in 2013-06-07 12:27:36.914098933 -0300
+@@ -257,7 +257,7 @@ AC_SEARCH_LIBS(fabs, m)
  
  libs=""
  if test -n "$apu_config"; then

Propchange: openoffice/trunk/ext_libraries/serf/serf-1.2.1.libs.patch
--
svn:eol-style = native

Copied: openoffice/trunk/ext_libraries/serf/serf-1.2.1.logging.patch (from 
r1493159, openoffice/trunk/ext_libraries/serf/serf-1.2.0.logging.patch)
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/serf/serf-1.2.1.logging.patch?p2=openoffice/trunk/ext_libraries/serf/serf-1.2.1.logging.patch&p1=openoffice/trunk/ext_libraries/serf/serf-1.2.0.logging.patch&r1=1493159&r2=1493303&rev=1493303&view=diff
==
--- o

svn commit: r1493304 - in /openoffice/trunk/ext_libraries/apr-util: apr-util-1.4.1.expat.patch makefile.mk

2013-06-14 Thread arielch
Author: arielch
Date: Sat Jun 15 04:15:13 2013
New Revision: 1493304

URL: http://svn.apache.org/r1493304
Log:
i122486 - Use internal expat

apr

Modified:
openoffice/trunk/ext_libraries/apr-util/apr-util-1.4.1.expat.patch
openoffice/trunk/ext_libraries/apr-util/makefile.mk

Modified: openoffice/trunk/ext_libraries/apr-util/apr-util-1.4.1.expat.patch
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/apr-util/apr-util-1.4.1.expat.patch?rev=1493304&r1=1493303&r2=1493304&view=diff
==
--- openoffice/trunk/ext_libraries/apr-util/apr-util-1.4.1.expat.patch 
(original)
+++ openoffice/trunk/ext_libraries/apr-util/apr-util-1.4.1.expat.patch Sat Jun 
15 04:15:13 2013
@@ -1,11 +1,12 @@
 misc/apr-util-1.4.1/build/apu-conf.m4  2011-08-08 11:32:27.0 
+0200
-+++ misc/build/apr-util-1.4.1/build/apu-conf.m42012-02-22 
16:39:05.0 +0100
-@@ -87,8 +87,13 @@
+--- misc/apr-util-1.4.1/build/apu-conf.m4  2011-08-08 06:32:27.0 
-0300
 misc/build/apr-util-1.4.1/build/apu-conf.m42013-06-12 
20:09:05.877947541 -0300
+@@ -87,8 +87,14 @@ dnl be dropped later.
  dnl
  AC_DEFUN([APU_SYSTEM_EXPAT], [
   
 +  APU_TRY_EXPAT_LINK([OpenOffice expat], apu_cv_expat_openoffice,
-+ [expat.h], [-lexpat_xmlparse -lexpat_xmltok])
++ [expat.h], [-L"$SOLARLIBDIR" -lexpat_xmlparse -lexpat_xmltok],
++ [APR_ADDTO(APRUTIL_INCLUDES, [-I"$SOLARINCDIR"/external])] )
 +
 +  if test $apu_has_expat = 0; then
APU_TRY_EXPAT_LINK([Expat 1.95.x], apu_cv_expat_system, 

Modified: openoffice/trunk/ext_libraries/apr-util/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/apr-util/makefile.mk?rev=1493304&r1=1493303&r2=1493304&view=diff
==
--- openoffice/trunk/ext_libraries/apr-util/makefile.mk (original)
+++ openoffice/trunk/ext_libraries/apr-util/makefile.mk Sat Jun 15 04:15:13 2013
@@ -86,7 +86,11 @@ CONFIGURE_FLAGS= 
\
 # Use our own expat on the Mac.  Maybe we should do this on Linux, too? Yes!
 .IF "$(OS)" == "MACOSX" || ("$(OS)" == "LINUX" && "$(SYSTEM_EXPAT)"!="YES")
 
-CONFIGURE_FLAGS+= --with-expat=$(OUTDIR)
+expat_CPPFLAGS=-I$(SOLARINCDIR)$/external
+expat_LDFLAGS+=-L$(SOLARLIBDIR)
+CONFIGURE_FLAGS+= SOLARINCDIR=$(SOLARINCDIR) SOLARLIBDIR=$(SOLARLIBDIR) \
+   CPPFLAGS=$(expat_CPPFLAGS) LDFLAGS=$(expat_LDFLAGS)
+
 # The non-standard names of our expat libraries (yes, plural) make 
 # a special handling in apr-utils configure necessary.
 PATCH_FILES+= $(TARFILE_NAME).expat.patch




svn commit: r1493305 - in /openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office: Common.xcu Writer.xcu

2013-06-14 Thread arielch
Author: arielch
Date: Sat Jun 15 04:15:20 2013
New Revision: 1493305

URL: http://svn.apache.org/r1493305
Log:
i122518 - Partial revert of revision 1465678

Modified:

openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Common.xcu

openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu

Modified: 
openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Common.xcu
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Common.xcu?rev=1493305&r1=1493304&r2=1493305&view=diff
==
--- 
openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Common.xcu 
(original)
+++ 
openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Common.xcu 
Sat Jun 15 04:15:20 2013
@@ -32,10 +32,68 @@
 
 
   
+true
+false
+true
+true
+true
+true
+true
 true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
+true
   
   
+10
+10
+10
+10
+0
+10
 10
+10
+10
+10
+10
+10
+10
+10
+10
+10
+13
+10
+10
+10
+10
+10
+10
+13
+13
+13
+13
+13
+13
+13
 
 
 

Modified: 
openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu?rev=1493305&r1=1493304&r2=1493305&view=diff
==
--- 
openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu 
(original)
+++ 
openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu 
Sat Jun 15 04:15:20 2013
@@ -50,7 +50,8 @@
   
 
   
- true
+ 
+ true
   
   
 
@@ -701,7 +702,8 @@
  
   
 
- 740
+1250
+740
 
   
  




buildbot success in ASF Buildbot on aoo-win7

2013-06-14 Thread buildbot
Hi! , The aoo-win7 builder has just completed a run

STATUS: Success

 Build revision 1493305 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-win7

 Build results at: http://ci.apache.org/builders/aoo-win7/builds/653

 Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered 
this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






svn commit: r1493320 - /openoffice/updates-site/trunk/test.html

2013-06-14 Thread jani
Author: jani
Date: Sat Jun 15 06:36:50 2013
New Revision: 1493320

URL: http://svn.apache.org/r1493320
Log:
It should be working, lets test it

Added:
openoffice/updates-site/trunk/test.html

Added: openoffice/updates-site/trunk/test.html
URL: 
http://svn.apache.org/viewvc/openoffice/updates-site/trunk/test.html?rev=1493320&view=auto
==
--- openoffice/updates-site/trunk/test.html (added)
+++ openoffice/updates-site/trunk/test.html Sat Jun 15 06:36:50 2013
@@ -0,0 +1,5 @@
+
+
+This is a test
+
+