comparison build/ant.build.xml @ 732:31a1aca3305c

Update copyright
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Tue, 14 Jan 2014 12:45:10 +0100
parents 7a4ecffe34a9
children 7bf4d943d5bb
comparison
equal deleted inserted replaced
731:5becb1dfecbd 732:31a1aca3305c
1 <!--
2 ~ Copyright 2000-2014 JetBrains s.r.o.
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
1 <project name="build hooks" default="replace-tokens-in-teamcity-plugin-xml" basedir="."> 17 <project name="build hooks" default="replace-tokens-in-teamcity-plugin-xml" basedir=".">
2 18
3 <target name="replace-tokens-in-teamcity-plugin-xml"> 19 <target name="replace-tokens-in-teamcity-plugin-xml">
4 <property name="home" value="${artifact.output.path}"/> 20 <property name="home" value="${artifact.output.path}"/>
5 21