Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0c5792a3
authored
Nov 08, 2014
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move i18n to the correct place.
TUUKKA PERKELE! EI VARMAAN POISTELLA NIITÄ i18n FILEITÄ!
1 parent
a96c9de4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
22 deletions
code/moya-web/pom.xml
code/moya-web/src/main/java/fi/codecrew/moya/resources/i18n.properties → code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n.properties
code/moya-web/src/main/java/fi/codecrew/moya/resources/i18n_en.properties → code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n_en.properties
code/moya-web/src/main/java/fi/codecrew/moya/resources/i18n_fi.properties → code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n_fi.properties
code/moya-web/pom.xml
View file @
0c5792a
...
...
@@ -5,7 +5,7 @@
<packaging>
war
</packaging>
<build>
<plugins>
<plugin>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.4
</version>
...
...
@@ -16,23 +16,15 @@
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>
src/main/resources
</directory>
<excludes>
<exclude>
**/*.java
</exclude>
</excludes>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
moya-beans-client
</artifactId>
<version>
${moya.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
net.bull.javamelody
</groupId>
<artifactId>
javamelody-core
</artifactId>
<version>
1.52.0
</version>
...
...
@@ -42,17 +34,17 @@
<artifactId>
primefaces
</artifactId>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
org.primefaces.extensions
</groupId>
<artifactId>
all-themes
</artifactId>
<version>
1.0.8
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
net.matlux
</groupId>
<artifactId>
jvm-breakglass
</artifactId>
<version>
0.0.7
</version>
</dependency>
<dependency>
<groupId>
org.primefaces.extensions
</groupId>
<artifactId>
all-themes
</artifactId>
<version>
1.0.8
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
net.matlux
</groupId>
<artifactId>
jvm-breakglass
</artifactId>
<version>
0.0.7
</version>
</dependency>
</dependencies>
<parent>
<groupId>
fi.codecrew.moya
</groupId>
...
...
code/moya-web/src/main/
java
/fi/codecrew/moya/resources/i18n.properties
→
code/moya-web/src/main/
resources
/fi/codecrew/moya/resources/i18n.properties
View file @
0c5792a
File moved
code/moya-web/src/main/
java
/fi/codecrew/moya/resources/i18n_en.properties
→
code/moya-web/src/main/
resources
/fi/codecrew/moya/resources/i18n_en.properties
View file @
0c5792a
File moved
code/moya-web/src/main/
java
/fi/codecrew/moya/resources/i18n_fi.properties
→
code/moya-web/src/main/
resources
/fi/codecrew/moya/resources/i18n_fi.properties
View file @
0c5792a
File moved
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment