From 9bb55a765e89a11cbfa628dc4711e275b70574b9 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 30 Jul 2012 22:00:07 +0200 Subject: Depend on cristal-kernel rather than the other way around. Include eclipse launchers for server and client. Fix wrong order of package elements --- .gitignore | 1 + bin/Cristal Dev GUI.launch | 19 +++++++++++++++++++ bin/Cristal Dev Server.launch | 4 ++-- pom.xml | 11 ++++++++++- src/main/resources/module.xml | 3 ++- 5 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 bin/Cristal Dev GUI.launch diff --git a/.gitignore b/.gitignore index a2416cd..4ccd40f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /.classpath /target /.project +/cristal.preferences diff --git a/bin/Cristal Dev GUI.launch b/bin/Cristal Dev GUI.launch new file mode 100644 index 0000000..3b857b9 --- /dev/null +++ b/bin/Cristal Dev GUI.launch @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/bin/Cristal Dev Server.launch b/bin/Cristal Dev Server.launch index a05863f..224343c 100644 --- a/bin/Cristal Dev Server.launch +++ b/bin/Cristal Dev Server.launch @@ -2,10 +2,10 @@ - + - + diff --git a/pom.xml b/pom.xml index 14f7fba..ff4f614 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ src/main/resources - ac/uk/uwe/cristaldev/resources + uk/ac/uwe/cristaldev/resources module.xml @@ -66,6 +66,11 @@ cristal-kernel 2.3.2-SNAPSHOT + + cristal + cristal-gui + 2.3.2-SNAPSHOT + @@ -73,5 +78,9 @@ cristal cristal-kernel + + cristal + cristal-gui + \ No newline at end of file diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index 9650841..dd4d666 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -3,7 +3,8 @@ CRISTAL Development Items, such as resource factories and workflows. Also includes a demonstrative description factory ${version} - ac/uk/uwe/cristaldev/resources/ + uk/ac/uwe/cristaldev/resources/ + true boot/OD/NewLocalObjectDef.xsd boot/OD/NewDevObjectDef.xsd -- cgit v1.2.3