changeset 92:35ebda424414

Change project name to "Thermostat Tools for Eclipse" Modify end-user visible category and feature names to be the same.
author Omair Majid <omajid@redhat.com>
date Wed, 22 Jan 2014 12:38:22 -0500
parents 3ab70651ad96
children 13279d78dfe1
files README.md com.redhat.thermostat.tools.eclipse.plugin-feature/feature.xml com.redhat.thermostat.tools.eclipse.plugin-p2-repo/category.xml com.redhat.thermostat.tools.eclipse.plugin/META-INF/MANIFEST.MF
diffstat 4 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Jan 21 19:58:16 2014 -0500
+++ b/README.md	Wed Jan 22 12:38:22 2014 -0500
@@ -1,7 +1,7 @@
-eclipse-plugin-thermostat
-=========================
+Thermostat Tools for Eclipse
+============================
 
-`eclipse-plugin-thermostat` is an [eclipse][1] plugin to help create
+*Thermostat Tools for Eclipse* is an [eclipse][1] plugin to help create
 [thermostat][2] [plugins][3]. It helps by automating the tedious and
 error-prone parts of creating thermostat plugins, including the creation of
 `thermostat-plugin.xml` files.
@@ -13,7 +13,7 @@
 Features
 --------
 
-`eclipse-plugin-thermostat` provides a GUI editor for manipulating
+*Thermostat Tools for Eclipse* provides a GUI editor for manipulating
 `thermostat-plugin.xml` files. After installing the plugin, eclipse will open
 all `thermostat-plugin.xml` files (with the correct xml header) using the GUI
 editor.
@@ -24,15 +24,15 @@
 Building
 --------
 
-`eclipse-plugin-thermostat` uses [maven][4]/[tycho][5] to build. You will
+*Thermostat Tools for Eclipse* uses [maven][4]/[tycho][5] to build. You will
 need maven installed before you can build.
 
-To build `eclipse-plugin-thermostat` use:
+To build use:
 
     mvn clean verify
 
-This will download any dependencies needed and build
-`eclipse-plugin-thermostat` and run all tests.
+This will download any dependencies needed and build the eclipse
+plugin and run all tests.
 
 Installing
 ----------
--- a/com.redhat.thermostat.tools.eclipse.plugin-feature/feature.xml	Tue Jan 21 19:58:16 2014 -0500
+++ b/com.redhat.thermostat.tools.eclipse.plugin-feature/feature.xml	Wed Jan 22 12:38:22 2014 -0500
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="com.redhat.thermostat.tools.eclipse.plugin-feature"
-      label="com.redhat.thermostat.tools.eclipse.plugin-feature"
+      label="Thermostat Tools for Eclipse"
       version="0.1.0.qualifier">
 
    <plugin
--- a/com.redhat.thermostat.tools.eclipse.plugin-p2-repo/category.xml	Tue Jan 21 19:58:16 2014 -0500
+++ b/com.redhat.thermostat.tools.eclipse.plugin-p2-repo/category.xml	Wed Jan 22 12:38:22 2014 -0500
@@ -3,5 +3,5 @@
    <feature url="features/com.redhat.thermostat.tools.eclipse.plugin-feature_0.1.0.qualifier.jar" id="com.redhat.thermostat.tools.eclipse.plugin-feature" version="0.1.0.qualifier">
       <category name="com.redhat.thermostat.tools.eclipse.plugin"/>
    </feature>
-   <category-def name="com.redhat.thermostat.tools.eclipse.plugin" label="com.redhat.thermostat.tools.eclipse.plugin"/>
+   <category-def name="com.redhat.thermostat.tools.eclipse.plugin" label="Thermostat Tools for Eclipse"/>
 </site>
--- a/com.redhat.thermostat.tools.eclipse.plugin/META-INF/MANIFEST.MF	Tue Jan 21 19:58:16 2014 -0500
+++ b/com.redhat.thermostat.tools.eclipse.plugin/META-INF/MANIFEST.MF	Wed Jan 22 12:38:22 2014 -0500
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: com.redhat.thermostat.tools.eclipse.plugin
+Bundle-Name: Thermostat Tools for Eclipse
 Bundle-SymbolicName: com.redhat.thermostat.tools.eclipse.plugin;
  singleton:=true
 Bundle-Version: 0.1.0.qualifier