Project

General

Profile

« Previous | Next » 

Revision 94c9a8c8

Added by Andreas Kohlbecker over 2 years ago

cleaning up dev-linked-projects folder, adding README and doc for project-setup-wire-locally.sh

View differences:

eu.etaxonomy.taxeditor.cdmlib/dev-linked-projects/README.md
1
this folder is needed for the ../project-setup-wire-locally.sh script which implifies setting up
2
a workspace, in which the eu.etaxonomy.taxeditor.cdmlib/lib/cdmlib-*.jar dependencies are replaced 
3
by the class folders of the corresponding cdmlib sub projects.
4
  
eu.etaxonomy.taxeditor.cdmlib/dev-linked-projects/cdmlib-services-classes
1
/home/andreas/workspaces/cdm/cdmlib/cdmlib-services/target/classes
project-setup-wire-locally.sh
1 1
#!/bin/bash
2 2

  
3
#
4
# TODO CDMLIB_ROOT is currently pinned to a 
5
# specific workspace setup and should be parametrized 
6
# or flexibilized an other way.
7
#
3 8
CDMLIB_ROOT=~/workspaces/cdm/cdmlib
4 9

  
5 10
CDM_PROJETCS=("cdmlib-cache" "cdmlib-commons" "cdmlib-model" "cdmlib-ext" "cdmlib-io" "cdmlib-persistence" "cdmlib-services")

Also available in: Unified diff