Skip to content

Commit ef3fa68

Browse files
committed
fabric8-analytics#175 - rename plugin, feature, ui components, update site to Dependency Analytics
Signed-off-by: nickboldt <[email protected]>
1 parent d84a5db commit ef3fa68

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ This plugin adds support of Dependency Analytics in Devstudio.
2323

2424
== Installation
2525

26-
* 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)
26+
* 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)
2727
* Help -> Install New Software...
2828
* Work with: http://download.jboss.org/jbosstools/oxygen/snapshots/builds/jbosstools-fabric8analytics_master/latest/all/repo/
29-
* Install Fabric8Analytics Language Server integration and Language Sever Protocol client
29+
* Install Dependency Analytics Language Server integration and Language Sever Protocol client
3030
* Restarted when prompted
3131

3232
image:docs/images/fabric8analytics-install.png[title="installation", alt="installation"]

features/com.redhat.fabric8analytics.lsp.eclipse.feature/feature.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2017 Red Hat, Inc. and others.
2+
# Copyright (c) 2017-2018 Red Hat, Inc. and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License v1.0
55
# which accompanies this distribution, and is available at
@@ -15,16 +15,16 @@
1515
# This file should be translated.
1616

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

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

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

2626
# "copyright" property - text of the "Feature Update Copyright"
27-
copyright=Copyright (c) 2017 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
27+
copyright=Copyright (c) 2017-2018 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
2828
are made available under the terms of the Eclipse Public License v1.0\n\
2929
which accompanies this distribution, and is available at\n\
3030
http\://www.eclipse.org/legal/epl-v10.html\n\
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Bundle-Name=Fabric8Analytics Language Server Integration Core Plugin
2-
Bundle-Vendor=JBoss by Red Hat
1+
Bundle-Name=Dependency Analytics Language Server Integration Core Plugin
2+
Bundle-Vendor=Red Hat
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Bundle-Name=Fabric8Analytics Language Server Integration UI Plugin
2-
F8Analytics.command.authorize=Enable Fabric8 Analytics
3-
Bundle-Vendor=JBoss by Red Hat
1+
Bundle-Name=Dependency Analytics Language Server Integration UI Plugin
2+
F8Analytics.command.authorize=Enable Dependency Analytics
3+
Bundle-Vendor=Red Hat

plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<server
77
class="com.redhat.fabric8analytics.lsp.eclipse.ui.Fabric8AnalyticsStreamConnectionProvider"
88
id="com.redhat.fabric8analytics.lsp.eclipse.server"
9-
label="Fabric8Analytics">
9+
label="DependencyAnalytics">
1010
</server>
1111
<contentTypeMapping
1212
contentType="org.eclipse.m2e.core.pomFile"

site/category.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<description>Fabric8Analytics Language Server Integration</description>
3+
<description>Dependency Analytics Language Server Integration</description>
44

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

1313
<feature id="com.redhat.fabric8analytics.lsp.eclipse.feature"><category name="site"/></feature>

site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.redhat.fabric8analytics.eclipse</groupId>
1313
<artifactId>site</artifactId>
14-
<name>Fabric8Analytics Language Server integration update site</name>
14+
<name>Dependency Analytics Language Server integration update site</name>
1515
<packaging>eclipse-repository</packaging>
1616
<properties>
1717
<update.site.name>${project.name}</update.site.name>

0 commit comments

Comments
 (0)