c.s.tools.ide.analysis.modernize/build.xml
author Ilia Gromov <ilia@netbeans.org>
Wed, 07 Jun 2017 20:23:29 +0300
branchrelease82
changeset 18423 b9d9af239a0c
parent 18403 ide.analysis.modernize/build.xml@67d78b11d2e0
permissions -rw-r--r--
Fixing #270763 - Move clang-tidy integration to nb contrib
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - move wrapper
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - sign nbm
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - move tests
* * *
Fixing #270763 - Move clang-tidy integration to nb contrib - data for a new test
* * *
Fixed #270839 - [clang-tidy] Group checks in Editor hints
(transplanted from 35b6125ef00c470655dac6673075f5c12ec74593)
ilia@18403
     1
<?xml version="1.0" encoding="UTF-8"?>
ilia@18403
     2
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
ilia@18403
     3
<!-- for some information on what you could do (e.g. targets to override). -->
ilia@18403
     4
<!-- If you delete this file and reopen the project it will be recreated. -->
ilia@18415
     5
<project name="contrib/c.s.tools.ide.analysis.modernize" default="netbeans" basedir=".">
ilia@18415
     6
    <description>Builds, tests, and runs the project com.sun.tools.ide.analysis.modernize.</description>
ilia@18403
     7
    <import file="../../nbbuild/templates/projectized.xml"/>
ilia@18403
     8
</project>