File tree 7 files changed +22
-15
lines changed
7 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,12 @@ hs_err_pid*
109
109
/javaRMI /temp /
110
110
/javaRMI /tmp /
111
111
/javaRMI /bin /
112
- /javaRMI /.classpath
113
112
114
113
# # XML
115
114
/xml /java /target /
116
115
/xml /java /temp /
117
116
/xml /java /tmp /
118
117
/xml /java /bin /
119
- /xml /java /.classpath
120
118
121
119
# # web services
122
120
# ## warehouse server example
@@ -190,4 +188,4 @@ mpi/gatherScatterPrimes.exe
190
188
mpi /piGatherScatter.exe
191
189
mpi /reducePrimes.exe
192
190
mpi /structTest.exe
193
- mpi /structScatter.exe
191
+ mpi /structScatter.exe
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
+ <classpathentry kind =" output" path =" bin" />
6
+ </classpath >
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ hs_err_pid*
14
14
/target /
15
15
16
16
# other files, potentially created by build tools
17
- /.classpath
18
17
/bin
19
18
/classes
20
19
/build
21
20
/temp
22
21
/tmp
23
22
/out
24
23
/.gradle
25
- /dependency-reduced-pom.xml
24
+ /dependency-reduced-pom.xml
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <classpath >
3
- <classpathentry kind =" src" path =" src" />
4
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
- <classpathentry kind =" output" path =" bin" />
6
- </classpath >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
+ <classpathentry kind =" output" path =" bin" />
6
+ </classpath >
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ hs_err_pid*
14
14
/target /
15
15
16
16
# other files, potentially created by build tools
17
- /.classpath
18
17
/bin
19
18
/classes
20
19
/build
21
20
/temp
22
21
/tmp
23
22
/out
24
23
/.gradle
25
- /dependency-reduced-pom.xml
24
+ /dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
+ <classpathentry kind =" output" path =" bin" />
6
+ </classpath >
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ hs_err_pid*
14
14
/target /
15
15
16
16
# other files, potentially created by build tools
17
- /.classpath
18
17
/bin
19
18
/classes
20
19
/build
21
20
/temp
22
21
/tmp
23
22
/out
24
23
/.gradle
25
- /dependency-reduced-pom.xml
24
+ /dependency-reduced-pom.xml
You can’t perform that action at this time.
0 commit comments