From f7e1d7c35010fea6810d1917197cd6d5dde4822e Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Fri, 8 May 2015 15:37:14 +0200 Subject: Include ASM as a dependency in ANT build The classfiles are still integrated into scala-compiler.jar. --- build-ant-macros.xml | 7 ++++++- build.xml | 24 +++++++++++++----------- versions.properties | 1 + 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/build-ant-macros.xml b/build-ant-macros.xml index 259d6a6eb6..ace86cac49 100644 --- a/build-ant-macros.xml +++ b/build-ant-macros.xml @@ -91,7 +91,7 @@ - + @@ -371,6 +371,10 @@
+          
+          
+            
+          
           
             
               
@@ -380,6 +384,7 @@
                 
                 
                 
+                
               
             
             
diff --git a/build.xml b/build.xml
index fa6ff72baa..6ed4030368 100755
--- a/build.xml
+++ b/build.xml
@@ -165,7 +165,6 @@ TODO:
   
   
   
-  
   
   
   
@@ -353,6 +352,11 @@ TODO:
       
       
 
+      
+        
+      
+      
+
       
       
         
@@ -624,9 +628,7 @@ TODO:
     
 
     
-    
     
-    
 
     
     
@@ -693,7 +695,7 @@ TODO:
     
     
 
-    
+    
     
       
         
@@ -878,8 +880,9 @@ TODO:
       
       
       
-      
     
+    
+    
 
     
-                                                       
-        
-                                                 
+                                                                          
+       
+                                                
 
      
     
@@ -1098,7 +1101,6 @@ TODO:
                                   LOCAL DEPENDENCIES
 ============================================================================ -->
 
-    
    
 
   
-  
+  
     
 
   
@@ -1189,7 +1191,7 @@ TODO:
     
 
   
-  
+  
     
       
 
         
diff --git a/versions.properties b/versions.properties
index 2ecfd23800..292c49d93b 100644
--- a/versions.properties
+++ b/versions.properties
@@ -25,6 +25,7 @@ scala-swing.version.number=1.0.1
 akka-actor.version.number=2.3.4
 actors-migration.version.number=1.1.0
 jline.version=2.12.1
+scala-asm.version=5.0.3-scala-3
 
 # external modules, used internally (not shipped)
 partest.version.number=1.0.6
-- 
cgit v1.2.3