[ 
https://issues.apache.org/jira/browse/HCATALOG-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467216#comment-13467216
 ] 

Travis Crawford commented on HCATALOG-517:
------------------------------------------

Here's the log of commands I used for the stuff that doesn't show well as a 
diff. Thanks for the review [~ashutoshc]!

{code}
fynn:trunk travis$ svn rm hive/
D         hive
fynn:trunk travis$ svn rm lib/
D         lib
fynn:trunk travis$ svn mkdir --parents build-support/checkstyle
A         build-support
A         build-support/checkstyle
fynn:trunk travis$ svn mv apache_header_java.txt coding_style.xml 
build-support/checkstyle/
A         build-support/checkstyle/apache_header_java.txt
D         apache_header_java.txt
A         build-support/checkstyle/coding_style.xml
D         coding_style.xml
fynn:trunk travis$ svn mkdir build-support/scripts
A         build-support/scripts
fynn:trunk travis$ svn mv bin/umaskcheck.sh build-support/scripts/
A         build-support/scripts/umaskcheck.sh
D         bin/umaskcheck.sh
{code}
                
> Misc. build cleanup
> -------------------
>
>                 Key: HCATALOG-517
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-517
>             Project: HCatalog
>          Issue Type: Improvement
>            Reporter: Travis Crawford
>            Assignee: Travis Crawford
>             Fix For: 0.5
>
>         Attachments: HCATALOG-517_build_cleanup.1.patch
>
>
> HCatalog has a few build-related things we should cleanup:
> * Top-level and empty "hive" directory is present from when Hive was added to 
> our repo as an SVN external, and should be removed.
> * Top-level and empty "lib" directory is present but not used for 
> dependencies and should be removed.
> * Checkstyle configs are in the top-level directory, and should be moved to 
> "build-support/checkstyle".
> * {{bin/umaskcheck.sh}} is only required for the build and should be moved to 
> "build-support/scripts"
> A major category of files that should also move under build-support is the 
> top-level "ant" directory. That directory is not moved at this time because I 
> would prefer to update the "core" build first so its simpler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to