Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
74582fe3
Commit
74582fe3
authored
Feb 07, 2016
by
Luc Maisonobe
Browse files
updated forgotten build.xml
parent
c612d7a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
74582fe3
...
...
@@ -2,7 +2,7 @@
<project
name=
"orekit"
default=
"jar"
basedir=
"."
>
<property
name=
"project.version"
value=
"7.
0
"
/>
<property
name=
"project.version"
value=
"7.
1
"
/>
<property
name=
"src.dir"
location=
"src"
/>
<property
name=
"main.src.dir"
value=
"${src.dir}/main/java"
/>
...
...
@@ -18,12 +18,12 @@
<property
name=
"lib.dir"
location=
"lib"
/>
<property
name=
"commons-math.version"
value=
"3.
4
"
/>
<property
name=
"commons-math.version"
value=
"3.
6
"
/>
<property
name=
"commons-math.jar"
value=
"commons-math3-${commons-math.version}.jar"
/>
<property
name=
"commons-math.maven.path"
value=
"org/apache/commons/commons-math3"
/>
<property
name=
"maven.repository"
value=
"http://repo1.maven.org/maven2"
/>
<property
name=
"copyright"
value=
"2002-201
5
CS Systèmes d'Information"
/>
<property
name=
"copyright"
value=
"2002-201
6
CS Systèmes d'Information"
/>
<available
classname=
"org.junit.Test"
property=
"junit4.present"
/>
<available
file=
"${lib.dir}/${commons-math.jar}"
property=
"apache-commons-math.present"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment