Skip to content

Commit 35dacdc

Browse files
committed
trying to fix line ending mixup
1 parent 1218385 commit 35dacdc

File tree

201 files changed

+61039
-60982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+61039
-60982
lines changed

.classpath

+41-41
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
4-
<attributes>
5-
<attribute name="optional" value="true"/>
6-
<attribute name="maven.pomderived" value="true"/>
7-
</attributes>
8-
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10-
<attributes>
11-
<attribute name="maven.pomderived" value="true"/>
12-
</attributes>
13-
</classpathentry>
14-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15-
<attributes>
16-
<attribute name="optional" value="true"/>
17-
<attribute name="maven.pomderived" value="true"/>
18-
</attributes>
19-
</classpathentry>
20-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21-
<attributes>
22-
<attribute name="maven.pomderived" value="true"/>
23-
</attributes>
24-
</classpathentry>
25-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/mac">
26-
<attributes>
27-
<attribute name="maven.pomderived" value="true"/>
28-
</attributes>
29-
</classpathentry>
30-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
31-
<attributes>
32-
<attribute name="maven.pomderived" value="true"/>
33-
</attributes>
34-
</classpathentry>
35-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
36-
<attributes>
37-
<attribute name="maven.pomderived" value="true"/>
38-
</attributes>
39-
</classpathentry>
40-
<classpathentry kind="output" path="target/classes"/>
41-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10+
<attributes>
11+
<attribute name="maven.pomderived" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15+
<attributes>
16+
<attribute name="optional" value="true"/>
17+
<attribute name="maven.pomderived" value="true"/>
18+
</attributes>
19+
</classpathentry>
20+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21+
<attributes>
22+
<attribute name="maven.pomderived" value="true"/>
23+
</attributes>
24+
</classpathentry>
25+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/mac">
26+
<attributes>
27+
<attribute name="maven.pomderived" value="true"/>
28+
</attributes>
29+
</classpathentry>
30+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
31+
<attributes>
32+
<attribute name="maven.pomderived" value="true"/>
33+
</attributes>
34+
</classpathentry>
35+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
36+
<attributes>
37+
<attribute name="maven.pomderived" value="true"/>
38+
</attributes>
39+
</classpathentry>
40+
<classpathentry kind="output" path="target/classes"/>
41+
</classpath>

.gitattributes

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# The above will handle all files NOT found below
5+
# These files are text and should be normalized (Convert crlf => lf)
6+
# Java .gitattributes (https://github.com/Danimoth/gitattributes)
7+
*.md text
8+
*.adoc text
9+
*.textile text
10+
*.mustache text
11+
*.csv text
12+
*.tab text
13+
*.tsv text
14+
*.css text
15+
*.df text
16+
*.htm text
17+
*.html text
18+
*.java text
19+
*.js text
20+
*.json text
21+
*.jsp text
22+
*.jspf text
23+
*.properties text
24+
*.sh text
25+
*.sql text
26+
*.svg text
27+
*.tld text
28+
*.txt text
29+
*.xml text
30+
*.sql text
31+
32+
# These files are binary and should be left untouched
33+
# (binary is a macro for -text -diff)
34+
*.class binary
35+
*.dll binary
36+
*.ear binary
37+
*.gif binary
38+
*.ico binary
39+
*.jar binary
40+
*.jpg binary
41+
*.jpeg binary
42+
*.png binary
43+
*.so binary
44+
*.war binary
45+
46+
# Standard to msysgit
47+
*.doc diff=astextplain
48+
*.DOC diff=astextplain
49+
*.docx diff=astextplain
50+
*.DOCX diff=astextplain
51+
*.dot diff=astextplain
52+
*.DOT diff=astextplain
53+
*.pdf diff=astextplain
54+
*.PDF diff=astextplain
55+
*.rtf diff=astextplain
56+
*.RTF diff=astextplain
57+

.project

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>GCViewer</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.m2e.core.maven2Builder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
</buildSpec>
19-
<natures>
20-
<nature>org.eclipse.jdt.core.javanature</nature>
21-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
22-
</natures>
23-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>GCViewer</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
22+
</natures>
23+
</projectDescription>

LICENSE.txt

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
GCViewer helps you to analyse java garbage collection log files.
2-
3-
Copyright (c) 2002-2008 tagtraum industries incorporated.
4-
Copyright (c) 2011-2014 Joerg Wuethrich and contributors
5-
6-
LGPL
7-
====
8-
9-
GCViewer is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation; either
12-
version 2.1 of the License, or (at your option) any later version.
13-
14-
GCViewer is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22-
23-
For LGPL see http://www.gnu.org/licenses/lgpl.html
24-
25-
Feedback
26-
========
27-
28-
We encourage your feedback and suggestions and want to use your feedback to
29-
improve the Software. Send all such feedback to:
30-
31-
32-
For more information on tagtraum industries incorporated and GCViewer
33-
please see http://www.tagtraum.com/. For more information on the latest
1+
GCViewer helps you to analyse java garbage collection log files.
2+
3+
Copyright (c) 2002-2008 tagtraum industries incorporated.
4+
Copyright (c) 2011-2014 Joerg Wuethrich and contributors
5+
6+
LGPL
7+
====
8+
9+
GCViewer is free software; you can redistribute it and/or
10+
modify it under the terms of the GNU Lesser General Public
11+
License as published by the Free Software Foundation; either
12+
version 2.1 of the License, or (at your option) any later version.
13+
14+
GCViewer is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17+
Lesser General Public License for more details.
18+
19+
You should have received a copy of the GNU Lesser General Public
20+
License along with this library; if not, write to the Free Software
21+
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22+
23+
For LGPL see http://www.gnu.org/licenses/lgpl.html
24+
25+
Feedback
26+
========
27+
28+
We encourage your feedback and suggestions and want to use your feedback to
29+
improve the Software. Send all such feedback to:
30+
31+
32+
For more information on tagtraum industries incorporated and GCViewer
33+
please see http://www.tagtraum.com/. For more information on the latest
3434
development of GCViewer please see http://github.com/chewiebug/GCViewer/wiki.

0 commit comments

Comments
 (0)