Skip to content

Commit

Permalink
Merge branch 'release/5.5.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-alay committed Sep 16, 2015
2 parents c471673 + 7edeca3 commit e478cb3
Show file tree
Hide file tree
Showing 3,195 changed files with 508,937 additions and 481,183 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
43 changes: 43 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to LF line endings on checkout.
*.afm text eol=lf
*.cmap text eol=lf
*.crt text eol=lf
*.cs text eol=lf
*.html text eol=lf
*.java text eol=lf ident
*.lng text eol=lf
*.md text eol=lf
*.pom text eol=lf
*.properties text eol=lf
*.txt text eol=lf
*.xfdf text eol=lf

# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
*.csproj text eol=crlf
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.bmp binary
*.cmp binary
*.dib binary
*.gif binary
*.j2k binary
*.jb2 binary
*.jp2 binary
*.jpg binary
*.key binary
*.otf binary
*.pdf binary
*.pfb binary
*.png binary
*.tif binary
*.tiff binary
*.ttc binary
*.ttf binary
*.wmf binary
*.xml binary
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

/target/
target/
nbactions*.xml
src/core/iTextSharp.xml
20 changes: 10 additions & 10 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Note: It is not recommended to use the colon ':' character in the projectKey (contrary to Java)
sonar.projectKey=com.itextpdf.itextsharp
sonar.projectName=iTextSharp, a .NET PDF library
sonar.projectVersion=5.5.2-SNAPSHOT
sonar.sources=src
sonar.sourceEncoding=UTF-8
sonar.language=cs
# Enable the Visual Studio bootstrapper
sonar.visualstudio.enable=true
sonar.visualstudio.solution=src/BuildAll.sln
# Note: It is not recommended to use the colon ':' character in the projectKey (contrary to Java)
sonar.projectKey=com.itextpdf.itextsharp
sonar.projectName=iTextSharp, a .NET PDF library
sonar.projectVersion=5.5.2-SNAPSHOT
sonar.sources=src
sonar.sourceEncoding=UTF-8
sonar.language=cs
# Enable the Visual Studio bootstrapper
sonar.visualstudio.enable=true
sonar.visualstudio.solution=src/BuildAll.sln
236 changes: 118 additions & 118 deletions src/BuildAll(VS2010).sln

Large diffs are not rendered by default.

Loading

0 comments on commit e478cb3

Please sign in to comment.