From 8eb71b6b2cff2de78aaba3342e191c98f855b821 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sun, 18 May 2008 21:46:30 +0000 Subject: [PATCH] Creating a package to host slave related code. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9396 71c3de6d-444a-0410-be80-ed276b4c234a --- .../{model/Slave => slaves}/CommandStartMethod/config.jelly | 0 .../Slave => slaves}/CommandStartMethod/config_ja.properties | 0 .../hudson/{model/Slave => slaves}/JNLPStartMethod/config.jelly | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename core/src/main/resources/hudson/{model/Slave => slaves}/CommandStartMethod/config.jelly (100%) rename core/src/main/resources/hudson/{model/Slave => slaves}/CommandStartMethod/config_ja.properties (100%) rename core/src/main/resources/hudson/{model/Slave => slaves}/JNLPStartMethod/config.jelly (100%) diff --git a/core/src/main/resources/hudson/model/Slave/CommandStartMethod/config.jelly b/core/src/main/resources/hudson/slaves/CommandStartMethod/config.jelly similarity index 100% rename from core/src/main/resources/hudson/model/Slave/CommandStartMethod/config.jelly rename to core/src/main/resources/hudson/slaves/CommandStartMethod/config.jelly diff --git a/core/src/main/resources/hudson/model/Slave/CommandStartMethod/config_ja.properties b/core/src/main/resources/hudson/slaves/CommandStartMethod/config_ja.properties similarity index 100% rename from core/src/main/resources/hudson/model/Slave/CommandStartMethod/config_ja.properties rename to core/src/main/resources/hudson/slaves/CommandStartMethod/config_ja.properties diff --git a/core/src/main/resources/hudson/model/Slave/JNLPStartMethod/config.jelly b/core/src/main/resources/hudson/slaves/JNLPStartMethod/config.jelly similarity index 100% rename from core/src/main/resources/hudson/model/Slave/JNLPStartMethod/config.jelly rename to core/src/main/resources/hudson/slaves/JNLPStartMethod/config.jelly -- GitLab