Reorganizing repository to add feature and update site.

This commit is contained in:
Piotr Wolny
2014-11-14 19:59:09 +01:00
parent 3d7aa9ee7c
commit c48b7c8c05
22 changed files with 111 additions and 12 deletions

17
plugin/plugin.xml Executable file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
name="SimplePropertiesEditor"
extensions="properties"
icon="icons/icon.gif"
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
class="org.gildur.simplepropertieseditor.editor.SimplePropertiesEditor"
id="org.gildur.simplepropertieseditor.editor.SimplePropertiesEditor">
</editor>
</extension>
</plugin>