Skip to content

Commit

Permalink
fabric8-analytics#175 - rename plugin, feature, ui components, update…
Browse files Browse the repository at this point in the history
… site to Dependency Analytics

Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Nov 30, 2018
1 parent d84a5db commit ef3fa68
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Expand Up @@ -23,10 +23,10 @@ This plugin adds support of Dependency Analytics in Devstudio.

== Installation

* Start link:https://developers.redhat.com/products/devstudio/download/[Devstudio 11] (or link:https://www.eclipse.org/downloads/eclipse-packages/[Eclipse Oxygen 4.7] with link:http://tools.jboss.org/downloads/[JBoss Tools 4.5] installed)
* Start link:https://developers.redhat.com/products/devstudio/download/[Devstudio 12] (or link:https://www.eclipse.org/downloads/eclipse-packages/[Eclipse 2018-09] with link:http://tools.jboss.org/downloads/[JBoss Tools 4.9] installed)
* Help -> Install New Software...
* Work with: http://download.jboss.org/jbosstools/oxygen/snapshots/builds/jbosstools-fabric8analytics_master/latest/all/repo/
* Install Fabric8Analytics Language Server integration and Language Sever Protocol client
* Install Dependency Analytics Language Server integration and Language Sever Protocol client
* Restarted when prompted

image:docs/images/fabric8analytics-install.png[title="installation", alt="installation"]
Expand Down
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2017 Red Hat, Inc. and others.
# Copyright (c) 2017-2018 Red Hat, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand All @@ -15,16 +15,16 @@
# This file should be translated.

# "featureName" property - name of the feature
featureName=Fabric8Analytics Language Server Integration (Technology Preview)
featureName=Dependency Analytics Language Server Integration (Technology Preview)

# "providerName" property - name of the company that provides the feature
providerName=JBoss by Red Hat
providerName=Red Hat

# "description" property - description of the feature
description=Fabric8Analytics Language Server Integration Feature (Technology Preview
description=Dependency Analytics Language Server Integration Feature (Technology Preview)

# "copyright" property - text of the "Feature Update Copyright"
copyright=Copyright (c) 2017 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
copyright=Copyright (c) 2017-2018 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
http\://www.eclipse.org/legal/epl-v10.html\n\
Expand Down
@@ -1,2 +1,2 @@
Bundle-Name=Fabric8Analytics Language Server Integration Core Plugin
Bundle-Vendor=JBoss by Red Hat
Bundle-Name=Dependency Analytics Language Server Integration Core Plugin
Bundle-Vendor=Red Hat
@@ -1,3 +1,3 @@
Bundle-Name=Fabric8Analytics Language Server Integration UI Plugin
F8Analytics.command.authorize=Enable Fabric8 Analytics
Bundle-Vendor=JBoss by Red Hat
Bundle-Name=Dependency Analytics Language Server Integration UI Plugin
F8Analytics.command.authorize=Enable Dependency Analytics
Bundle-Vendor=Red Hat
Expand Up @@ -6,7 +6,7 @@
<server
class="com.redhat.fabric8analytics.lsp.eclipse.ui.Fabric8AnalyticsStreamConnectionProvider"
id="com.redhat.fabric8analytics.lsp.eclipse.server"
label="Fabric8Analytics">
label="DependencyAnalytics">
</server>
<contentTypeMapping
contentType="org.eclipse.m2e.core.pomFile"
Expand Down
6 changes: 3 additions & 3 deletions site/category.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description>Fabric8Analytics Language Server Integration</description>
<description>Dependency Analytics Language Server Integration</description>

<!-- PLEASE NOTE!
When updating this file, please be sure that it parses as valid XML before committing it.
To test, just run `mvn clean install` in this folder.
-->
<category-def name="site" label="Fabric8Analytics Language Server Integration">
<description>Fabric8Analytics Language Server Integration</description>
<category-def name="site" label="Dependency Analytics Language Server Integration">
<description>Dependency Analytics Language Server Integration</description>
</category-def>

<feature id="com.redhat.fabric8analytics.lsp.eclipse.feature"><category name="site"/></feature>
Expand Down
2 changes: 1 addition & 1 deletion site/pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.redhat.fabric8analytics.eclipse</groupId>
<artifactId>site</artifactId>
<name>Fabric8Analytics Language Server integration update site</name>
<name>Dependency Analytics Language Server integration update site</name>
<packaging>eclipse-repository</packaging>
<properties>
<update.site.name>${project.name}</update.site.name>
Expand Down

0 comments on commit ef3fa68

Please sign in to comment.