HBASE-2264 Adjust the contrib apps to the Maven project layout (Lars Francke via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9cc5f7b33
commit
5d85503e7c
|
@ -384,6 +384,8 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-2250 typo in the maven pom
|
||||
HBASE-2254 Improvements to the Maven POMs (Lars Francke via Stack)
|
||||
HBASE-2262 ZKW.ensureExists should check for existence
|
||||
HBASE-2264 Adjust the contrib apps to the Maven project layout
|
||||
(Lars Francke via Lars George)
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-1961 HBase EC2 scripts
|
||||
|
|
|
@ -18,10 +18,4 @@
|
|||
<module>stargate</module>
|
||||
<module>transactional</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<!-- TODO really all the modules in HBase probably should have a consistent directory structure -->
|
||||
<sourceDirectory>${basedir}/src/java</sourceDirectory>
|
||||
<testSourceDirectory>${basedir}/src/test/</testSourceDirectory>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue