Revision 2848 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/prepare-workspace.xml

View differences:

prepare-workspace.xml
81 81
if [ -f "${HOME}/.gvsig.platform.properties" ]
82 82
then
83 83
    . ${HOME}/.gvsig.platform.properties
84
    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m -Dnative-classifier=${native_classifier}"
84
    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m -Dnative_classifier=${native_classifier}"
85 85
else
86 86
    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m"
87 87
fi
88 88

  
89 89
It will work if you use the bash shell. In any other case or platform, you'll
90 90
have to define your MAVEN_OPTS environment variable and set the 
91
"native-classifier" parameter directly.
91
"native_classifier" parameter directly.
92 92
		</fail>			
93 93
	
94 94
	</target>

Also available in: Unified diff