From 05758b2129d8dd57d97b4237a7735673047fecbe Mon Sep 17 00:00:00 2001 From: abranson Date: Wed, 25 Jul 2012 16:32:13 +0200 Subject: cristal-dev defines its own server, and depends on cristal-kernel rather than the other way around. --- .gitignore | 2 +- bin/.gitignore | 1 + bin/Cristal Dev Server.launch | 21 +++++++++++++++++++++ bin/dev.clc.example | 15 +++++++++++++++ pom.xml | 16 ++++++++++++++++ src/main/resources/module.xml | 2 +- 6 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 bin/.gitignore create mode 100644 bin/Cristal Dev Server.launch create mode 100644 bin/dev.clc.example diff --git a/.gitignore b/.gitignore index 8794ec2..a2416cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/bin +/db /cristaldev.jar /.settings /.classpath diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..0dc19c3 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1 @@ +/*.clc diff --git a/bin/Cristal Dev Server.launch b/bin/Cristal Dev Server.launch new file mode 100644 index 0000000..a05863f --- /dev/null +++ b/bin/Cristal Dev Server.launch @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/dev.clc.example b/bin/dev.clc.example new file mode 100644 index 0000000..7a61c89 --- /dev/null +++ b/bin/dev.clc.example @@ -0,0 +1,15 @@ +Name=Cristal Development Server + +// TCP server ports +ItemServer.name=localhost +ItemServer.iiop=1505 +ItemServer.Proxy.port=1555 + +// LDAP Lookup config +LDAP.GlobalPath=SUFFIX +LDAP.RootPath=cn=cristal2 +LDAP.LocalPath=cn=dev +LDAP.port=389 +LDAP.host=localhost +LDAP.user=USER +LDAP.password=PASS diff --git a/pom.xml b/pom.xml index 7cab919..14f7fba 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ src/main/resources META-INF/cristal + true module.xml @@ -58,4 +59,19 @@ + + + + cristal + cristal-kernel + 2.3.2-SNAPSHOT + + + + + + cristal + cristal-kernel + + \ No newline at end of file diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index 4754c7d..9650841 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -1,7 +1,7 @@ CRISTAL Development Items, such as resource factories and workflows. Also includes a demonstrative description factory - 0.4 + ${version} ac/uk/uwe/cristaldev/resources/ -- cgit v1.2.3