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:
Lars George 2010-02-25 18:57:49 +00:00
parent c9cc5f7b33
commit 5d85503e7c
140 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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