diff --git a/README.adoc b/README.adoc index 12ad19c..a380b26 100644 --- a/README.adoc +++ b/README.adoc @@ -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"] diff --git a/features/com.redhat.fabric8analytics.lsp.eclipse.feature/feature.properties b/features/com.redhat.fabric8analytics.lsp.eclipse.feature/feature.properties index a1eebe4..7976fa9 100644 --- a/features/com.redhat.fabric8analytics.lsp.eclipse.feature/feature.properties +++ b/features/com.redhat.fabric8analytics.lsp.eclipse.feature/feature.properties @@ -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 @@ -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\ diff --git a/plugins/com.redhat.fabric8analytics.lsp.eclipse.core/plugin.properties b/plugins/com.redhat.fabric8analytics.lsp.eclipse.core/plugin.properties index 3b7a6c9..9d9dcbc 100644 --- a/plugins/com.redhat.fabric8analytics.lsp.eclipse.core/plugin.properties +++ b/plugins/com.redhat.fabric8analytics.lsp.eclipse.core/plugin.properties @@ -1,2 +1,2 @@ -Bundle-Name=Fabric8Analytics Language Server Integration Core Plugin -Bundle-Vendor=JBoss by Red Hat \ No newline at end of file +Bundle-Name=Dependency Analytics Language Server Integration Core Plugin +Bundle-Vendor=Red Hat \ No newline at end of file diff --git a/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.properties b/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.properties index a9be1bc..c901aab 100644 --- a/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.properties +++ b/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.properties @@ -1,3 +1,3 @@ -Bundle-Name=Fabric8Analytics Language Server Integration UI Plugin -F8Analytics.command.authorize=Enable Fabric8 Analytics -Bundle-Vendor=JBoss by Red Hat \ No newline at end of file +Bundle-Name=Dependency Analytics Language Server Integration UI Plugin +F8Analytics.command.authorize=Enable Dependency Analytics +Bundle-Vendor=Red Hat \ No newline at end of file diff --git a/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.xml b/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.xml index 5ebca32..acfec4e 100644 --- a/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.xml +++ b/plugins/com.redhat.fabric8analytics.lsp.eclipse.ui/plugin.xml @@ -6,7 +6,7 @@ + label="DependencyAnalytics"> -Fabric8Analytics Language Server Integration +Dependency Analytics Language Server Integration - - Fabric8Analytics Language Server Integration + + Dependency Analytics Language Server Integration diff --git a/site/pom.xml b/site/pom.xml index 02d581a..d1b4d83 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -11,7 +11,7 @@ com.redhat.fabric8analytics.eclipse site - Fabric8Analytics Language Server integration update site + Dependency Analytics Language Server integration update site eclipse-repository ${project.name}