Commit a96c9de4 by Tuomas Riihimäki

Revert "maven korjailuija, vähän siirtoa yms."

This reverts commit 9b0f6492.
1 parent 5c9f0096
......@@ -50,7 +50,6 @@ public class JsonUtilsTest {
JsonValue expected = jsonObject("{\"quuz\":\"plop\"}");
JsonValue actual = JsonUtils.getSubObject(meta, path);
Assert.assertEquals(expected.toString(), actual.toString());
}
@Test
......
Manifest-Version: 1.0
Class-Path: lib/MoyaUtilities.jar
......@@ -27,7 +27,6 @@
<p:tab id="basicinfo" title="#{i18n['foodwavetemplate.basicinfo']}"> -->
<h:panelGrid columns="3">
<h:outputLabel for="name" value="#{i18n['foodwavetemplate.name']}" />
<h:inputText id="name" value="#{foodWaveView.template.name}"
required="true" requiredMessage="Name required" />
<h:message for="name" />
......
......@@ -5,6 +5,7 @@
<packaging>war</packaging>
<build>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
......@@ -15,7 +16,14 @@
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
</build>
<dependencies>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!