Skip to content

Commit

Permalink
Moved logging to an extensions project.
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2030 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
drallen committed Mar 16, 2009
1 parent 187b8a7 commit f52a231
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 708 deletions.
5 changes: 5 additions & 0 deletions impl/pom.xml
Expand Up @@ -21,6 +21,11 @@
<artifactId>webbeans-spi</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-logging</artifactId>
</dependency>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
Expand Down
156 changes: 0 additions & 156 deletions impl/src/main/java/org/jboss/webbeans/log/JDKProvider.java

This file was deleted.

102 changes: 0 additions & 102 deletions impl/src/main/java/org/jboss/webbeans/log/Log.java

This file was deleted.

0 comments on commit f52a231

Please sign in to comment.