removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2009-09-13 16:05:28 +00:00
parent 81a095fa5e
commit bd966f208b
517 changed files with 12 additions and 0 deletions

0
legal/LICENSE Executable file → Normal file
View File

View File

@ -33,6 +33,7 @@
<changes>
<release version="3.5-beta7" date="2009-??-??">
<action dev="POI-DEVELOPERS" type="fix">47734 - removed unnecessary svn:executable flag from files in SVN trunk</action>
<action dev="POI-DEVELOPERS" type="fix">47543 - added javadoc how to avoid Excel crash when creating too many HSSFRichTextString cells</action>
<action dev="POI-DEVELOPERS" type="fix">47813 - fixed problems with XSSFWorkbook.removeSheetAt when workbook contains chart</action>
<action dev="POI-DEVELOPERS" type="fix">47737 - adjust sheet indices of named ranges when deleting sheets</action>

View File

@ -24,6 +24,17 @@ POI Release Guide
<property name="version.id" value="3.1-beta1"/>
{code}
1a Check file permissions in SVN.
There can be files in the SVN tree marked executable (have the
svn:executable property set), but which should not be. Checking them out will cause
the executable bit to be set for them on filesystems which support it.
The flag can be removed in batch using
$ svn pd 'svn:executable' $(find -name .svn -prune -or -type f ! -name \*.sh \
-print0 | xargs -0 svn pg 'svn:executable' | cut -d ' ' -f 1)
2. Tag current version. Include the current revision number in the comment
{code}

View File

0
src/java/org/apache/poi/hssf/record/CRNRecord.java Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
src/java/org/apache/poi/hssf/record/package.html Executable file → Normal file
View File

View File

0
src/java/org/apache/poi/hssf/usermodel/package.html Executable file → Normal file
View File

0
src/java/org/apache/poi/hssf/util/package.html Executable file → Normal file
View File

0
src/java/org/apache/poi/poifs/common/package.html Executable file → Normal file
View File

0
src/java/org/apache/poi/poifs/dev/POIFSDump.java Executable file → Normal file
View File

0
src/java/org/apache/poi/poifs/dev/package.html Executable file → Normal file
View File

View File

0
src/java/org/apache/poi/poifs/filesystem/package.html Executable file → Normal file
View File

0
src/java/org/apache/poi/poifs/package.html Executable file → Normal file
View File

0
src/java/org/apache/poi/poifs/property/package.html Executable file → Normal file
View File

0
src/java/org/apache/poi/poifs/storage/package.html Executable file → Normal file
View File

0
src/java/org/apache/poi/ss/SpreadsheetVersion.java Executable file → Normal file
View File

View File

View File

0
src/java/org/apache/poi/ss/usermodel/BorderStyle.java Executable file → Normal file
View File

View File

0
src/java/org/apache/poi/ss/usermodel/ClientAnchor.java Executable file → Normal file
View File

View File

0
src/java/org/apache/poi/ss/usermodel/Drawing.java Executable file → Normal file
View File

View File

0
src/java/org/apache/poi/ss/usermodel/FontCharset.java Executable file → Normal file
View File

0
src/java/org/apache/poi/ss/usermodel/FontFamily.java Executable file → Normal file
View File

0
src/java/org/apache/poi/ss/usermodel/FontScheme.java Executable file → Normal file
View File

View File

0
src/java/org/apache/poi/ss/usermodel/FormulaError.java Executable file → Normal file
View File

View File

View File

0
src/java/org/apache/poi/ss/usermodel/PageOrder.java Executable file → Normal file
View File

0
src/java/org/apache/poi/ss/usermodel/PaperSize.java Executable file → Normal file
View File

0
src/java/org/apache/poi/ss/usermodel/Picture.java Executable file → Normal file
View File

View File

View File

0
src/java/org/apache/poi/ss/usermodel/ShapeTypes.java Executable file → Normal file
View File

View File

0
src/java/org/apache/poi/util/BitFieldFactory.java Executable file → Normal file
View File

0
src/java/org/apache/poi/util/IntMapper.java Executable file → Normal file
View File

0
src/java/org/apache/poi/util/package.html Executable file → Normal file
View File

0
src/models/BlockClassDiagram.pgml Executable file → Normal file
View File

0
src/models/HSSFOperationalUseCases.pgml Executable file → Normal file
View File

0
src/models/HSSFSerializerClassDiagram.pgml Executable file → Normal file
View File

0
src/models/HSSFSerializerUseCases.pgml Executable file → Normal file
View File

0
src/models/HSSFUseCases.pgml Executable file → Normal file
View File

0
src/models/POIFSAddDocument.pgml Executable file → Normal file
View File

0
src/models/POIFSClassDiagram.pgml Executable file → Normal file
View File

0
src/models/POIFSInitialization.pgml Executable file → Normal file
View File

0
src/models/POIFSLifeCycle.pgml Executable file → Normal file
View File

0
src/models/POIFSPropertyTablePreWrite.pgml Executable file → Normal file
View File

0
src/models/POIFSRootPropertyPreWrite.pgml Executable file → Normal file
View File

0
src/models/POIFSWriteFilesystem.pgml Executable file → Normal file
View File

0
src/models/POIUseCases.pgml Executable file → Normal file
View File

0
src/models/PropertyTableClassDiagram.pgml Executable file → Normal file
View File

0
src/models/analysismain.pgml Executable file → Normal file
View File

0
src/models/poi.argo Executable file → Normal file
View File

0
src/models/poi.xmi Executable file → Normal file
View File

0
src/models/poifsAnalysisClasses.pgml Executable file → Normal file
View File

0
src/models/projectmain.pgml Executable file → Normal file
View File

0
src/models/readFileFromFilesystemSequenceDiagram.pgml Executable file → Normal file
View File

0
src/models/readFileSystemDirectorySequenceDiagram.pgml Executable file → Normal file
View File

0
src/models/readFilesystemSequenceDiagram.pgml Executable file → Normal file
View File

0
src/models/utilClasses.pgml Executable file → Normal file
View File

0
src/models/writeFilesystemSequenceDiagram.pgml Executable file → Normal file
View File

0
src/ooxml/java/org/apache/poi/POIXMLDocumentPart.java Executable file → Normal file
View File

0
src/ooxml/java/org/apache/poi/POIXMLException.java Executable file → Normal file
View File

0
src/ooxml/java/org/apache/poi/POIXMLFactory.java Executable file → Normal file
View File

0
src/ooxml/java/org/apache/poi/POIXMLRelation.java Executable file → Normal file
View File

View File

View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More