From bade26c49f162efcf388bb3b9ce8ae5c53bd8645 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 30 May 2012 09:47:55 -0700 Subject: [PATCH] Moving files into the correct location --- .../src => src}/main/java/hudson/security/LDAPSecurityRealm.java | 0 .../main/resources/hudson}/security/LDAPBindSecurityRealm.groovy | 0 .../main/resources/hudson/security/LDAPSecurityRealm/config.jelly | 0 .../hudson/security/LDAPSecurityRealm/config_da.properties | 0 .../hudson/security/LDAPSecurityRealm/config_de.properties | 0 .../hudson/security/LDAPSecurityRealm/config_es.properties | 0 .../hudson/security/LDAPSecurityRealm/config_fi.properties | 0 .../hudson/security/LDAPSecurityRealm/config_fr.properties | 0 .../hudson/security/LDAPSecurityRealm/config_ja.properties | 0 .../hudson/security/LDAPSecurityRealm/config_ko.properties | 0 .../hudson/security/LDAPSecurityRealm/config_nb_NO.properties | 0 .../hudson/security/LDAPSecurityRealm/config_nl.properties | 0 .../hudson/security/LDAPSecurityRealm/config_pt_BR.properties | 0 .../hudson/security/LDAPSecurityRealm/config_ru.properties | 0 .../hudson/security/LDAPSecurityRealm/config_sv_SE.properties | 0 .../hudson/security/LDAPSecurityRealm/config_tr.properties | 0 .../hudson/security/LDAPSecurityRealm/config_zh_CN.properties | 0 .../hudson/security/LDAPSecurityRealm/config_zh_TW.properties | 0 .../test/groovy/hudson/security/LDAPSecurityRealmTest.groovy | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {core/src => src}/main/java/hudson/security/LDAPSecurityRealm.java (100%) rename {war/src/main/webapp/WEB-INF => src/main/resources/hudson}/security/LDAPBindSecurityRealm.groovy (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config.jelly (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_da.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_de.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_es.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_fi.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_fr.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_ja.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_ko.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_nb_NO.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_nl.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_pt_BR.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_ru.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_sv_SE.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_tr.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties (100%) rename {core/src => src}/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties (100%) rename {test/src => src}/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy (100%) diff --git a/core/src/main/java/hudson/security/LDAPSecurityRealm.java b/src/main/java/hudson/security/LDAPSecurityRealm.java similarity index 100% rename from core/src/main/java/hudson/security/LDAPSecurityRealm.java rename to src/main/java/hudson/security/LDAPSecurityRealm.java diff --git a/war/src/main/webapp/WEB-INF/security/LDAPBindSecurityRealm.groovy b/src/main/resources/hudson/security/LDAPBindSecurityRealm.groovy similarity index 100% rename from war/src/main/webapp/WEB-INF/security/LDAPBindSecurityRealm.groovy rename to src/main/resources/hudson/security/LDAPBindSecurityRealm.groovy diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly b/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly rename to src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_da.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_da.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_da.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_da.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_de.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_de.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_de.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_de.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_es.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_es.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_es.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_es.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_fi.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_fi.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_fi.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_fi.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_fr.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_fr.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_fr.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_fr.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ja.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_ja.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ja.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_ja.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ko.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_ko.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ko.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_ko.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_nb_NO.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_nb_NO.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_nb_NO.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_nb_NO.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_nl.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_nl.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_nl.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_nl.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_pt_BR.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_pt_BR.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_pt_BR.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_pt_BR.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ru.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_ru.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ru.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_ru.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_sv_SE.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_sv_SE.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_sv_SE.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_sv_SE.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_tr.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_tr.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_tr.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_tr.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties similarity index 100% rename from core/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties rename to src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties diff --git a/test/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy b/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy similarity index 100% rename from test/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy rename to src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy