summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicole Vreden <damba@mecka.net>2010-02-17 22:44:41 +0100
committerNicole Vreden <damba@mecka.net>2010-02-17 22:44:41 +0100
commitef56d9fea0adba072350bf416761943d06d0634b (patch)
tree2ab53e72fe269855533d5acb390ccff8f42f6cdc
parenta044f397ab93e0337c59b97ef7d3f6a9f7e7a135 (diff)
parent14939708a3c2e82d8a0216e09b2c7258ac3aabb8 (diff)
Merge branch 'damba' of ssh://mecka.net/home/git/yalp into damba
-rw-r--r--build.xml2
-rwxr-xr-xefl-gui.sh4
-rwxr-xr-xsrc/YalpClients/EflClient/client.sh2
3 files changed, 5 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index fa12e0c..a4876fb 100644
--- a/build.xml
+++ b/build.xml
@@ -30,7 +30,7 @@
<property name="indexerLibs" value="lib/yajil-0.3.3.jar"/>
<property name="dbLibs" value="lib/postgresql-8.1-404.jdbc3.jar"/>
- <property name="idlj" value="/home/damba/yalp/idlj.sh"/>
+ <property name="idlj" value="../idlj.sh"/>
<property name="psqldoc" value="./postgresql_autodoc/postgresql_autodoc"/>
<path id="project.class.path">
diff --git a/efl-gui.sh b/efl-gui.sh
new file mode 100755
index 0000000..d5cfdf9
--- /dev/null
+++ b/efl-gui.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+cd src/YalpClients/EflClient
+python2.5 ./main.py -ORBInitRef NameService=corbaloc:iiop:localhost:1050/NameService
+cd -
diff --git a/src/YalpClients/EflClient/client.sh b/src/YalpClients/EflClient/client.sh
deleted file mode 100755
index 6608bd1..0000000
--- a/src/YalpClients/EflClient/client.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-python2.5 ./main.py -ORBInitRef NameService=corbaloc:iiop:192.168.178.20:1050/NameService