File tree Expand file tree Collapse file tree 5 files changed +45
-12
lines changed Expand file tree Collapse file tree 5 files changed +45
-12
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" output =" target/classes" path =" src/main/java" />
4- <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" />
5- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
6- <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
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/J2SE-1.5" >
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 >
725 <classpathentry kind =" output" path =" target/classes" />
826</classpath >
Original file line number Diff line number Diff line change 1111scratch /
1212.cachedir /
1313memcached-release *
14- /java_memcached-release_3.0.0.jar
15- /java_memcached-release_2.6.0.zip
16- /java_memcached-release_2.6.0.jar
17- /java_memcached-release_test_2.6.0.jar
1814/bin
1915/target
16+ /java_memcached-release *
Original file line number Diff line number Diff line change 1- # Fri Sep 30 12:12:42 CST 2011
1+ # Fri Nov 25 11:05:34 CST 2011
22eclipse.preferences.version =1
33encoding//src/main/java =UTF-8
44encoding//src/test/java =UTF-8
5+ encoding/<project>=UTF-8
Original file line number Diff line number Diff line change 1- # Fri Sep 30 12:12:42 CST 2011
1+ # Fri Nov 25 12:08:17 CST 2011
22eclipse.preferences.version =1
33org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
44org.eclipse.jdt.core.compiler.compliance =1.5
Original file line number Diff line number Diff line change 44
55 <groupId >com.danga</groupId >
66 <artifactId >Memcached-Java-Client</artifactId >
7- <version >2.6.2 </version >
7+ <version >2.6.3 </version >
88 <packaging >jar</packaging >
99
1010 <name >Memcached-Java-Client</name >
2626 <artifactId >commons-pool</artifactId >
2727 <version >1.5.6</version >
2828 </dependency >
29+ <dependency >
30+ <groupId >org.slf4j</groupId >
31+ <artifactId >slf4j-api</artifactId >
32+ <version >1.6.4</version >
33+ </dependency >
2934 <dependency >
3035 <groupId >org.slf4j</groupId >
3136 <artifactId >slf4j-simple</artifactId >
32- <version >1.6.2</version >
37+ <version >1.6.4</version >
38+ <scope >provided</scope >
3339 </dependency >
3440 </dependencies >
3541 <build >
4248 <skipTests >true</skipTests >
4349 </configuration >
4450 </plugin >
51+ <plugin >
52+ <groupId >org.apache.maven.plugins</groupId >
53+ <artifactId >maven-compiler-plugin</artifactId >
54+ <version >2.3.2</version >
55+ <configuration >
56+ <debuglevel >none</debuglevel >
57+ <optimize >true</optimize >
58+ <source >1.5</source >
59+ <target >1.5</target >
60+ </configuration >
61+ </plugin >
4562 <plugin >
4663 <groupId >org.apache.maven.plugins</groupId >
4764 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments