Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I215fcc7581253f14171b513d4fc75da960b2064a
|
|
Change-Id: I34007829cdd3ad024df21f68bb369016d5d21131
|
|
Change-Id: I001ad8dd5f95e6e5ad43daf956663218d19f5c96
|
|
This allow jar generated with maven to be used in OSGi environment.
|
|
This avoid to put the pom.xml file into the source directory. Normally the pom file is in a parent (/parent) folder and it is not mixed with the java source code.
An other thing is: this will make import of the project more easy from a IDE.
The side effect is that the target folder where maven build artifacts will move from the <flatbuffers>/java/target to <flatbuffers>/target therefore the gitignore file has been updated in consequences.
|