changed Icon for createMeldungCommand

master
Markus Kreth 6 years ago
parent cf912b0558
commit cb8901fe7d
  1. 6
      .classpath
  2. 33
      .settings/org.eclipse.wst.common.component
  3. 2
      src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java

@ -6,7 +6,11 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="test" value="true"/>

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
@ -13,8 +14,9 @@
<wb-module deploy-name="vaadin-clubhelper-1.1.1-SNAPSHOT">
<wb-module deploy-name="vaadin-clubhelper-1.2.2-SNAPSHOT">
@ -29,7 +31,8 @@
<wb-resource deploy-path="/" source-path="/WebContent"/>
@ -44,7 +47,8 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
@ -59,12 +63,16 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-resources/gwt"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
@ -79,7 +87,8 @@
<property name="context-root" value="vaadin-clubhelper"/>
@ -94,7 +103,8 @@
<property name="java-output-path" value="/vaadin-clubhelper/target/classes"/>
@ -109,7 +119,8 @@
</wb-module>

@ -28,7 +28,7 @@ public class CreateMeldungCommand implements ClubCommand {
@Override
public Resource getIcon() {
return VaadinIcons.NEWSPAPER;
return VaadinIcons.OUTBOX;
}
@Override

Loading…
Cancel
Save