From 22fc5e48cbe050d8485f78f6165b59e4085eaeef Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 25 Jun 2011 17:10:59 -0400 Subject: [PATCH] Moved Build classes to their own package --- src/com/gitblit/build/BuildWebXml.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/BuildWebXml.java b/src/com/gitblit/build/BuildWebXml.java similarity index 97% rename from src/com/gitblit/BuildWebXml.java rename to src/com/gitblit/build/BuildWebXml.java index 8e957df..c37f014 100644 --- a/src/com/gitblit/BuildWebXml.java +++ b/src/com/gitblit/build/BuildWebXml.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package com.gitblit; +package com.gitblit.build; import java.io.BufferedReader; import java.io.File; @@ -28,6 +28,8 @@ import com.beust.jcommander.Parameter; import com.beust.jcommander.ParameterException; import com.beust.jcommander.Parameters; +import com.gitblit.Keys; +import com.gitblit.Keys.server; import com.gitblit.utils.StringUtils; public class BuildWebXml { -- Gitblit v1.9.1