Project

General

Profile

Download (383 Bytes) Statistics
| Branch: | Tag: | Revision:
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
(7-7/8)