Changeset 58

Show
Ignore:
Timestamp:
04/04/06 23:00:43 (3 years ago)
Author:
schst
Message:

Added CLOVER_RUNTIME variable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/.classpath

    r57 r58  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3     <classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/> 
    43    <classpathentry kind="src" path="src/main/java"/> 
    54    <classpathentry kind="src" path="src/main/resources"/> 
     
    87    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    98    <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> 
     9    <classpathentry kind="var" path="CLOVER_RUNTIME"/> 
    1010    <classpathentry kind="output" path="target/classes"/> 
    1111</classpath>