PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ant/src/org/apache/hadoop/hive/ant/antlib.xml

#
XML | 26 lines | 7 code | 3 blank | 16 comment | 0 complexity | f620439f1abd09921588bf48dd110ec0 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. <antlib>
  17. <taskdef name="qtestgen"
  18. classname="org.apache.hadoop.hive.ant.QTestGenTask" />
  19. <taskdef name="getversionpref"
  20. classname="org.apache.hadoop.hive.ant.GetVersionPref" />
  21. </antlib>