Skip to content

Commit

Permalink
[JENKINS-22834] Pareparation to merge. Revereted unrelated changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Aug 3, 2014
1 parent c2841de commit 51c74b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -35,7 +35,6 @@
import hudson.model.Item;
import hudson.util.FormValidation;
import hudson.util.NullStream;

import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
Expand Down
Expand Up @@ -27,7 +27,6 @@
import com.gargoylesoftware.htmlunit.html.HtmlForm;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import com.gargoylesoftware.htmlunit.html.HtmlTextArea;

import hudson.model.FreeStyleProject;
import hudson.model.FreeStyleBuild;
import hudson.model.Item;
Expand All @@ -36,25 +35,20 @@
import hudson.security.Permission;
import hudson.tasks.BuildStepDescriptor;
import hudson.tasks.Publisher;

import java.io.File;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;

import jenkins.model.Jenkins;

import org.apache.commons.io.FileUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.tools.ant.DirectoryScanner;
import org.apache.tools.ant.taskdefs.Expand;
import org.apache.tools.ant.taskdefs.Touch;
import org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval;
import org.jenkinsci.plugins.scriptsecurity.scripts.UnapprovedUsageException;

import static org.junit.Assert.*;

import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down

0 comments on commit 51c74b6

Please sign in to comment.