Skip to content

Commit e2f9d34

Browse files
committed
Switch to maven, change package to de.thomas_oster.liblasercut
1 parent 0238bd1 commit e2f9d34

File tree

130 files changed

+513
-2327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+513
-2327
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/build/
22
/nbproject/private/
33
/dist/
4+
/target/

.travis.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
language: java
22
jdk:
3-
- openjdk8
43
- openjdk11
54

65

76

87
script:
98
- "./test.sh"
10-
- "ant test"
11-
- "ant jar"
12-
13-
# Workaround for https://github.com/travis-ci/travis-ci/issues/7706
14-
addons:
15-
apt:
16-
packages:
17-
- ant-optional
9+
- "mvn test"

build.xml

-81
This file was deleted.
Binary file not shown.

lib/commons-net-3.1.jar

-267 KB
Binary file not shown.

lib/corn-httpclient-1.0.12.jar

-24.2 KB
Binary file not shown.

lib/jna-4.0.0.jar

-893 KB
Binary file not shown.

0 commit comments

Comments
 (0)