1 |
d2a8c3fd
|
Marc NICOLAS
|
#----------------------------------------------------------
|
2 |
|
|
# build.properties
|
3 |
|
|
# local platform properties
|
4 |
|
|
#
|
5 |
|
|
# version 1.0
|
6 |
|
|
#----------------------------------------------------------
|
7 |
|
|
|
8 |
|
|
--=DISTRIBUTION
|
9 |
|
|
|
10 |
|
|
ROOT_DIRECTORY=D\:/Projets/SITools2/core-v2
|
11 |
|
|
|
12 |
|
|
project.title=SITools2
|
13 |
|
|
#Nom de la version du projet
|
14 |
|
|
project.tag=3.0
|
15 |
|
|
project.name=fr.cnes.sitools.core
|
16 |
|
|
fr.cnes.sitools.core.dir=../fr.cnes.sitools.core/
|
17 |
|
|
|
18 |
|
|
project.fullname=SITools2
|
19 |
|
|
project.version=3.0
|
20 |
|
|
author=AKKA Technologies
|
21 |
|
|
owner=CNES
|
22 |
|
|
year=2010-2014
|
23 |
|
|
|
24 |
|
|
# URL shortcuts
|
25 |
|
|
Svn.branches.url=https://svn-06.akka.eu/svn/ULISSE_SAD/tags
|
26 |
|
|
Svn.tags.url=https://svn-06.akka.eu/svn/ULISSE_SAD/tags
|
27 |
|
|
#Svn.tags.url=https://svn-06.akka.eu/svn/ULISSE_SAD/branches
|
28 |
|
|
Svn.trunk.url=https://svn-06.akka.eu/svn/ULISSE_SAD/trunk
|
29 |
|
|
|
30 |
|
|
# Tag a comparer
|
31 |
|
|
Version.tag=v3.0-beta1
|
32 |
|
|
|
33 |
|
|
# Tag de reference
|
34 |
|
|
Version.reference=v3.0
|
35 |
|
|
|
36 |
|
|
# Revisions are set to HEAD by default
|
37 |
|
|
Revision.current=HEAD
|
38 |
|
|
Revision.reference=HEAD
|
39 |
|
|
|
40 |
|
|
project.tag.old=3.0-beta3
|
41 |
|
|
|
42 |
|
|
git.repository.username=m.gond
|
43 |
|
|
git.repository.password=******
|
44 |
|
|
git.repository.url=http://${git.repository.username}:${git.repository.password}@odysseus1.akka.eu/git/SITools2_v2/SITools2.git
|
45 |
|
|
git.repository.astro.url=http://${git.repository.username}:${git.repository.password}@odysseus1.akka.eu/git/SITools2_v2/SITools2_ext_astro.git
|
46 |
|
|
git.repository.earthObservation.url=http://${git.repository.username}:${git.repository.password}@odysseus1.akka.eu/git/SITools2_v2/SITools2_ext_mapshup.git
|
47 |
|
|
|
48 |
|
|
project.astro.title=SITools2-Astronomy-Extension
|
49 |
|
|
project.earthObservation.title=SITools2-EarthObservation-extension |