~ubuntu-branches/ubuntu/wily/gs-collections/wily

« back to all changes in this revision

Viewing changes to deploy.properties

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2015-07-23 12:42:30 UTC
  • Revision ID: package-import@ubuntu.com-20150723124230-2rjvfv6elyn2m7d4
Tags: upstream-5.1.0
ImportĀ upstreamĀ versionĀ 5.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#Mon, 02 Jun 2014 16:02:06 -0400
 
2
#
 
3
# Copyright 2013 Goldman Sachs.
 
4
#
 
5
# Licensed under the Apache License, Version 2.0 (the "License");
 
6
# you may not use this file except in compliance with the License.
 
7
# You may obtain a copy of the License at
 
8
#
 
9
#     http://www.apache.org/licenses/LICENSE-2.0
 
10
#
 
11
# Unless required by applicable law or agreed to in writing, software
 
12
# distributed under the License is distributed on an "AS IS" BASIS,
 
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
14
# See the License for the specific language governing permissions and
 
15
# limitations under the License.
 
16
#
 
17
 
 
18
#Tue, 09 Aug 2011 09:54:18 -0400
 
19
build.major=5
 
20
build.minor=1
 
21
build.fix=0
 
22
 
 
23
build.version=${build.major}.${build.minor}.${build.fix}
 
24
 
 
25
build.version.full=${build.version}${deploy.suffix}
 
26
 
 
27
artifact.name=${ant.project.name}-${build.version.full}
 
28
jar.name=target/${artifact.name}.jar
 
29
pom.name=target/${artifact.name}.pom
 
30
source.jar.name=target/${artifact.name}-sources.jar
 
31
javadoc.jar.name=target/${artifact.name}-javadoc.jar
 
32
 
 
33
 
 
34
deploy.development=0
 
35
deploy.date=2014/06/02 16\:02