[jboss-svn-commits] JBoss Common SVN: r1951 - in branches/logging_refactoring/common-logging-jdk/trunk: . tools/etc/buildmagic

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 14 11:41:26 EDT 2006


Author: ruel.loehr at jboss.com
Date: 2006-08-14 11:41:24 -0400 (Mon, 14 Aug 2006)
New Revision: 1951

Modified:
   branches/logging_refactoring/common-logging-jdk/trunk/build-compile.xml
   branches/logging_refactoring/common-logging-jdk/trunk/build-thirdparty.xml
   branches/logging_refactoring/common-logging-jdk/trunk/tools/etc/buildmagic/aliases.ent
Log:
update dependency mech

Modified: branches/logging_refactoring/common-logging-jdk/trunk/build-compile.xml
===================================================================
--- branches/logging_refactoring/common-logging-jdk/trunk/build-compile.xml	2006-08-14 15:26:54 UTC (rev 1950)
+++ branches/logging_refactoring/common-logging-jdk/trunk/build-compile.xml	2006-08-14 15:41:24 UTC (rev 1951)
@@ -12,8 +12,8 @@
   &targets;
    <!-- The combined library classpath -->
       <path id="library.classpath">
-          <path refid="jboss.logging.spi.classpath"/>
-          <path refid="jboss.common.core.classpath"/>
+          <path refid="jboss/common.logging.spi.classpath"/>
+          <path refid="jboss/common.core.classpath"/>
       </path>
 
         <!-- The combined dependent module classpath -->

Modified: branches/logging_refactoring/common-logging-jdk/trunk/build-thirdparty.xml
===================================================================
--- branches/logging_refactoring/common-logging-jdk/trunk/build-thirdparty.xml	2006-08-14 15:26:54 UTC (rev 1950)
+++ branches/logging_refactoring/common-logging-jdk/trunk/build-thirdparty.xml	2006-08-14 15:41:24 UTC (rev 1951)
@@ -44,15 +44,9 @@
         are pushed to the http://repository.jboss.com site.
       -->
 
-      <!--<componentref name="apache-xerces" version="2.7.1"/>
-      <componentref name="apache-log4j" version="1.2.8"/>  
-      <componentref name="apache-slide" version="2.0"/> 
-      <componentref name="dom4j" version="1.5"/>   
-      <componentref name="wutka-dtdparser" version="1.2.1"/>
-      <componentref name="oswego-concurrent" version="1.3.4"/>  
-      <componentref name="sun-jaf" version="1.0.2"/>      
-         <componentref name="apache-httpclient" version="2.0.2"/>-->
 
+      <componentref name="jboss/common-logging-spi" version="1.0.1.TEST"/>
+      <componentref name="jboss/common-core" version="1.0.1.TEST"/>
 
    </build>
 

Modified: branches/logging_refactoring/common-logging-jdk/trunk/tools/etc/buildmagic/aliases.ent
===================================================================
--- branches/logging_refactoring/common-logging-jdk/trunk/tools/etc/buildmagic/aliases.ent	2006-08-14 15:26:54 UTC (rev 1950)
+++ branches/logging_refactoring/common-logging-jdk/trunk/tools/etc/buildmagic/aliases.ent	2006-08-14 15:41:24 UTC (rev 1951)
@@ -95,16 +95,3 @@
   <pathelement path="${apache.ant.lib}/ant.jar"/>
 </path>
   
-<!--delete this junk -->
-
-  <!--delete this junk -->  
-    
-  <property name="jboss.logging.spi" value="${project.thirdparty}/jboss/common-logging-spi"/>
-  <path id="jboss.logging.spi.classpath">
-     <pathelement path="${jboss.logging.spi}/jboss-logging-spi-1.0.2.jar"/>
-</path>   
-
-  <property name="jboss.common.core" value="${project.thirdparty}/jboss/common-core"/>
-  <path id="jboss.common.core.classpath">
-     <pathelement path="${jboss.common.core}/jboss-common-core-1.0.2.jar"/>
-</path>   




More information about the jboss-svn-commits mailing list