Skip to content

Commit

Permalink
java: Renamed pom.xml file to the standard naming convention
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
  • Loading branch information
stefan-andritoiu authored and arfoll committed Sep 14, 2016
1 parent 122cab1 commit def454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ if (BUILDSWIG)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/java/manifest.txt.in
${CMAKE_CURRENT_BINARY_DIR}/java/manifest.txt)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/java/pom.xml.in
${CMAKE_CURRENT_BINARY_DIR}/java/pom.xml)
${CMAKE_CURRENT_BINARY_DIR}/java/mraa-${VERSION_SHORT}.pom)
add_subdirectory (java)
endif ()
if (BUILDSWIGNODE)
Expand Down

0 comments on commit def454e

Please sign in to comment.