File tree 26 files changed +265
-2
lines changed
26 files changed +265
-2
lines changed 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 =" target" />
6
+ </classpath >
Original file line number Diff line number Diff line change 17
17
</buildCommand >
18
18
</buildSpec >
19
19
<natures >
20
- <nature >org.eclipse.jdt.core.javanature</nature >
21
20
<nature >org.eclipse.m2e.core.maven2Nature</nature >
21
+ <nature >org.eclipse.jdt.core.javanature</nature >
22
22
</natures >
23
23
</projectDescription >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
Original file line number Diff line number Diff line change
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 kind =" src" output =" target/test-classes" path =" src/test/java" >
10
+ <attributes >
11
+ <attribute name =" optional" value =" true" />
12
+ <attribute name =" maven.pomderived" value =" true" />
13
+ </attributes >
14
+ </classpathentry >
15
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
16
+ <attributes >
17
+ <attribute name =" maven.pomderived" value =" true" />
18
+ </attributes >
19
+ </classpathentry >
20
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
21
+ <attributes >
22
+ <attribute name =" maven.pomderived" value =" true" />
23
+ </attributes >
24
+ </classpathentry >
25
+ <classpathentry kind =" output" path =" target/classes" />
26
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >adapter-base</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 >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding//src/main/java =UTF-8
3
+ encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
3
+ org.eclipse.jdt.core.compiler.compliance =1.6
4
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
5
+ org.eclipse.jdt.core.compiler.source =1.6
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
Original file line number Diff line number Diff line change
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 kind =" src" output =" target/test-classes" path =" src/test/java" >
10
+ <attributes >
11
+ <attribute name =" optional" value =" true" />
12
+ <attribute name =" maven.pomderived" value =" true" />
13
+ </attributes >
14
+ </classpathentry >
15
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
16
+ <attributes >
17
+ <attribute name =" maven.pomderived" value =" true" />
18
+ </attributes >
19
+ </classpathentry >
20
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
21
+ <attributes >
22
+ <attribute name =" maven.pomderived" value =" true" />
23
+ </attributes >
24
+ </classpathentry >
25
+ <classpathentry kind =" output" path =" target/classes" />
26
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >adapter-cli</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 >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding//src/main/java =UTF-8
3
+ encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
3
+ org.eclipse.jdt.core.compiler.compliance =1.6
4
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
5
+ org.eclipse.jdt.core.compiler.source =1.6
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
Original file line number Diff line number Diff line change
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 kind =" src" output =" target/test-classes" path =" src/test/java" >
10
+ <attributes >
11
+ <attribute name =" optional" value =" true" />
12
+ <attribute name =" maven.pomderived" value =" true" />
13
+ </attributes >
14
+ </classpathentry >
15
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
16
+ <attributes >
17
+ <attribute name =" maven.pomderived" value =" true" />
18
+ </attributes >
19
+ </classpathentry >
20
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
21
+ <attributes >
22
+ <attribute name =" maven.pomderived" value =" true" />
23
+ </attributes >
24
+ </classpathentry >
25
+ <classpathentry kind =" output" path =" target/classes" />
26
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >adapter-javahl</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 >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding//src/main/java =UTF-8
3
+ encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
3
+ org.eclipse.jdt.core.compiler.compliance =1.6
4
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
5
+ org.eclipse.jdt.core.compiler.source =1.6
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
Original file line number Diff line number Diff line change 12
12
<module >base</module >
13
13
<module >cmdline</module >
14
14
<module >javahl</module >
15
+ <module >svnkit</module >
15
16
</modules >
16
17
17
18
<properties >
Original file line number Diff line number Diff line change
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 kind =" src" output =" target/test-classes" path =" src/test/java" >
10
+ <attributes >
11
+ <attribute name =" optional" value =" true" />
12
+ <attribute name =" maven.pomderived" value =" true" />
13
+ </attributes >
14
+ </classpathentry >
15
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
16
+ <attributes >
17
+ <attribute name =" maven.pomderived" value =" true" />
18
+ </attributes >
19
+ </classpathentry >
20
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
21
+ <attributes >
22
+ <attribute name =" maven.pomderived" value =" true" />
23
+ </attributes >
24
+ </classpathentry >
25
+ <classpathentry kind =" output" path =" target/classes" />
26
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >adapter-svnkit</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 >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding//src/main/java =UTF-8
3
+ encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
3
+ org.eclipse.jdt.core.compiler.compliance =1.6
4
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
5
+ org.eclipse.jdt.core.compiler.source =1.6
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
Original file line number Diff line number Diff line change 31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.tmatesoft.svnkit</groupId >
34
- <artifactId >svnkit</artifactId >
34
+ <artifactId >svnkit-javahl16 </artifactId >
35
35
<version >1.8.12</version >
36
+ <exclusions >
37
+ <exclusion >
38
+ <groupId >org.apache.subversion</groupId >
39
+ <artifactId >svn-javahl-api</artifactId >
40
+ </exclusion >
41
+ </exclusions >
36
42
</dependency >
37
43
</dependencies >
38
44
You can’t perform that action at this time.
0 commit comments