java/sql-dk/build.xml
branchv_0
changeset 83 9563232ea0b7
parent 81 847c83288d01
child 96 7ae30649b30b
equal deleted inserted replaced
82:adea6d8d3708 83:9563232ea0b7
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3  SQL-DK
       
     4  Copyright © 2013 František Kučera (frantovo.cz)
       
     5 
       
     6  This program is free software: you can redistribute it and/or modify
       
     7  it under the terms of the GNU General Public License as published by
       
     8  the Free Software Foundation, either version 3 of the License, or
       
     9  (at your option) any later version.
       
    10 
       
    11  This program is distributed in the hope that it will be useful,
       
    12  but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
       
    14  GNU General Public License for more details.
       
    15 
       
    16  You should have received a copy of the GNU General Public License
       
    17  along with this program. If not, see <http://www.gnu.org/licenses/>.
       
    18 -->
       
    19 
     2 <!-- You may freely edit this file. See commented blocks below for -->
    20 <!-- You may freely edit this file. See commented blocks below for -->
     3 <!-- some examples of how to customize the build. -->
    21 <!-- some examples of how to customize the build. -->
     4 <!-- (If you delete it and reopen the project it will be recreated.) -->
    22 <!-- (If you delete it and reopen the project it will be recreated.) -->
     5 <!-- By default, only the Clean and Build commands use this build script. -->
    23 <!-- By default, only the Clean and Build commands use this build script. -->
     6 <!-- Commands such as Run, Debug, and Test only use this build script if -->
    24 <!-- Commands such as Run, Debug, and Test only use this build script if -->