Skip to content

Commit

Permalink
[JENKINS-31162] Invalid package name
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 5, 2016
1 parent 770a8b2 commit 8d717fe
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/FreeStyleProject.java
Expand Up @@ -25,7 +25,7 @@

import hudson.Extension;
import jenkins.model.Jenkins;
import jenkins.model.ItemCategory.StandaloneProjectsCategory;
import jenkins.model.item_category.StandaloneProjectsCategory;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;

Expand Down
Expand Up @@ -25,7 +25,7 @@

import hudson.ExtensionList;
import jenkins.model.Jenkins;
import jenkins.model.ItemCategory.ItemCategory;
import jenkins.model.item_category.ItemCategory;
import org.acegisecurity.AccessDeniedException;
import org.apache.commons.jelly.Script;
import org.apache.commons.jelly.XMLOutput;
Expand Down
6 changes: 3 additions & 3 deletions core/src/main/java/hudson/model/View.java
Expand Up @@ -58,9 +58,9 @@
import hudson.widgets.Widget;
import jenkins.model.Jenkins;
import jenkins.model.ModelObjectWithChildren;
import jenkins.model.ItemCategory.Categories;
import jenkins.model.ItemCategory.Category;
import jenkins.model.ItemCategory.ItemCategory;
import jenkins.model.item_category.Categories;
import jenkins.model.item_category.Category;
import jenkins.model.item_category.ItemCategory;
import jenkins.util.ProgressiveRendering;
import jenkins.util.xml.XMLUtils;

Expand Down
Expand Up @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/

package jenkins.model.ItemCategory;
package jenkins.model.item_category;

import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;
Expand Down
Expand Up @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/

package jenkins.model.ItemCategory;
package jenkins.model.item_category;

import hudson.model.TopLevelItem;
import org.kohsuke.accmod.Restricted;
Expand Down
Expand Up @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/

package jenkins.model.ItemCategory;
package jenkins.model.item_category;

import hudson.Extension;
import hudson.ExtensionList;
Expand Down
Expand Up @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/

package jenkins.model.ItemCategory;
package jenkins.model.item_category;

import hudson.Extension;
import org.kohsuke.accmod.Restricted;
Expand Down
Expand Up @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/

package jenkins.model.ItemCategory;
package jenkins.model.item_category;

import hudson.Extension;

Expand Down

0 comments on commit 8d717fe

Please sign in to comment.