Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBDS-4709 s/JBoss by Red Hat/Red... #143

Merged
merged 1 commit into from
Jun 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# JBoss by Red Hat - Initial implementation.
# Red Hat - Initial implementation.
##############################################################################
# feature.properties
# contains externalized strings for feature.xml
Expand All @@ -18,7 +18,7 @@
featureName=JBoss Tools LiveReload (Deprecated)

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

# "description" property - description of the feature
description=JBoss Tools LiveReload is a plugin that provides users with LiveReload in their browsers when they save changes in HTML, CSS and JS files in their workspace (Deprecated).
Expand All @@ -29,6 +29,6 @@ All 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\nContributors\:\n\
JBoss by Red Hat - Initial implementation.
Red Hat - Initial implementation.

licenseURL=license.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# properties file for org.jboss.tools.ws.*.test*
featureName=JBoss Tools LiveReload Tests (Deprecated)
featureProvider=JBoss by Red Hat
featureProvider=Red Hat

# "description" property - description of the feature
description=JBoss Tools LiveReload Tests (Deprecated)
Expand All @@ -11,6 +11,6 @@ All 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\nContributors\:\n\
JBoss by Red Hat - Initial implementation.
Red Hat - Initial implementation.

licenseURL=license.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: JBoss Tools LiveReload Core
Bundle-SymbolicName: org.jboss.tools.livereload.core;singleton:=true
Bundle-Version: 1.5.100.qualifier
Bundle-Activator: org.jboss.tools.livereload.core.internal.JBossLiveReloadCoreActivator
Bundle-Vendor: JBoss by Red Hat
Bundle-Vendor: Red Hat
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources;bundle-version="3.8.1",
org.eclipse.core.databinding;bundle-version="1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.livereload.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: JBoss Tools LiveReload UI
Bundle-SymbolicName: org.jboss.tools.livereload.ui;singleton:=true
Bundle-Version: 1.5.100.qualifier
Bundle-Activator: org.jboss.tools.livereload.ui.JBossLiveReloadUIActivator
Bundle-Vendor: JBoss by Red Hat
Bundle-Vendor: Red Hat
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.livereload.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: JBoss Tools LiveReload Test
Bundle-SymbolicName: org.jboss.tools.livereload.test;singleton:=true
Bundle-Version: 1.5.100.qualifier
Bundle-Activator: org.jboss.tools.livereload.internal.LiveReloadTestActivator
Bundle-Vendor: JBoss by Red Hat
Bundle-Vendor: Red Hat
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit;bundle-version="4.10.0",
Expand Down