Skip to content

Commit

Permalink
Renamed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 26, 2014
1 parent 3417885 commit 38ed310
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>jboss-parent</artifactId>
<version>14</version>
</parent>
<groupId>org.jboss.forge</groupId>
<groupId>org.jboss.forge.website</groupId>
<artifactId>website</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.forge.rest;
package org.jboss.forge.website.rest;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.forge.rest;
package org.jboss.forge.website.rest;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.forge.rest;
package org.jboss.forge.website.rest;

import javax.ws.rs.core.Application;
import javax.ws.rs.ApplicationPath;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.forge.rewrite;
package org.jboss.forge.website.rewrite;

import javax.servlet.ServletContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.forge.view;
package org.jboss.forge.website.view;

import java.io.Serializable;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.forge.view;
package org.jboss.forge.website.view;

import java.io.ByteArrayOutputStream;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.forge.view;
package org.jboss.forge.website.view;

import java.beans.PropertyDescriptor;
import java.lang.reflect.Field;
Expand Down

0 comments on commit 38ed310

Please sign in to comment.