Skip to content

Commit 593302f

Browse files
Build with Maven
1 parent 8e44630 commit 593302f

18 files changed

+111
-78
lines changed

.gitignore

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.so
9+
10+
# Packages #
11+
############
12+
# it's better to unpack these files and commit the raw source
13+
# git has its own built in compression methods
14+
*.7z
15+
*.dmg
16+
*.gz
17+
*.iso
18+
*.jar
19+
*.rar
20+
*.tar
21+
*.zip
22+
23+
# Logs and databases #
24+
######################
25+
*.log
26+
27+
# OS generated files #
28+
######################
29+
.DS_Store*
30+
ehthumbs.db
31+
Icon?
32+
Thumbs.db
33+
34+
# Editor Files #
35+
################
36+
*~
37+
*.swp
38+
39+
# Gradle Files #
40+
################
41+
.gradle
42+
.gradletasknamecache
43+
.m2
44+
45+
# Build output directies
46+
target/
47+
build/
48+
49+
# IntelliJ specific files/directories
50+
out
51+
.idea
52+
*.ipr
53+
*.iws
54+
*.iml
55+
atlassian-ide-plugin.xml
56+
57+
# Eclipse specific files/directories
58+
.classpath
59+
.project
60+
.settings
61+
.metadata
62+
bin/
63+
64+
# NetBeans specific files/directories
65+
.nbattrs
66+
/.nb-gradle/profiles/private/
67+
.nb-gradle-properties
68+
69+
# Scala build
70+
*.cache
71+
/.nb-gradle/private/

build.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

build/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.
-676 Bytes
Binary file not shown.
-697 Bytes
Binary file not shown.
-754 Bytes
Binary file not shown.
-815 Bytes
Binary file not shown.
-750 Bytes
Binary file not shown.
-452 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)