SCRIPT: Fixed ant build script
authorhyocheol ahn <hyocheol.ahn@samsung.com>
Sat, 5 Sep 2015 05:19:58 +0000 (14:19 +0900)
committerhyocheol ahn <hyocheol.ahn@samsung.com>
Sat, 5 Sep 2015 05:19:58 +0000 (14:19 +0900)
Change-Id: I475dba847598dee572e56e187d2a4b9ad0047051
Signed-off-by: hyocheol ahn <hyocheol.ahn@samsung.com>
script/ant-build.xml

index 63e7970..5d1d833 100644 (file)
             <then>
                 <echo>IDE ANT Update Site: ${update.plugin.path} exist...</echo>
                 <java jar="${reference.ide.path}/plugins/${equinox.launcher}" fork="true" failonerror="true" maxmemory="256m">
-                    <arg line="-application org.eclipse.equinox.p2.director -repository "file:/${update.plugin.path}" -installIU org.tizen.base.native.feature.feature.group -noSplash -p2.os ${archive.platform.name} -p2.ws ${windowing} -p2.arch ${architecture} " />
+                    <arg line="-application org.eclipse.equinox.p2.director -repository 'file:/${update.plugin.path}' -installIU org.tizen.base.native.feature.feature.group -noSplash -p2.os ${archive.platform.name} -p2.ws ${windowing} -p2.arch ${architecture} " />
                 </java>
                 <delete dir="${update.plugin.path}" />
             </then>
             <then>
                 <echo>IDE ANT Update Site: ${update.plugin.path} exist...</echo>
                 <java jar="${reference.ide.path}/plugins/${equinox.launcher}" fork="true" failonerror="true" maxmemory="256m">
-                    <arg line="-application org.eclipse.equinox.p2.director -repository "file:/${update.plugin.path}" -installIU org.tizen.base.web.feature.feature.group -noSplash -p2.os ${archive.platform.name} -p2.ws ${windowing} -p2.arch ${architecture} " />
+                    <arg line="-application org.eclipse.equinox.p2.director -repository 'file:/${update.plugin.path}' -installIU org.tizen.base.web.feature.feature.group -noSplash -p2.os ${archive.platform.name} -p2.ws ${windowing} -p2.arch ${architecture} " />
                 </java>
                 <delete dir="${update.plugin.path}" />
             </then>