diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-14 09:17:57 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-14 09:17:57 +0100 |
commit | f67427831d1f8c49ce6c474691b880d90a42b584 (patch) | |
tree | b585458d013dbcbae7374209a1e9239d59c34eaf /id/server/pom.xml | |
parent | 0fe2bed17c674587a60e63fac211a0354ab4ef03 (diff) | |
download | moa-id-spss-f67427831d1f8c49ce6c474691b880d90a42b584.tar.gz moa-id-spss-f67427831d1f8c49ce6c474691b880d90a42b584.tar.bz2 moa-id-spss-f67427831d1f8c49ce6c474691b880d90a42b584.zip |
refactor the GUI generation for user interaction
Diffstat (limited to 'id/server/pom.xml')
-rw-r--r-- | id/server/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id/server/pom.xml b/id/server/pom.xml index 2fbd3dd06..56d317cf5 100644 --- a/id/server/pom.xml +++ b/id/server/pom.xml @@ -18,11 +18,11 @@ </properties>
<modules>
+ <module>moa-id-spring-initializer</module>
+ <module>moa-id-frontend-resources</module>
<module>idserverlib</module>
<module>moa-id-commons</module>
- <module>modules</module>
- <module>moa-id-spring-initializer</module>
- <module>moa-id-frontend-resources</module>
+ <module>modules</module>
<module>auth-final</module>
<module>auth-edu</module>
</modules>
|