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

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


Author: ruel.loehr at jboss.com
Date: 2006-08-14 11:26:54 -0400 (Mon, 14 Aug 2006)
New Revision: 1950

Modified:
   branches/logging_refactoring/common-core/trunk/build-compile.xml
   branches/logging_refactoring/common-core/trunk/build-thirdparty.xml
   branches/logging_refactoring/common-core/trunk/tools/etc/buildmagic/aliases.ent
Log:
updates for dependency mechanism

Modified: branches/logging_refactoring/common-core/trunk/build-compile.xml
===================================================================
--- branches/logging_refactoring/common-core/trunk/build-compile.xml	2006-08-14 14:04:10 UTC (rev 1949)
+++ branches/logging_refactoring/common-core/trunk/build-compile.xml	2006-08-14 15:26:54 UTC (rev 1950)
@@ -12,7 +12,7 @@
   &targets;
    <!-- The combined library classpath -->
       <path id="library.classpath">
-         <path refid="jboss.logging.spi.classpath"/>
+         <path refid="jboss/common.logging.spi.classpath"/>
          <path refid="apache.httpclient.classpath"/>
          <path refid="apache.slide.classpath"/>         
          <path refid="oswego.concurrent.classpath"/>
@@ -35,11 +35,7 @@
     </path>
   
   <target name="compile-classes" depends="_default:compile-classes">
-  
-  <property name="myclasspath" refid="jboss.logging.spi.classpath"/>
-    <echo message="classpath= ${myclasspath}"/>
-  
-  <!--  depends="_default:compile-classes"/>  -->
+ 
   </target>
  
 </project>

Modified: branches/logging_refactoring/common-core/trunk/build-thirdparty.xml
===================================================================
--- branches/logging_refactoring/common-core/trunk/build-thirdparty.xml	2006-08-14 14:04:10 UTC (rev 1949)
+++ branches/logging_refactoring/common-core/trunk/build-thirdparty.xml	2006-08-14 15:26:54 UTC (rev 1950)
@@ -50,16 +50,8 @@
       <componentref name="apache-log4j" version="1.2.8"/> 
       <componentref name="wutka-dtdparser" version="1.2.1"/>
       <componentref name="apache-xerces" version="2.7.1"/>
-<!--      
-      
-      
-         
-      
-        
-      <componentref name="sun-jaf" version="1.0.2"/>      
-         -->
+      <componentref name="jboss/common-logging-spi" version="1.0.1.TEST"/>
 
-
    </build>
 
    <synchronizeinfo/>

Modified: branches/logging_refactoring/common-core/trunk/tools/etc/buildmagic/aliases.ent
===================================================================
--- branches/logging_refactoring/common-core/trunk/tools/etc/buildmagic/aliases.ent	2006-08-14 14:04:10 UTC (rev 1949)
+++ branches/logging_refactoring/common-core/trunk/tools/etc/buildmagic/aliases.ent	2006-08-14 15:26:54 UTC (rev 1950)
@@ -96,11 +96,4 @@
   <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>  
   
\ No newline at end of file




More information about the jboss-svn-commits mailing list