diff --git a/net.sf.eclipsecs-feature/feature.xml b/net.sf.eclipsecs-feature/feature.xml index d6f4971e1..00bab9ff1 100644 --- a/net.sf.eclipsecs-feature/feature.xml +++ b/net.sf.eclipsecs-feature/feature.xml @@ -4,7 +4,7 @@ label="%feature.label" version="0.0.0" provider-name="%feature.provider_name" - plugin="net.sf.eclipsecs.ui"> + plugin="net.sf.eclipsecs.branding"> %description.text @@ -35,6 +35,13 @@ + + + + net.sf.eclipsecs.branding + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF b/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF new file mode 100644 index 000000000..5f1fcffc3 --- /dev/null +++ b/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Eclipse Checkstyle Plug-in +Bundle-SymbolicName: net.sf.eclipsecs.branding +Bundle-Version: 0.0.0 +Bundle-Vendor: http://eclipse-cs.sf.net/ diff --git a/net.sf.eclipsecs.ui/about.ini b/net.sf.eclipsecs.branding/about.ini similarity index 100% rename from net.sf.eclipsecs.ui/about.ini rename to net.sf.eclipsecs.branding/about.ini diff --git a/net.sf.eclipsecs.ui/about.properties b/net.sf.eclipsecs.branding/about.properties similarity index 73% rename from net.sf.eclipsecs.ui/about.properties rename to net.sf.eclipsecs.branding/about.properties index c43bc2245..e0fcc6db2 100644 --- a/net.sf.eclipsecs.ui/about.properties +++ b/net.sf.eclipsecs.branding/about.properties @@ -1,8 +1,7 @@ aboutText=Eclipse Checkstyle Plugin {featureVersion}\n\ \n\ -Checkstyle integration plugin for Eclipse,\n\ -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. +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\ \n\ (c) Copyright David Schneider, Lars Koedderitzsch and others, 2002-2010\n\ \n\ @@ -10,5 +9,5 @@ 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 by MetaStuff, Ltd \n\ -iText ( http://itextpdf.com/), licensed under Affero General Public License\n\ +iText ( http://itextpdf.com/ ), licensed under Affero General Public License\n\ JFreeChart ( http://www.jfree.org/jfreechart/ ), licensed under LGPL 3 \ No newline at end of file diff --git a/net.sf.eclipsecs.branding/build.properties b/net.sf.eclipsecs.branding/build.properties new file mode 100644 index 000000000..6acb806a7 --- /dev/null +++ b/net.sf.eclipsecs.branding/build.properties @@ -0,0 +1,4 @@ +bin.includes = META-INF/,\ + about.ini,\ + about.properties,\ + checkstyle_small.png diff --git a/net.sf.eclipsecs.ui/checkstyle_small.png b/net.sf.eclipsecs.branding/checkstyle_small.png similarity index 100% rename from net.sf.eclipsecs.ui/checkstyle_small.png rename to net.sf.eclipsecs.branding/checkstyle_small.png diff --git a/net.sf.eclipsecs.build/maps/all.map b/net.sf.eclipsecs.build/maps/all.map index 409f9cd78..aa8be2fb4 100644 --- a/net.sf.eclipsecs.build/maps/all.map +++ b/net.sf.eclipsecs.build/maps/all.map @@ -1,4 +1,5 @@ feature@net.sf.eclipsecs=COPY,D:/_projects/checkstyle,net.sf.eclipsecs-feature +plugin@net.sf.eclipsecs.branding=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.branding plugin@net.sf.eclipsecs.core=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.core plugin@net.sf.eclipsecs.doc=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.doc plugin@net.sf.eclipsecs.checkstyle=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.checkstyle diff --git a/net.sf.eclipsecs.ui/build.properties b/net.sf.eclipsecs.ui/build.properties index cebd8d852..3a813da04 100644 --- a/net.sf.eclipsecs.ui/build.properties +++ b/net.sf.eclipsecs.ui/build.properties @@ -5,19 +5,11 @@ bin.includes = icons/,\ schema/,\ META-INF/,\ plugin.properties,\ - ui_de.properties,\ - ui_fr.properties,\ - ui_ja.properties,\ lib/itext-2.0.1.jar,\ lib/jfreechart-1.0.5-swt.jar,\ lib/jfreechart-1.0.5.jar,\ lib/jcommon-1.0.9.jar,\ - .,\ - eclemma32.gif,\ - about.properties,\ - about.ini,\ - about.html,\ - checkstyle_small.png + . jars.compile.order = . source.. = src/ src.includes = src/