File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 3
3
# Mobile Tools for Java (J2ME)
4
4
.mtj.tmp /
5
5
.settings
6
+ bin /
7
+ ** /.classpath
6
8
.project
7
9
.classpath
8
10
target
9
-
11
+ .metadata
12
+ .settings
13
+ .classpath
14
+ .project
10
15
# Package Files #
11
16
* .jar
12
17
* .war
Original file line number Diff line number Diff line change 10
10
<attributes >
11
11
<attribute name =" optional" value =" true" />
12
12
<attribute name =" maven.pomderived" value =" true" />
13
+ <attribute name =" test" value =" true" />
13
14
</attributes >
14
15
</classpathentry >
15
16
<classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
16
17
<attributes >
17
18
<attribute name =" maven.pomderived" value =" true" />
19
+ <attribute name =" test" value =" true" />
18
20
</attributes >
19
21
</classpathentry >
20
22
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
21
23
<attributes >
22
24
<attribute name =" maven.pomderived" value =" true" />
23
25
</attributes >
24
26
</classpathentry >
25
- <classpathentry exported = " true " kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
27
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
26
28
<attributes >
27
29
<attribute name =" maven.pomderived" value =" true" />
28
30
</attributes >
Original file line number Diff line number Diff line change 109
109
<mockito .version>1.9.0</mockito .version>
110
110
<hsqldb .version>1.8.0.10</hsqldb .version>
111
111
<jersey .version>1.1.5</jersey .version>
112
- <cxf .version>2.6.0 </cxf .version>
112
+ <cxf .version>3.2.7 </cxf .version>
113
113
<jetty .version>7.5.3.v20111011</jetty .version>
114
114
<httpclient .version>4.2.1</httpclient .version>
115
115
<slf4j .version>1.6.4</slf4j .version>
Original file line number Diff line number Diff line change 6
6
<attribute name =" maven.pomderived" value =" true" />
7
7
</attributes >
8
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 >
9
14
<classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
10
15
<attributes >
11
16
<attribute name =" optional" value =" true" />
12
17
<attribute name =" maven.pomderived" value =" true" />
18
+ <attribute name =" test" value =" true" />
13
19
</attributes >
14
20
</classpathentry >
15
21
<classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
16
22
<attributes >
17
23
<attribute name =" maven.pomderived" value =" true" />
24
+ <attribute name =" test" value =" true" />
18
25
</attributes >
19
26
</classpathentry >
20
27
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
27
34
<attribute name =" maven.pomderived" value =" true" />
28
35
</attributes >
29
36
</classpathentry >
30
- <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
31
- <attributes >
32
- <attribute name =" maven.pomderived" value =" true" />
33
- </attributes >
34
- </classpathentry >
35
37
<classpathentry kind =" output" path =" target/classes" />
36
38
</classpath >
You can’t perform that action at this time.
0 commit comments