Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-12-01 17:12:03 +0000
committerRyan D. Brooks2010-12-01 17:12:03 +0000
commit61aed314075fcc0ed542afcb7b43b8e097880a50 (patch)
treec834c0117594b4595bb3b3042e5fa0a570e1f02b
parent2db1a444480c7079aa366dff62f188346e269ba7 (diff)
downloadorg.eclipse.osee-61aed314075fcc0ed542afcb7b43b8e097880a50.tar.gz
org.eclipse.osee-61aed314075fcc0ed542afcb7b43b8e097880a50.tar.xz
org.eclipse.osee-61aed314075fcc0ed542afcb7b43b8e097880a50.zip
bug: Fix osee.sos console command
-rw-r--r--plugins/org.eclipse.osee.sos/OSGI-INF/sos.cmds.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.sos/OSGI-INF/sos.cmds.xml b/plugins/org.eclipse.osee.sos/OSGI-INF/sos.cmds.xml
index ff17cb765ec..077d1f15bfe 100644
--- a/plugins/org.eclipse.osee.sos/OSGI-INF/sos.cmds.xml
+++ b/plugins/org.eclipse.osee.sos/OSGI-INF/sos.cmds.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<component name="compressed.content.fix">
+<component name="sos.command">
<implementation class="org.eclipse.osee.sos.SosCommand"/>
<service>
<provide interface="org.eclipse.osgi.framework.console.CommandProvider"/>

Back to the top