summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sample.php/src/main/resources/HelloWorld.componentType
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sample.php/src/main/resources/HelloWorld.componentType9
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/ant/sample.php/src/main/resources/HelloWorld.componentType b/sandbox/ant/sample.php/src/main/resources/HelloWorld.componentType
new file mode 100644
index 0000000000..75b44eba2a
--- /dev/null
+++ b/sandbox/ant/sample.php/src/main/resources/HelloWorld.componentType
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ASCII"?>
+
+<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <service name="HelloWorldService">
+ <interface.java interface="helloworld.HelloWorldService"/>
+ </service>
+
+</componentType>