WEB-183 Loading of Admin screens

This commit is contained in:
Bruce Mayhew
2015-02-10 15:54:25 -05:00
parent f6a839251a
commit b447c2a119
3 changed files with 595 additions and 336 deletions

View File

@ -48,7 +48,9 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<archiveClasses>true</archiveClasses>
<!-- archiving the classes breaks the admin screen loads in course.java
the legacy lesson loader does not look in jar files for lessons -->
<archiveClasses>false</archiveClasses>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>