Adding version property to newly exported packages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd07713f40
commit
0ba89b82b9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Manifest-Version: 1.0
|
||||
Export-Package: org.apache.tuscany.sca.binding.http;version="2.0.0";uses:="org.apache.tuscany.sca.assembly,javax.xml.namespace,javax.servlet.http",
|
||||
org.apache.tuscany.sca.binding.http.operationselector,
|
||||
org.apache.tuscany.sca.binding.http.wireformat
|
||||
org.apache.tuscany.sca.binding.http.operationselector;version="2.0.0",
|
||||
org.apache.tuscany.sca.binding.http.wireformat;version="2.0.0"
|
||||
Bundle-Name: Apache Tuscany SCA HTTP Binding Model
|
||||
Bundle-Vendor: The Apache Software Foundation
|
||||
Bundle-Version: 2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue