Skip to content

Commit

Permalink
add source dir to osx and win modules
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskross committed Nov 20, 2015
1 parent 0a3e2e5 commit 6983600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lmdbjni-osx64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ limitations under the License.

<build>
<testSourceDirectory>${basedir}/../lmdbjni/src/test/java</testSourceDirectory>

<sourceDirectory>${basedir}/../lmdbjni/src/main/java</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
1 change: 1 addition & 0 deletions lmdbjni-win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<build>
<testSourceDirectory>${basedir}/../lmdbjni/src/test/java</testSourceDirectory>
<sourceDirectory>${basedir}/../lmdbjni/src/main/java</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 6983600

Please sign in to comment.