From c6f3d01c29bb67156b8154bfe5780537b0ef43ac Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 03 Dec 2013 10:36:19 -0500 Subject: [PATCH] Add support for per-repository bugtraq configuration --- gitblit.iml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index 8c95ac6..f1daa9b 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -6,8 +6,10 @@ <exclude-output /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/main/bugtraq" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/main/dagger" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> + <sourceFolder url="file://$MODULE_DIR$/src/test/bugtraq" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" /> </content> <orderEntry type="sourceFolder" forTests="false" /> @@ -56,6 +58,17 @@ </library> </orderEntry> <orderEntry type="module-library"> + <library name="annotations-12.0.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/annotations-12.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/annotations-12.0.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> <library name="jcommander-1.17.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/jcommander-1.17.jar!/" /> -- Gitblit v1.9.1