ref #9704: fix NPE when moving node to root
[taxeditor.git] / project-setup-wire-locally.sh
1 #!/bin/bash
2
3 CDMLIB_ROOT=~/workspaces/cdm/cdmlib
4
5 CDM_PROJETCS=("cdmlib-cache" "cdmlib-commons" "cdmlib-model" "cdmlib-ext" "cdmlib-io" "cdmlib-persistence" "cdmlib-services")
6
7 rm -fr eu.etaxonomy.taxeditor.cdmlib/dev-linked-projects/*
8
9 for prj in "${CDM_PROJETCS[@]}"; do
10 ln -sf $CDMLIB_ROOT/$prj/target/classes eu.etaxonomy.taxeditor.cdmlib/dev-linked-projects/$prj-classes
11 done