Skip to content

Commit

Permalink
project config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrimatti committed Aug 17, 2014
1 parent 07d08c0 commit 8afb695
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 31 deletions.
27 changes: 0 additions & 27 deletions .classpath

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ bin
target
build
build.gradle
.settings
.settings
.classpath
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<version>0.8</version>
<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
</resources>

<plugins>
Expand All @@ -19,6 +19,7 @@
<target>1.6</target>
<encoding>UTF-8</encoding>
<optimize>true</optimize>
<proc>none</proc>
</configuration>
</plugin>
<plugin>
Expand All @@ -36,6 +37,7 @@
<groupId>fi.solita.utils</groupId>
<artifactId>functional-utils</artifactId>
<version>0.8</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 8afb695

Please sign in to comment.