Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-06-25 21:08:17 +0000
committerMichael Valenta2002-06-25 21:08:17 +0000
commitd06a6e316456d5fdb7c6f9d346d0108d86581f7e (patch)
treed7c2fafa5e67ad43fbe1b3a61be76e37519b0548 /examples/org.eclipse.team.examples.filesystem/plugin.xml
parent9d9bf1628f002f436b7684c04f8491c3aec255ac (diff)
downloadeclipse.platform.team-d06a6e316456d5fdb7c6f9d346d0108d86581f7e.tar.gz
eclipse.platform.team-d06a6e316456d5fdb7c6f9d346d0108d86581f7e.tar.xz
eclipse.platform.team-d06a6e316456d5fdb7c6f9d346d0108d86581f7e.zip
Added build.properties
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem/plugin.xml')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index 0ab7063a1..b3588e986 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -7,6 +7,9 @@
class="org.eclipse.team.examples.filesystem.FileSystemPlugin">
<runtime>
+ <library name="teamfilesystem.jar">
+ <export name="*"/>
+ </library>
</runtime>
<requires>
<import plugin="org.eclipse.core.resources"/>

Back to the top