X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=eclipse.sh;h=de64257e30eaeaad82db575bb38b04f9720810ba;hb=47d69c6e766821c1296c5147a6248ae49020c7dd;hp=dc910dae35cf778eba36f2cf53aecec15794975f;hpb=7cc3d9e6696b77a8fdf396cbd55370de3f3ebd9e;p=modules%2Fshaper.git diff --git a/eclipse.sh b/eclipse.sh old mode 100644 new mode 100755 index dc910dae3..de64257e3 --- a/eclipse.sh +++ b/eclipse.sh @@ -5,7 +5,7 @@ export ROOT_DIR=`cd "${ROOT_DIR}";pwd` SRC_DIR=${ROOT_DIR}/sources -source ${SRC_DIR}/centos6_env.sh +source ${SRC_DIR}/linux_env.sh mkdir -p ${ROOT_DIR}/build cd ${ROOT_DIR}/build @@ -17,4 +17,4 @@ CMAKE_ARGS="${CMAKE_ARGS} ${SRC_DIR}" cmake -G "Eclipse CDT4 - Unix Makefiles" ${CMAKE_ARGS} -/misc/dn21/hdfeditor/sbh/devtools/eclipse-4.3.0/eclipse& \ No newline at end of file +/misc/dn48/newgeom/common/eclipse-4.3.0/eclipse -Dosgi.locking=none & \ No newline at end of file