summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 08:44:09 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 08:44:09 +0000
commitcbf23c742bd6395abf36e289af311ef045205e63 (patch)
tree1640a19a253ae352295512d31d75cb1adc3443fe
parente22bdc0f9572b6a1a2304799d481b25b3e962f87 (diff)
Updated svn:ignore properties. Fixed build error.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897797 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-cpp/trunk/components/webservice/webservice.hpp1
-rw-r--r--sca-cpp/trunk/etc/svn-ignore2
-rw-r--r--sca-cpp/trunk/modules/python/Makefile.am4
-rw-r--r--sca-cpp/trunk/modules/python/mod-python.hpp1
4 files changed, 4 insertions, 4 deletions
diff --git a/sca-cpp/trunk/components/webservice/webservice.hpp b/sca-cpp/trunk/components/webservice/webservice.hpp
index 8214d77c86..5b7406f595 100644
--- a/sca-cpp/trunk/components/webservice/webservice.hpp
+++ b/sca-cpp/trunk/components/webservice/webservice.hpp
@@ -30,7 +30,6 @@
#include "list.hpp"
#include "value.hpp"
#include "monad.hpp"
-#include "debug.hpp"
namespace tuscany {
namespace webservice {
diff --git a/sca-cpp/trunk/etc/svn-ignore b/sca-cpp/trunk/etc/svn-ignore
index 285dd58b23..637def0bf6 100644
--- a/sca-cpp/trunk/etc/svn-ignore
+++ b/sca-cpp/trunk/etc/svn-ignore
@@ -47,3 +47,5 @@ Doxyfile
*~
tags
doxygen
+*.stamp
+*.class
diff --git a/sca-cpp/trunk/modules/python/Makefile.am b/sca-cpp/trunk/modules/python/Makefile.am
index a9a06c7b12..20f1757411 100644
--- a/sca-cpp/trunk/modules/python/Makefile.am
+++ b/sca-cpp/trunk/modules/python/Makefile.am
@@ -16,12 +16,12 @@
# under the License.
datadir=$(prefix)/modules/python
+libdir=$(prefix)/lib
if WANT_PYTHON
noinst_PROGRAMS = python-test python-shell client-test
-libdir=$(prefix)/lib
lib_LTLIBRARIES = libmod_tuscany_python.la
nobase_data_DATA = *.xsd
@@ -42,4 +42,4 @@ client_test_LDADD = -lxml2 -lcurl -lmozjs
TESTS = python-test server-test
-endif \ No newline at end of file
+endif
diff --git a/sca-cpp/trunk/modules/python/mod-python.hpp b/sca-cpp/trunk/modules/python/mod-python.hpp
index 9f44e1d50c..a56232d641 100644
--- a/sca-cpp/trunk/modules/python/mod-python.hpp
+++ b/sca-cpp/trunk/modules/python/mod-python.hpp
@@ -32,7 +32,6 @@
#include "function.hpp"
#include "list.hpp"
#include "value.hpp"
-#include "debug.hpp"
#include "monad.hpp"
#include "eval.hpp"
#include "../http/httpd.hpp"