c.s.tools.ide.analysis.modernize/test/unit/data/ide/analysis/modernize/HeaderTest/project-with-headers/nbproject/configurations.xml
branchrelease82
changeset 18423 b9d9af239a0c
parent 18403 67d78b11d2e0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c.s.tools.ide.analysis.modernize/test/unit/data/ide/analysis/modernize/HeaderTest/project-with-headers/nbproject/configurations.xml	Wed Jun 07 20:23:29 2017 +0300
     1.3 @@ -0,0 +1,128 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.7 +
     1.8 +Copyright (c) 2014, 2016 Oracle and/or its affiliates. All rights reserved.
     1.9 +
    1.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.11 +Other names may be trademarks of their respective owners.
    1.12 +
    1.13 +The contents of this file are subject to the terms of either the GNU
    1.14 +General Public License Version 2 only ("GPL") or the Common
    1.15 +Development and Distribution License("CDDL") (collectively, the
    1.16 +"License"). You may not use this file except in compliance with the
    1.17 +License. You can obtain a copy of the License at
    1.18 +http://www.netbeans.org/cddl-gplv2.html
    1.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.20 +specific language governing permissions and limitations under the
    1.21 +License.  When distributing the software, include this License Header
    1.22 +Notice in each file and include the License file at
    1.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    1.24 +particular file as subject to the "Classpath" exception as provided
    1.25 +by Oracle in the GPL Version 2 section of the License file that
    1.26 +accompanied this code. If applicable, add the following below the
    1.27 +License Header, with the fields enclosed by brackets [] replaced by
    1.28 +your own identifying information:
    1.29 +"Portions Copyrighted [year] [name of copyright owner]"
    1.30 +
    1.31 +If you wish your version of this file to be governed by only the CDDL
    1.32 +or only the GPL Version 2, indicate your decision by adding
    1.33 +"[Contributor] elects to include this software in this distribution
    1.34 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.35 +single choice of license, a recipient has the option to distribute
    1.36 +your version of this file under either the CDDL, the GPL Version 2 or
    1.37 +to extend the choice of license to its licensees as provided above.
    1.38 +However, if you add GPL Version 2 code and therefore, elected the GPL
    1.39 +Version 2 license, then the option applies only if the new code is
    1.40 +made subject to such option by the copyright holder.
    1.41 +
    1.42 +Contributor(s):
    1.43 +-->
    1.44 +<configurationDescriptor version="100">
    1.45 +  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
    1.46 +    <df root="." name="0">
    1.47 +      <df name="src">
    1.48 +        <in>llvm-header-guard.cpp</in>
    1.49 +      </df>
    1.50 +    </df>
    1.51 +    <logicalFolder name="ExternalFiles"
    1.52 +                   displayName="Important Files"
    1.53 +                   projectFiles="false"
    1.54 +                   kind="IMPORTANT_FILES_FOLDER">
    1.55 +      <itemPath>CMakeLists.txt</itemPath>
    1.56 +      <itemPath>build/Debug/Makefile</itemPath>
    1.57 +      <itemPath>build/Release/Makefile</itemPath>
    1.58 +    </logicalFolder>
    1.59 +  </logicalFolder>
    1.60 +  <sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter>
    1.61 +  <sourceRootList>
    1.62 +    <Elem>.</Elem>
    1.63 +  </sourceRootList>
    1.64 +  <projectmakefile>build/Debug/Makefile</projectmakefile>
    1.65 +  <confs>
    1.66 +    <conf name="Debug" type="0">
    1.67 +      <toolsSet>
    1.68 +        <compilerSet>default</compilerSet>
    1.69 +        <dependencyChecking>false</dependencyChecking>
    1.70 +        <rebuildPropChanged>false</rebuildPropChanged>
    1.71 +      </toolsSet>
    1.72 +      <flagsDictionary>
    1.73 +        <element flagsID="0" commonFlags="-std=gnu++11"/>
    1.74 +      </flagsDictionary>
    1.75 +      <codeAssistance>
    1.76 +      </codeAssistance>
    1.77 +      <makefileType>
    1.78 +        <makeTool>
    1.79 +          <buildCommandWorkingDir>build/Debug</buildCommandWorkingDir>
    1.80 +          <buildCommand>${MAKE} -f Makefile</buildCommand>
    1.81 +          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
    1.82 +          <executablePath>build/Debug/src/welcome</executablePath>
    1.83 +          <ccTool flags="0">
    1.84 +            <incDir>
    1.85 +              <pElem>build/Debug/src</pElem>
    1.86 +            </incDir>
    1.87 +          </ccTool>
    1.88 +        </makeTool>
    1.89 +        <preBuild>
    1.90 +          <preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir>
    1.91 +          <preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand>
    1.92 +          <preBuildFirst>true</preBuildFirst>
    1.93 +        </preBuild>
    1.94 +      </makefileType>
    1.95 +      <item path="src/llvm-header-guard.cpp" ex="false" tool="1" flavor2="8">
    1.96 +        <ccTool flags="0">
    1.97 +        </ccTool>
    1.98 +      </item>
    1.99 +    </conf>
   1.100 +    <conf name="Release" type="0">
   1.101 +      <toolsSet>
   1.102 +        <compilerSet>default</compilerSet>
   1.103 +        <dependencyChecking>false</dependencyChecking>
   1.104 +        <rebuildPropChanged>false</rebuildPropChanged>
   1.105 +      </toolsSet>
   1.106 +      <codeAssistance>
   1.107 +      </codeAssistance>
   1.108 +      <makefileType>
   1.109 +        <makeTool>
   1.110 +          <buildCommandWorkingDir>build/Release</buildCommandWorkingDir>
   1.111 +          <buildCommand>${MAKE} -f Makefile</buildCommand>
   1.112 +          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
   1.113 +          <executablePath>build/Release/src/welcome</executablePath>
   1.114 +          <ccTool>
   1.115 +            <incDir>
   1.116 +              <pElem>build/Release/src</pElem>
   1.117 +            </incDir>
   1.118 +            <preprocessorList>
   1.119 +              <Elem>NDEBUG</Elem>
   1.120 +            </preprocessorList>
   1.121 +          </ccTool>
   1.122 +        </makeTool>
   1.123 +        <preBuild>
   1.124 +          <preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir>
   1.125 +          <preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand>
   1.126 +          <preBuildFirst>true</preBuildFirst>
   1.127 +        </preBuild>
   1.128 +      </makefileType>
   1.129 +    </conf>
   1.130 +  </confs>
   1.131 +</configurationDescriptor>