Skip to content

Commit

Permalink
remove sourceforge references
Browse files Browse the repository at this point in the history
* rename bundle vendor from URL to Development Team
* update feature URL and branding to checkstyle.org
* reword feature description to avoid plenking
  • Loading branch information
Bananeweizen authored and lkoe committed May 19, 2018
1 parent 075eb65 commit ee8e089
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions net.sf.eclipsecs-feature/feature.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#Feature externalized strings

feature.label = Eclipse Checkstyle Plug-in
feature.provider_name = http://eclipse-cs.sf.net/
feature.provider_name = Eclipse Checkstyle Plugin Development Team

updateSiteName = Eclipse Checkstyle Plug-in Updates

description.text = This feature integrates Checkstyle 8 into the Eclipse environment.
description.url = http://eclipse-cs.sf.net/
description.url = http://checkstyle.org/eclipse-cs/

copyright.text =\
Copyright (C) 2002-2016 David Schneider, Lars K\u00f6dderitzsch and others\n\
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.branding/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Checkstyle Plug-in
Bundle-SymbolicName: net.sf.eclipsecs.branding
Bundle-Version: 8.10.0.qualifier
Bundle-Vendor: http://eclipse-cs.sf.net/
Bundle-Vendor: Eclipse Checkstyle Plugin Development Team
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: net.sf.eclipsecs.branding
14 changes: 7 additions & 7 deletions net.sf.eclipsecs.branding/about.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
aboutText=Eclipse Checkstyle Plugin {featureVersion}\n\
\n\
Checkstyle integration plugin for Eclipse, distributed under the terms of the GNU Lesser General Public License 2.1.\n\
Check http://eclipse-cs.sf.net/ for updates, documentation and support.\n\
Visit http://checkstyle.org/eclipse-cs/ for updates, documentation and support.\n\
\n\
(c) Copyright David Schneider, Lars K\u00f6dderitzsch and others, 2002-2014\n\
(c) Copyright David Schneider, Lars K\u00f6dderitzsch and others, 2002-2018\n\
This software includes the following 3rd-party libraries:\n\
Checkstyle ( http://checkstyle.sf.net/ ), licensed under LGPL 2.1\n\
Jakarta Commons Lang/IO ( http://commons.apache.org/ ), licensed under APL 2.0\n\
DOM4J ( http://sourceforge.net/projects/dom4j/ ), licensed under BSD\n\
iText ( http://itextpdf.com/ ), licensed under Affero General Public License\n\
JFreeChart ( http://www.jfree.org/jfreechart/ ), licensed under LGPL 3
Checkstyle, licensed under LGPL 2.1. Visit http://checkstyle.org/\n\
Jakarta Commons Lang/IO, licensed under APL 2.0. Visit http://commons.apache.org/\n\
DOM4J, licensed under BSD. Visit http://sourceforge.net/projects/dom4j/\n\
iText, licensed under Affero General Public License. Visit http://itextpdf.com/\n\
JFreeChart, licensed under LGPL 3. Visit http://www.jfree.org/jfreechart/
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Checkstyle Core Library
Bundle-SymbolicName: net.sf.eclipsecs.checkstyle
Bundle-Version: 8.10.0.qualifier
Bundle-Vendor: http://eclipse-cs.sf.net/
Bundle-Vendor: Eclipse Checkstyle Plugin Development Team
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: .,
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bundle-ClassPath: .,
lib/dom4j-1.6.1.jar
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: http://eclipse-cs.sf.net/
Bundle-Vendor: Eclipse Checkstyle Plugin Development Team
Require-Bundle: net.sf.eclipsecs.checkstyle;visibility:=reexport
Eclipse-BuddyPolicy: registered
Bundle-Localization: core
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: eclipse-cs Plugin and Checkstyle Documentation
Bundle-SymbolicName: net.sf.eclipsecs.doc;singleton:=true
Bundle-Version: 8.10.0.qualifier
Bundle-Vendor: http://eclipse-cs.sf.net/
Bundle-Vendor: Eclipse Checkstyle Plugin Development Team
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: net.sf.eclipsecs.doc
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.sample/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Require-Bundle: net.sf.eclipsecs.checkstyle,
net.sf.eclipsecs.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Vendor: http://eclipse-cs.sf.net/
Bundle-Vendor: Eclipse Checkstyle Plugin Development Team
Import-Package: org.eclipse.core.resources,
org.eclipse.jdt.core.dom,
org.eclipse.jface.resource,
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Checkstyle Ui Plug-in
Bundle-SymbolicName: net.sf.eclipsecs.ui;singleton:=true
Bundle-Version: 8.10.0.qualifier
Bundle-Vendor: http://eclipse-cs.sf.net/
Bundle-Vendor: Eclipse Checkstyle Plugin Development Team
Bundle-Activator: net.sf.eclipsecs.ui.CheckstyleUIPlugin
Bundle-ActivationPolicy: lazy
Require-Bundle: net.sf.eclipsecs.core,
Expand Down

0 comments on commit ee8e089

Please sign in to comment.