Sign in
eclipse
/
equinox
/
rt.equinox.framework
/
6ea17db9f8646452528457c0ab9bbe7c7c180f95
/
.
/
bundles
/
org.eclipse.osgi.tests
/
bundles_src
/
test.plugins.d
/
plugin.xml
blob: e6efcc1ffe5404d5b9f4345d6df84ce624230536 [
file
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<?
eclipse version
=
"3.0"
?>
<plugin
id
=
"test.plugins.d"
name
=
"test.plugins.d"
version
=
"1.0"
provider-name
=
"Eclipse.org"
>
<runtime>
<library
name
=
"."
>
<export
name
=
"*"
>
</export>
</library>
</runtime>
</plugin>