Fixed classloading issue when using a jsp in a lesson

This commit is contained in:
Nanne Baars
2015-06-14 13:20:27 +02:00
parent c24f556544
commit c71d774abf
23 changed files with 234 additions and 228 deletions

5
.gitignore vendored
View File

@ -24,5 +24,10 @@ src/main/main.iml
*.LOCAL.*.jsp
*.REMOTE.*.jsp
src/main/webapp/plugin_extracted/*
src/main/webapp/users/*.jar
src/main/webapp/plugin_lessons/*.jar
src/main/webapp/users/*.props
classes/*
/*.iml
.extract/*