Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHussein MHANNA2014-10-12 17:35:40 +0000
committerMichael Jastram2014-10-13 14:05:42 +0000
commit81cd7984b85917467fcd541241ce2b5b3a8f9ac0 (patch)
tree4f0f9d9a241dfe6f6f240e8c441a190f794aa819
parent3a2d93c397466b3ba1feac203a259eda03452757 (diff)
downloadorg.eclipse.rmf-81cd7984b85917467fcd541241ce2b5b3a8f9ac0.tar.gz
org.eclipse.rmf-81cd7984b85917467fcd541241ce2b5b3a8f9ac0.tar.xz
org.eclipse.rmf-81cd7984b85917467fcd541241ce2b5b3a8f9ac0.zip
Implemente the import CSV feature : First commit.
Change-Id: I89352bf226aa84b202cc8845f2918e1cb2094a50 Signed-off-by: Hussein MHANNA <hussein.mhanna@all4tec.net>
-rw-r--r--org.eclipse.rmf.reqif10.pror.editor/plugin.properties1
-rw-r--r--org.eclipse.rmf.reqif10.pror.editor/plugin.xml7
2 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.rmf.reqif10.pror.editor/plugin.properties b/org.eclipse.rmf.reqif10.pror.editor/plugin.properties
index 74582bd3..9c7507e2 100644
--- a/org.eclipse.rmf.reqif10.pror.editor/plugin.properties
+++ b/org.eclipse.rmf.reqif10.pror.editor/plugin.properties
@@ -128,3 +128,4 @@ _UI_PreferencesIsSimplified = ProR Settings
_UI_Standard_Properties = Standard Attributes
_UI_All_Properties = All Attributes
+_UI_Import_Wizard_category = ProR (ReqIf) \ No newline at end of file
diff --git a/org.eclipse.rmf.reqif10.pror.editor/plugin.xml b/org.eclipse.rmf.reqif10.pror.editor/plugin.xml
index eb1ed311..819441f4 100644
--- a/org.eclipse.rmf.reqif10.pror.editor/plugin.xml
+++ b/org.eclipse.rmf.reqif10.pror.editor/plugin.xml
@@ -245,5 +245,12 @@ Contributors:
file="help-contexts.xml">
</contexts>
</extension>
+ <extension
+ point="org.eclipse.ui.importWizards">
+ <category
+ id="org.eclipse.rmf.pror.import.category"
+ name="%_UI_Import_Wizard_category">
+ </category>
+ </extension>
</plugin>

Back to the top