summaryrefslogtreecommitdiffstats
path: root/branches/sca-trunk-20080910/samples/chat-webapp
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:12:24 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:12:24 +0000
commit28f92c6fc62f3bc0637ac77681aabcc8c0b5e42c (patch)
treec5200096f9d6529817b61ee630254a6bd5085729 /branches/sca-trunk-20080910/samples/chat-webapp
parenta72fcfa3adf5be93bcf62e8ed26c08d10939b364 (diff)
Renaming branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/README (renamed from branches/trunk-20080910/samples/chat-webapp/README)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/chat-webapp.png (renamed from branches/trunk-20080910/samples/chat-webapp/chat-webapp.png)bin6552 -> 6552 bytes
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/chat-webapp.svg (renamed from branches/trunk-20080910/samples/chat-webapp/chat-webapp.svg)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/pom.xml (renamed from branches/trunk-20080910/samples/chat-webapp/pom.xml)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatService.java (renamed from branches/trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatService.java)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatServiceImpl.java (renamed from branches/trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatServiceImpl.java)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/src/main/resources/chat.composite (renamed from branches/trunk-20080910/samples/chat-webapp/src/main/resources/chat.composite)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml (renamed from branches/trunk-20080910/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/WEB-INF/web.xml (renamed from branches/trunk-20080910/samples/chat-webapp/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/chat.html (renamed from branches/trunk-20080910/samples/chat-webapp/src/main/webapp/chat.html)0
10 files changed, 0 insertions, 0 deletions
diff --git a/branches/trunk-20080910/samples/chat-webapp/README b/branches/sca-trunk-20080910/samples/chat-webapp/README
index dddd7e3f94..dddd7e3f94 100644
--- a/branches/trunk-20080910/samples/chat-webapp/README
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/README
diff --git a/branches/trunk-20080910/samples/chat-webapp/chat-webapp.png b/branches/sca-trunk-20080910/samples/chat-webapp/chat-webapp.png
index fdf540d243..fdf540d243 100644
--- a/branches/trunk-20080910/samples/chat-webapp/chat-webapp.png
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/chat-webapp.png
Binary files differ
diff --git a/branches/trunk-20080910/samples/chat-webapp/chat-webapp.svg b/branches/sca-trunk-20080910/samples/chat-webapp/chat-webapp.svg
index b37c1dc590..b37c1dc590 100644
--- a/branches/trunk-20080910/samples/chat-webapp/chat-webapp.svg
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/chat-webapp.svg
diff --git a/branches/trunk-20080910/samples/chat-webapp/pom.xml b/branches/sca-trunk-20080910/samples/chat-webapp/pom.xml
index 50be91f202..50be91f202 100644
--- a/branches/trunk-20080910/samples/chat-webapp/pom.xml
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/pom.xml
diff --git a/branches/trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatService.java b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatService.java
index ca90b8f579..ca90b8f579 100644
--- a/branches/trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatService.java
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatService.java
diff --git a/branches/trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatServiceImpl.java b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatServiceImpl.java
index 7d0bfb3307..7d0bfb3307 100644
--- a/branches/trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatServiceImpl.java
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/java/sample/ChatServiceImpl.java
diff --git a/branches/trunk-20080910/samples/chat-webapp/src/main/resources/chat.composite b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/resources/chat.composite
index c9ce95e2dc..c9ce95e2dc 100644
--- a/branches/trunk-20080910/samples/chat-webapp/src/main/resources/chat.composite
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/resources/chat.composite
diff --git a/branches/trunk-20080910/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml
index 897849ff8d..897849ff8d 100644
--- a/branches/trunk-20080910/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml
diff --git a/branches/trunk-20080910/samples/chat-webapp/src/main/webapp/WEB-INF/web.xml b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/WEB-INF/web.xml
index 97d91fec56..97d91fec56 100644
--- a/branches/trunk-20080910/samples/chat-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/WEB-INF/web.xml
diff --git a/branches/trunk-20080910/samples/chat-webapp/src/main/webapp/chat.html b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/chat.html
index 7a449a906a..7a449a906a 100644
--- a/branches/trunk-20080910/samples/chat-webapp/src/main/webapp/chat.html
+++ b/branches/sca-trunk-20080910/samples/chat-webapp/src/main/webapp/chat.html