Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
jTEM
halfedge
Commits
5ffd477c
Commit
5ffd477c
authored
May 26, 2016
by
mongo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maven now uses bin-folder as build and not target
parent
a24c8331
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.classpath
.classpath
+3
-3
.gitignore
.gitignore
+1
-2
pom.xml
pom.xml
+1
-0
No files found.
.classpath
View file @
5ffd477c
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
including=
"**/*.java"
kind=
"src"
output=
"
target
/classes"
path=
"src"
>
<classpathentry
including=
"**/*.java"
kind=
"src"
output=
"
bin
/classes"
path=
"src"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"
target
/test-classes"
path=
"src-test"
>
<classpathentry
kind=
"src"
output=
"
bin
/test-classes"
path=
"src-test"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
...
...
@@ -22,5 +22,5 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"
target
/classes"
/>
<classpathentry
kind=
"output"
path=
"
bin
/classes"
/>
</classpath>
.gitignore
View file @
5ffd477c
bin
/
bin
/build
/doc
/release
/target
pom.xml
View file @
5ffd477c
...
...
@@ -24,6 +24,7 @@
</configuration>
</plugin>
</plugins>
<directory>
bin
</directory>
</build>
<dependencies>
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment