Skip to content

Commit

Permalink
Merge branch 'release/3.1.0.Beta2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Aug 23, 2011
2 parents 548a33d + 366cd2b commit 694ef0b
Show file tree
Hide file tree
Showing 258 changed files with 11,381 additions and 2,312 deletions.
Expand Up @@ -14,14 +14,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.seam.solder.logging;
package org.jboss.seam.logging;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import org.jboss.seam.solder.logging.Logger;

import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.PARAMETER;
Expand Down
Expand Up @@ -15,15 +15,14 @@
* limitations under the License.
*/

package org.jboss.seam.solder.logging;
package org.jboss.seam.logging;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import org.jboss.seam.solder.logging.Logger;
import org.jboss.seam.solder.messages.Message;

/**
Expand Down

0 comments on commit 694ef0b

Please sign in to comment.