Skip to content

Commit 588f2ce

Browse files
committed
Version 0.7.8, Release compiled with Java 8
1 parent d1b2a75 commit 588f2ce

File tree

4 files changed

+28
-102
lines changed

4 files changed

+28
-102
lines changed

.classpath

Lines changed: 23 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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-
<attribute name="test" value="true"/>
19-
</attributes>
20-
</classpathentry>
21-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
22-
<attributes>
23-
<attribute name="maven.pomderived" value="true"/>
24-
<attribute name="test" value="true"/>
25-
</attributes>
26-
</classpathentry>
27-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
28-
<attributes>
29-
<attribute name="maven.pomderived" value="true"/>
30-
</attributes>
31-
</classpathentry>
32-
<classpathentry kind="var" path="M2_REPO/com/jgoodies/jgoodies-forms/1.7.1/jgoodies-forms-1.7.1.jar" sourcepath="M2_REPO/com/jgoodies/jgoodies-forms/1.7.1/jgoodies-forms-1.7.1-sources.jar">
33-
<attributes>
34-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/com/jgoodies/jgoodies-forms/1.7.1/jgoodies-forms-1.7.1-javadoc.jar!/"/>
35-
</attributes>
36-
</classpathentry>
37-
<classpathentry kind="var" path="M2_REPO/com/jgoodies/jgoodies-common/1.6.0/jgoodies-common-1.6.0.jar" sourcepath="M2_REPO/com/jgoodies/jgoodies-common/1.6.0/jgoodies-common-1.6.0-sources.jar">
38-
<attributes>
39-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/com/jgoodies/jgoodies-common/1.6.0/jgoodies-common-1.6.0-javadoc.jar!/"/>
40-
</attributes>
41-
</classpathentry>
42-
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.6/commons-io-2.6.jar" sourcepath="M2_REPO/commons-io/commons-io/2.6/commons-io-2.6-sources.jar">
43-
<attributes>
44-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6-javadoc.jar!/"/>
45-
</attributes>
46-
</classpathentry>
47-
<classpathentry kind="var" path="M2_REPO/junit/junit/4.12/junit-4.12.jar" sourcepath="M2_REPO/junit/junit/4.12/junit-4.12-sources.jar">
48-
<attributes>
49-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/junit/junit/4.12/junit-4.12-javadoc.jar!/"/>
50-
</attributes>
51-
</classpathentry>
52-
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar">
53-
<attributes>
54-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/"/>
55-
</attributes>
56-
</classpathentry>
57-
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar">
58-
<attributes>
59-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-javadoc.jar!/"/>
60-
</attributes>
61-
</classpathentry>
62-
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar">
63-
<attributes>
64-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-javadoc.jar!/"/>
65-
</attributes>
66-
</classpathentry>
67-
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar">
68-
<attributes>
69-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-javadoc.jar!/"/>
70-
</attributes>
71-
</classpathentry>
72-
<classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.9/commons-codec-1.9.jar" sourcepath="M2_REPO/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar">
73-
<attributes>
74-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9-javadoc.jar!/"/>
75-
</attributes>
76-
</classpathentry>
77-
<classpathentry kind="var" path="M2_REPO/org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.jar" sourcepath="M2_REPO/org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1-sources.jar">
78-
<attributes>
79-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1-javadoc.jar!/"/>
80-
</attributes>
81-
</classpathentry>
82-
<classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
83-
<classpathentry kind="var" path="M2_REPO/stax/stax/1.2.0/stax-1.2.0.jar" sourcepath="M2_REPO/stax/stax/1.2.0/stax-1.2.0-sources.jar"/>
84-
<classpathentry kind="var" path="M2_REPO/xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.jar"/>
85-
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar">
86-
<attributes>
87-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-javadoc.jar!/"/>
88-
</attributes>
89-
</classpathentry>
90-
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar" sourcepath="M2_REPO/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25-sources.jar">
91-
<attributes>
92-
<attribute name="javadoc_location" value="jar:file://home/harald/.m2/repository/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25-javadoc.jar!/"/>
93-
</attributes>
94-
</classpathentry>
95-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
96-
<attributes>
97-
<attribute name="maven.pomderived" value="true"/>
98-
</attributes>
99-
</classpathentry>
100-
<classpathentry kind="output" path="target/classes"/>
101-
</classpath>
3+
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
4+
<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
5+
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
6+
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
7+
<classpathentry kind="output" path="target/classes"/>
8+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
9+
<classpathentry kind="var" path="M2_REPO/junit/junit/4.13.1/junit-4.13.1.jar" sourcepath="M2_REPO/junit/junit/4.13.1/junit-4.13.1-sources.jar"/>
10+
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"/>
11+
<classpathentry kind="var" path="M2_REPO/org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.jar" sourcepath="M2_REPO/org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1-sources.jar"/>
12+
<classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
13+
<classpathentry kind="var" path="M2_REPO/stax/stax/1.2.0/stax-1.2.0.jar" sourcepath="M2_REPO/stax/stax/1.2.0/stax-1.2.0-sources.jar"/>
14+
<classpathentry kind="var" path="M2_REPO/xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.jar"/>
15+
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar"/>
16+
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar"/>
17+
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar"/>
18+
<classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.9/commons-codec-1.9.jar" sourcepath="M2_REPO/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar"/>
19+
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar"/>
20+
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar" sourcepath="M2_REPO/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25-sources.jar"/>
21+
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.6/commons-io-2.6.jar" sourcepath="M2_REPO/commons-io/commons-io/2.6/commons-io-2.6-sources.jar"/>
22+
<classpathentry kind="var" path="M2_REPO/com/jgoodies/jgoodies-forms/1.7.1/jgoodies-forms-1.7.1.jar" sourcepath="M2_REPO/com/jgoodies/jgoodies-forms/1.7.1/jgoodies-forms-1.7.1-sources.jar"/>
23+
<classpathentry kind="var" path="M2_REPO/com/jgoodies/jgoodies-common/1.6.0/jgoodies-common-1.6.0.jar" sourcepath="M2_REPO/com/jgoodies/jgoodies-common/1.6.0/jgoodies-common-1.6.0-sources.jar"/>
24+
<classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" sourcepath="M2_REPO/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar"/>
25+
</classpath>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
cups4j.iml
66
/deploy.txt
77
.idea
8+
/doc/

.project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<projectDescription>
23
<name>cups4j</name>
3-
<comment>Java printing library for CUPS/IPP</comment>
4+
<comment>Java printing library for CUPS/IPP. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
45
<projects/>
56
<buildSpec>
67
<buildCommand>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.cups4j</groupId>
66
<artifactId>cups4j</artifactId>
7-
<version>0.7.7</version>
7+
<version>0.7.8</version>
88
<packaging>jar</packaging>
99

1010
<name>cups4j</name>
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.sonatype.plugins</groupId>
172172
<artifactId>nexus-staging-maven-plugin</artifactId>
173-
<version>1.6.7</version>
173+
<version>1.6.8</version>
174174
<extensions>true</extensions>
175175
<configuration>
176176
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)