From 67389b9e7060b7f917a8383ec04d3a0c6bd24c5c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 26 Nov 2013 08:47:57 -0500 Subject: [PATCH] Fix NPE when adding a permission without a registrant (issue-344) --- .classpath | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.classpath b/.classpath index 2803f8d..91e6a8b 100644 --- a/.classpath +++ b/.classpath @@ -74,5 +74,10 @@ <classpathentry kind="lib" path="ext/commons-logging-1.1.1.jar" sourcepath="ext/src/commons-logging-1.1.1.jar" /> <classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> + <classpathentry kind="src" path="src/main/dagger"> + <attributes> + <attribute name="optional" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="bin/classes" /> </classpath> -- Gitblit v1.9.1