Skip to content

Commit

Permalink
Branding plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lkoe committed Feb 22, 2010
1 parent 71878c3 commit a78a875
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 14 deletions.
9 changes: 8 additions & 1 deletion net.sf.eclipsecs-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 url="%description.url">
%description.text
Expand Down Expand Up @@ -35,6 +35,13 @@
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
</requires>

<plugin
id="net.sf.eclipsecs.branding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="net.sf.eclipsecs.core"
Expand Down
22 changes: 22 additions & 0 deletions net.sf.eclipsecs.branding/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.sf.eclipsecs.branding</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
6 changes: 6 additions & 0 deletions net.sf.eclipsecs.branding/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -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/
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
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\
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
4 changes: 4 additions & 0 deletions net.sf.eclipsecs.branding/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin.includes = META-INF/,\
about.ini,\
about.properties,\
checkstyle_small.png
File renamed without changes
1 change: 1 addition & 0 deletions net.sf.eclipsecs.build/maps/all.map
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[email protected]=COPY,D:/_projects/checkstyle,net.sf.eclipsecs-feature
[email protected]=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.branding
[email protected]=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.core
[email protected]=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.doc
[email protected]=COPY,D:/_projects/checkstyle,net.sf.eclipsecs.checkstyle
Expand Down
10 changes: 1 addition & 9 deletions net.sf.eclipsecs.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a78a875

Please sign in to comment.