PageRenderTime 53ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.2.0-rc0/hive/external/common/build.xml

#
XML | 35 lines | 8 code | 7 blank | 20 comment | 0 complexity | 1c0b83ed937112b5d34e383baed53923 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!--
  17. Before you can run these subtargets directly, you need
  18. to call at top-level: ant deploy-contrib compile-core-test
  19. -->
  20. <project name="common" default="jar">
  21. <property name="src.dir" location="${basedir}/src/java"/>
  22. <import file="../build-common.xml"/>
  23. <target name="test">
  24. <echo message="Nothing to do!"/>
  25. </target>
  26. </project>