changed Icon for createMeldungCommand

master
Markus Kreth 6 years ago
parent cf912b0558
commit cb8901fe7d
  1. 6
      .classpath
  2. 13
      .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"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </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"> <classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes> <attributes>
<attribute name="test" value="true"/> <attribute name="test" value="true"/>

@ -13,7 +13,9 @@
<wb-module deploy-name="vaadin-clubhelper-1.1.1-SNAPSHOT">
<wb-module deploy-name="vaadin-clubhelper-1.2.2-SNAPSHOT">
@ -43,6 +45,7 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
@ -58,11 +61,15 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> <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="/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="/target/generated-resources/gwt"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
@ -78,6 +85,7 @@
<property name="context-root" value="vaadin-clubhelper"/> <property name="context-root" value="vaadin-clubhelper"/>
@ -93,6 +101,7 @@
<property name="java-output-path" value="/vaadin-clubhelper/target/classes"/> <property name="java-output-path" value="/vaadin-clubhelper/target/classes"/>
@ -108,6 +117,7 @@
</wb-module> </wb-module>
@ -123,4 +133,5 @@
</project-modules> </project-modules>

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

Loading…
Cancel
Save