summaryrefslogtreecommitdiffstats
path: root/branches/sca-android/modules/core-android/src/test/resources
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-09 20:07:50 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-09 20:07:50 +0000
commit8ff4657da7b5a1da59a21a65b675d26bcf033417 (patch)
tree4f3d2b3e94a35eb6fd22dd8979d55d0eb6dcecb9 /branches/sca-android/modules/core-android/src/test/resources
parentbf5f54e4300a67803d53ac1b47ea2f70c1e2542e (diff)
Copied the android port modules under the modules directory, to match the structure in trunk as it'll help with merges, diffs etc.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-android/modules/core-android/src/test/resources')
-rw-r--r--branches/sca-android/modules/core-android/src/test/resources/META-INF/services/org.apache.tuscany.sca.invocation.PhaseTest5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-android/modules/core-android/src/test/resources/META-INF/services/org.apache.tuscany.sca.invocation.PhaseTest b/branches/sca-android/modules/core-android/src/test/resources/META-INF/services/org.apache.tuscany.sca.invocation.PhaseTest
new file mode 100644
index 0000000000..1f2218aba8
--- /dev/null
+++ b/branches/sca-android/modules/core-android/src/test/resources/META-INF/services/org.apache.tuscany.sca.invocation.PhaseTest
@@ -0,0 +1,5 @@
+name=implementation.last, stage=implementation, after=*
+name=reference.first, stage=reference, before=*
+name=reference.transaction, stage=reference, after=reference.interface
+name=service.transaction, stage=service, after=service.binding, before=component.service
+name=implementation.transaction, stage=implementation, before=implementation.policy \ No newline at end of file