You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2010/08/01 21:55:51 UTC

svn commit: r981297 - in /felix/trunk/sigil/eclipse: help/sigil.properties obr/sigil.properties

Author: dsavage
Date: Sun Aug  1 19:55:51 2010
New Revision: 981297

URL: http://svn.apache.org/viewvc?rev=981297&view=rev
Log:
fix imports

Modified:
    felix/trunk/sigil/eclipse/help/sigil.properties
    felix/trunk/sigil/eclipse/obr/sigil.properties

Modified: felix/trunk/sigil/eclipse/help/sigil.properties
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/eclipse/help/sigil.properties?rev=981297&r1=981296&r2=981297&view=diff
==============================================================================
--- felix/trunk/sigil/eclipse/help/sigil.properties (original)
+++ felix/trunk/sigil/eclipse/help/sigil.properties Sun Aug  1 19:55:51 2010
@@ -3,10 +3,10 @@
 
 -activator: org.apache.felix.sigil.eclipse.help.Activator
 
+-singleton: true
+
 -bundles: \
 	org.apache.felix.sigil.eclipse.help, \
-	
--singleton: true
 
 -resources: \
 	cheatsheets, \
@@ -56,9 +56,9 @@
 	org.eclipse.equinox.common;version=3.4.0, \
 	org.eclipse.equinox.registry;version=3.4.0, \
 	org.eclipse.swt;version=3.4.2, \
-	org.eclipse.ui.workbench;version=3.4.1, \
 	org.eclipse.ui.ide;version=3.4.2, \
-	
+	org.eclipse.ui.workbench;version=3.4.1, \
+
 header;Bundle-ActivationPolicy: lazy	
 
 # end

Modified: felix/trunk/sigil/eclipse/obr/sigil.properties
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/eclipse/obr/sigil.properties?rev=981297&r1=981296&r2=981297&view=diff
==============================================================================
--- felix/trunk/sigil/eclipse/obr/sigil.properties (original)
+++ felix/trunk/sigil/eclipse/obr/sigil.properties Sun Aug  1 19:55:51 2010
@@ -3,6 +3,8 @@
 
 -activator: org.apache.felix.sigil.obr.eclipse.Activator
 
+-singleton: true
+
 -bundles: \
 	org.apache.felix.sigil.eclipse.obr, \
 
@@ -15,7 +17,7 @@
 -imports: \
 	org.apache.felix.sigil.eclipse.model.repository, \
 	org.apache.felix.sigil.obr, \
-	org.apache.felix.sigil.ui.eclipse.ui.wizard.repository, \
+	org.apache.felix.sigil.ui.eclipse.ui.wizard.repository;version=0.9.0, \
 	org.eclipse.jface.preference, \
 	org.eclipse.jface.wizard, \
 	org.eclipse.ui.plugin, \
@@ -30,6 +32,4 @@ header;Bundle-ActivationPolicy: lazy	
 
 option;addMissingImports: false
 
--singleton: true
-
 # end