Show
Ignore:
Timestamp:
11/09/20 19:00:45 (3 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Tags:
tip
Message:

nové netbeans

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • java/sql-vyuka/nbproject/ant-deploy.xml

    r79 r87  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!-- 
     3DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
     4 
     5Copyright (c) 2008, 2016 Oracle and/or its affiliates. All rights reserved. 
     6 
     7Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
     8Other names may be trademarks of their respective owners. 
     9 
     10The contents of this file are subject to the terms of either the GNU 
     11General Public License Version 2 only ("GPL") or the Common 
     12Development and Distribution License("CDDL") (collectively, the 
     13"License"). You may not use this file except in compliance with the 
     14License. You can obtain a copy of the License at 
     15http://www.netbeans.org/cddl-gplv2.html 
     16or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
     17specific language governing permissions and limitations under the 
     18License.  When distributing the software, include this License Header 
     19Notice in each file and include the License file at 
     20nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
     21particular file as subject to the "Classpath" exception as provided 
     22by Oracle in the GPL Version 2 section of the License file that 
     23accompanied this code. If applicable, add the following below the 
     24License Header, with the fields enclosed by brackets [] replaced by 
     25your own identifying information: 
     26"Portions Copyrighted [year] [name of copyright owner]" 
     27 
     28If you wish your version of this file to be governed by only the CDDL 
     29or only the GPL Version 2, indicate your decision by adding 
     30"[Contributor] elects to include this software in this distribution 
     31under the [CDDL or GPL Version 2] license." If you do not indicate a 
     32single choice of license, a recipient has the option to distribute 
     33your version of this file under either the CDDL, the GPL Version 2 or 
     34to extend the choice of license to its licensees as provided above. 
     35However, if you add GPL Version 2 code and therefore, elected the GPL 
     36Version 2 license, then the option applies only if the new code is 
     37made subject to such option by the copyright holder. 
     38 
     39Contributor(s): 
     40--> 
    241<project default="-deploy-ant" basedir="."> 
    342    <target name="-init-cl-deployment-env" if="deploy.ant.enabled"> 
     
    948        <echo message="AS_ADMIN_PASSWORD=${gfv3.password}" file="${gfv3.password.file}"/> 
    1049    </target> 
    11      
     50 
    1251    <target name="-parse-sun-web" depends="-init-cl-deployment-env" if="sun.web.present"> 
    1352        <tempfile prefix="gfv3" property="temp.sun.web" destdir="${java.io.tmpdir}"/>