Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2040 / build / projects / gvsig-jcrs / prepare-all-platforms.sh @ 37236

History | View | Annotate | Download (492 Bytes)

1
#!/bin/sh
2

    
3
# Remove everything and start clean
4
mvn clean
5

    
6
# Get linux i386 dependencies
7
mvn -Dnative-classifier=linux-all-gcc4-i386-dynamic -Dnative-platform=linux -P create-installer install
8

    
9
# Revert build number file so it has the same number in all platforms
10
svn revert ../../../extJCRS/buildNumber.properties
11

    
12
# Remove everything and start clean
13
mvn clean
14

    
15
# Get windows i386 dependencies
16
mvn -Dnative-classifier=win-nt-vs8-i386-dynamic -Dnative-platform=win -P create-installer install