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

4
.gitignore vendored
View File

@@ -1 +1,3 @@
/bin
.metadata/
bin/
RemoteSystemsTempFiles/

17
feature/.project Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

1
feature/build.properties Normal file
View File

@@ -0,0 +1 @@
bin.includes = feature.xml

51
feature/feature.xml Normal file
View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="pl.gildur.simplepropertieseditor.feature"
label="SimplePropertiesEditor"
version="1.0.5"
provider-name="Piotr Wolny">
<description url="https://github.com/gildur/SimplePropertiesEditor">
Eclipse plug-in for editing Java properties files, automatically
converts non-ASCII characters to unicode escape sequences.
</description>
<copyright>
Copyright (c) 2010 Piotr Wolny
</copyright>
<license url="">
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the &quot;Software&quot;), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
</license>
<url>
<update label="SimplePropertiesEditor" url="http://gildur.github.io/SimplePropertiesEditor/updates"/>
</url>
<plugin
id="pl.gildur.simplepropertieseditor"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View File

@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SimplePropertiesEditor
Bundle-SymbolicName: SimplePropertiesEditor; singleton:=true
Bundle-Version: 1.0.4
Bundle-Activator: org.gildur.simplepropertieseditor.Activator
Bundle-SymbolicName: pl.gildur.simplepropertieseditor;singleton:=true
Bundle-Version: 1.0.5
Bundle-Activator: pl.gildur.simplepropertieseditor.Activator
Bundle-Vendor: Piotr Wolny
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface.text,

View File

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 178 B

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor;
package pl.gildur.simplepropertieseditor;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.ui.plugin.AbstractUIPlugin;

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor.editor;
package pl.gildur.simplepropertieseditor.editor;
import java.util.HashMap;
import java.util.Map;

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor.editor;
package pl.gildur.simplepropertieseditor.editor;
import org.eclipse.swt.graphics.RGB;

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor.editor;
package pl.gildur.simplepropertieseditor.editor;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.TextAttribute;

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor.editor;
package pl.gildur.simplepropertieseditor.editor;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor.editor;
package pl.gildur.simplepropertieseditor.editor;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor.editor;
package pl.gildur.simplepropertieseditor.editor;
import org.eclipse.jface.text.rules.*;

View File

@@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
package org.gildur.simplepropertieseditor.editor;
package pl.gildur.simplepropertieseditor.editor;
import org.eclipse.ui.editors.text.TextEditor;

4
site/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
artifacts.jar
content.jar
features/
plugins/

17
site/.project Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>site</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
</natures>
</projectDescription>

7
site/site.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="SimplePropertiesEditor" url="http://gildur.github.io/SimplePropertiesEditor/updates">
Eclipse plug-in for editing Java properties files, automatically converts non-ASCII characters to unicode escape sequences.
</description>
<feature url="features/pl.gildur.simplepropertieseditor.feature_1.0.5.jar" id="pl.gildur.simplepropertieseditor.feature" version="1.0.5"/>
</site>