Skip to content

Commit

Permalink
Added dependencies to platform feature
Browse files Browse the repository at this point in the history
    org.apache.axis
    javax.xml.soap
    javax.xml.rpc
    javax.wsdl
    org.apache.commons.discovery
  • Loading branch information
goglepox committed Jul 31, 2012
1 parent eb73686 commit f999c72
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions features/net.bioclipse.platform_feature/feature.xml
Expand Up @@ -635,4 +635,35 @@ is available at http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.axis"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="javax.xml.soap"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="javax.xml.rpc"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="javax.wsdl"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.discovery"
download-size="0"
install-size="0"
version="0.0.0"/>

</feature>

0 comments on commit f999c72

Please sign in to comment.