Revision 543 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/prepare-workspace.xml

View differences:

prepare-workspace.xml
106 106
if [ -f "${HOME}/.gvsig.platform.properties" ]
107 107
then
108 108
    . ${HOME}/.gvsig.platform.properties
109
    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m -Dnative-classifier=${native_classifier}"
109
    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m -Dnative_classifier=${native_classifier}"
110 110
else
111 111
    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=64m"
112 112
fi
113 113

  
114 114
It will work if you use the bash shell. In any other case or platform, you'll
115 115
have to define your MAVEN_OPTS environment variable and set the 
116
"native-classifier" parameter directly.
116
"native_classifier" parameter directly.
117 117
		</fail>			
118 118
	
119 119
	</target>

Also available in: Unified diff