summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-02 11:17:24 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-02 11:17:24 +0000
commiteed639ccf7fd95e0b31caf61787126e69592f207 (patch)
tree401cafc53175c67ac1aea5398986400b416bcde3 /branches/sca-java-1.4/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
parente2af7d8b2dc498e63375fec8d97186dc261a428f (diff)
Branch for 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf11
1 files changed, 11 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf b/branches/sca-java-1.4/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
new file mode 100644
index 0000000000..5c39b53b0a
--- /dev/null
+++ b/branches/sca-java-1.4/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: ConversationTest
+Bundle-SymbolicName: conversation.ConversationalReferenceClient
+Bundle-Version: 1.0.0
+Bundle-Localization: plugin
+Import-Package: org.osgi.framework, org.osoa.sca, org.osoa.sca.annotations,
+ conversation.service
+Export-Package: conversation.referenceclient
+Bundle-Activator: conversation.referenceclient.ConversationalReferenceClientActivator
+