Explicitly declare all ws and arch values in LTTng feature
authorAndrew Overholt <overholt@redhat.com>
Thu, 10 Mar 2011 16:06:39 +0000 (11:06 -0500)
committerAndrew Overholt <overholt@redhat.com>
Thu, 10 Mar 2011 16:06:39 +0000 (11:06 -0500)
org.eclipse.linuxtools.lttng-feature/feature.xml

index 6d34ffde39c3914e61c6b6af99be56f2db6a35a8..74f437e9e82b6b8fc83b687f32ae1bbf54ccddaa 100644 (file)
@@ -4,6 +4,8 @@
       label="%featureName"
       version="0.3.0.qualifier"
       provider-name="%featureProvider"
+      ws="*"
+      arch="*"
       os="linux">
 
    <description>
@@ -39,6 +41,8 @@
    <plugin
          id="org.eclipse.linuxtools.lttng"
          os="linux"
+         ws="*"
+         arch="*"
          download-size="0"
          install-size="0"
          version="0.0.0"
@@ -46,6 +50,8 @@
 
    <plugin
          id="org.eclipse.linuxtools.lttng.ui"
+         ws="*"
+         arch="*"
          os="linux"
          download-size="0"
          install-size="0"
This page took 0.028818 seconds and 5 git commands to generate.