c.s.tools.ide.analysis.modernize/test/unit/data/ide/analysis/modernize/MultipleFileTest/project-with-headers/nbproject/configurations.xml
branchrelease82
changeset 18423 b9d9af239a0c
     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/MultipleFileTest/project-with-headers/nbproject/configurations.xml	Wed Jun 07 20:23:29 2017 +0300
     1.3 @@ -0,0 +1,145 @@
     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>header.h</in>
    1.49 +        <in>source_1.cpp</in>
    1.50 +        <in>source_2.cpp</in>
    1.51 +        <in>source_3.cpp</in>
    1.52 +        <in>source_4.cpp</in>
    1.53 +      </df>
    1.54 +    </df>
    1.55 +    <logicalFolder name="ExternalFiles"
    1.56 +                   displayName="Important Files"
    1.57 +                   projectFiles="false"
    1.58 +                   kind="IMPORTANT_FILES_FOLDER">
    1.59 +      <itemPath>CMakeLists.txt</itemPath>
    1.60 +      <itemPath>build/Debug/Makefile</itemPath>
    1.61 +      <itemPath>build/Release/Makefile</itemPath>
    1.62 +    </logicalFolder>
    1.63 +  </logicalFolder>
    1.64 +  <sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter>
    1.65 +  <sourceRootList>
    1.66 +    <Elem>.</Elem>
    1.67 +  </sourceRootList>
    1.68 +  <projectmakefile>build/Debug/Makefile</projectmakefile>
    1.69 +  <confs>
    1.70 +    <conf name="Debug" type="0">
    1.71 +      <toolsSet>
    1.72 +        <compilerSet>default</compilerSet>
    1.73 +        <dependencyChecking>false</dependencyChecking>
    1.74 +        <rebuildPropChanged>false</rebuildPropChanged>
    1.75 +      </toolsSet>
    1.76 +      <codeAssistance>
    1.77 +      </codeAssistance>
    1.78 +      <makefileType>
    1.79 +        <makeTool>
    1.80 +          <buildCommandWorkingDir>build/Debug</buildCommandWorkingDir>
    1.81 +          <buildCommand>${MAKE} -f Makefile</buildCommand>
    1.82 +          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
    1.83 +          <executablePath>build/Debug/src/welcome</executablePath>
    1.84 +          <ccTool flags="-std=gnu++11">
    1.85 +            <incDir>
    1.86 +              <pElem>build/Debug/src</pElem>
    1.87 +            </incDir>
    1.88 +          </ccTool>
    1.89 +        </makeTool>
    1.90 +        <preBuild>
    1.91 +          <preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir>
    1.92 +          <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.93 +          <preBuildFirst>true</preBuildFirst>
    1.94 +        </preBuild>
    1.95 +      </makefileType>
    1.96 +      <item path="src/header.h" ex="false" tool="3" flavor2="0">
    1.97 +      </item>
    1.98 +      <item path="src/source_1.cpp" ex="false" tool="1" flavor2="0">
    1.99 +      </item>
   1.100 +      <item path="src/source_2.cpp" ex="false" tool="1" flavor2="0">
   1.101 +      </item>
   1.102 +      <item path="src/source_3.cpp" ex="false" tool="1" flavor2="0">
   1.103 +      </item>
   1.104 +      <item path="src/source_4.cpp" ex="false" tool="1" flavor2="0">
   1.105 +      </item>
   1.106 +    </conf>
   1.107 +    <conf name="Release" type="0">
   1.108 +      <toolsSet>
   1.109 +        <compilerSet>default</compilerSet>
   1.110 +        <dependencyChecking>false</dependencyChecking>
   1.111 +        <rebuildPropChanged>false</rebuildPropChanged>
   1.112 +      </toolsSet>
   1.113 +      <codeAssistance>
   1.114 +      </codeAssistance>
   1.115 +      <makefileType>
   1.116 +        <makeTool>
   1.117 +          <buildCommandWorkingDir>build/Release</buildCommandWorkingDir>
   1.118 +          <buildCommand>${MAKE} -f Makefile</buildCommand>
   1.119 +          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
   1.120 +          <executablePath>build/Release/src/welcome</executablePath>
   1.121 +          <ccTool>
   1.122 +            <incDir>
   1.123 +              <pElem>build/Release/src</pElem>
   1.124 +            </incDir>
   1.125 +            <preprocessorList>
   1.126 +              <Elem>NDEBUG</Elem>
   1.127 +            </preprocessorList>
   1.128 +          </ccTool>
   1.129 +        </makeTool>
   1.130 +        <preBuild>
   1.131 +          <preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir>
   1.132 +          <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.133 +          <preBuildFirst>true</preBuildFirst>
   1.134 +        </preBuild>
   1.135 +      </makefileType>
   1.136 +      <item path="src/header.h" ex="false" tool="3" flavor2="0">
   1.137 +      </item>
   1.138 +      <item path="src/source_1.cpp" ex="false" tool="1" flavor2="0">
   1.139 +      </item>
   1.140 +      <item path="src/source_2.cpp" ex="false" tool="1" flavor2="0">
   1.141 +      </item>
   1.142 +      <item path="src/source_3.cpp" ex="false" tool="1" flavor2="0">
   1.143 +      </item>
   1.144 +      <item path="src/source_4.cpp" ex="false" tool="1" flavor2="0">
   1.145 +      </item>
   1.146 +    </conf>
   1.147 +  </confs>
   1.148 +</configurationDescriptor>