[jboss-cvs] JBossAS SVN: r84184 - projects/bootstrap/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 13 11:12:47 EST 2009


Author: wolfc
Date: 2009-02-13 11:12:47 -0500 (Fri, 13 Feb 2009)
New Revision: 84184

Modified:
   projects/bootstrap/trunk/jboss-bootstrap.iml
   projects/bootstrap/trunk/jboss-bootstrap.ipr
   projects/bootstrap/trunk/pom.xml
Log:
JBBOOT-12: added jboss-logging-log4j


Modified: projects/bootstrap/trunk/jboss-bootstrap.iml
===================================================================
--- projects/bootstrap/trunk/jboss-bootstrap.iml	2009-02-13 16:09:10 UTC (rev 84183)
+++ projects/bootstrap/trunk/jboss-bootstrap.iml	2009-02-13 16:12:47 UTC (rev 84184)
@@ -12,10 +12,12 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging-log4j:2.0.5.GA" level="project" />
+    <orderEntry type="library" exported="" name="Maven: org.jboss.logging:jboss-logging-spi:2.0.5.GA" level="project" />
+    <orderEntry type="library" name="Maven: apache-log4j:log4j:1.2.14" level="project" />
     <orderEntry type="library" exported="" name="Maven: org.jboss.man:jboss-managed:2.0.0.GA" level="project" />
     <orderEntry type="library" exported="" name="Maven: org.jboss.man:jboss-metatype:2.0.0.GA" level="project" />
     <orderEntry type="library" exported="" name="Maven: org.jboss:jboss-reflect:2.0.1.GA" level="project" />
-    <orderEntry type="library" exported="" name="Maven: org.jboss.logging:jboss-logging-spi:2.0.5.GA" level="project" />
     <orderEntry type="library" exported="" name="Maven: org.jboss:jboss-common-core:2.2.9.GA" level="project" />
     <orderEntry type="library" exported="" name="Maven: org.jboss:jboss-mdr:2.0.1.GA" level="project" />
     <orderEntry type="library" exported="" name="Maven: sun-jaxb:jaxb-api:2.1.4" level="project" />

Modified: projects/bootstrap/trunk/jboss-bootstrap.ipr
===================================================================
--- projects/bootstrap/trunk/jboss-bootstrap.ipr	2009-02-13 16:09:10 UTC (rev 84183)
+++ projects/bootstrap/trunk/jboss-bootstrap.ipr	2009-02-13 16:12:47 UTC (rev 84184)
@@ -497,6 +497,28 @@
         <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.5/junit-4.5-sources.jar!/" />
       </SOURCES>
     </library>
+    <library name="Maven: org.jboss.logging:jboss-logging-log4j:2.0.5.GA">
+      <CLASSES>
+        <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA.jar!/" />
+      </CLASSES>
+      <JAVADOC>
+        <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA-javadoc.jar!/" />
+      </JAVADOC>
+      <SOURCES>
+        <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA-sources.jar!/" />
+      </SOURCES>
+    </library>
+    <library name="Maven: apache-log4j:log4j:1.2.14">
+      <CLASSES>
+        <root url="jar://$MAVEN_REPOSITORY$/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar!/" />
+      </CLASSES>
+      <JAVADOC>
+        <root url="jar://$MAVEN_REPOSITORY$/apache-log4j/log4j/1.2.14/log4j-1.2.14-javadoc.jar!/" />
+      </JAVADOC>
+      <SOURCES>
+        <root url="jar://$MAVEN_REPOSITORY$/apache-log4j/log4j/1.2.14/log4j-1.2.14-sources.jar!/" />
+      </SOURCES>
+    </library>
   </component>
   <UsedPathMacros>
     <macro name="MAVEN_REPOSITORY" description="Maven Local Repostiry" />

Modified: projects/bootstrap/trunk/pom.xml
===================================================================
--- projects/bootstrap/trunk/pom.xml	2009-02-13 16:09:10 UTC (rev 84183)
+++ projects/bootstrap/trunk/pom.xml	2009-02-13 16:12:47 UTC (rev 84184)
@@ -71,6 +71,12 @@
   
   <!-- Dependencies -->
   <dependencies>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+      <version>2.0.5.GA</version>
+      <scope>test</scope>
+    </dependency>
     
     <!-- org.jboss.man:jboss-managed -->
     <dependency>




More information about the jboss-cvs-commits mailing list