Show
Ignore:
Timestamp:
03/07/09 19:36:46 (9 months ago)
Author:
dr2chase
Message:

Fixed the fixed copyrights, to turn them into actual comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/build.xml

    r3473 r3516  
    7575  <property name="unsigned" location="${basedir}/third_party/unsigned"/> 
    7676 
    77   <!-- Scala jar files --> 
     77  <!-- Scala jar files  
    7878  <property name="scala-compiler.jar" 
    7979            value="${basedir}/third_party/scala/scala-compiler-2.7.2.jar"/> 
    8080  <property name="scala-library.jar" 
    8181            value="${basedir}/third_party/scala/scala-library-2.7.2.jar"/> 
     82  --> 
     83   
     84  <property name="scala-compiler.jar" 
     85            value="/Applications/eclipse-3.4.1/plugins/scala.tools.nsc_2.8.0.r17250-b20090306020955.jar"/> 
     86  <property name="scala-library.jar" 
     87            value="/Applications/eclipse-3.4.1/plugins/scala.library_2.8.0.r17250-b20090306020955.jar"/> 
    8288 
    8389  <!-- ASTGen -->