Changeset 23

Show
Ignore:
Timestamp:
09/24/07 18:50:22 (1 year ago)
Author:
max
Message:
 
Location:
branches/aspectj_planetsim
Files:
5 added
2 modified

Legend:

Unmodified
Added
Removed
  • branches/aspectj_planetsim/.classpath

    r2 r23  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    55        <classpathentry kind="lib" path="lib/junit.jar"/> 
     6        <classpathentry kind="con" path="org.eclipse.ajdt.core.ASPECTJRT_CONTAINER"/> 
    67        <classpathentry kind="output" path="out"/> 
    78</classpath> 
  • branches/aspectj_planetsim/.project

    r2 r23  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<projectDescription> 
    3         <name>planetsim_3.0</name> 
     3        <name>aspectj_planetsim</name> 
    44        <comment></comment> 
    55        <projects> 
     
    77        <buildSpec> 
    88                <buildCommand> 
    9                         <name>org.eclipse.jdt.core.javabuilder</name> 
     9                        <name>org.eclipse.ajdt.core.ajbuilder</name> 
    1010                        <arguments> 
    1111                        </arguments> 
     
    1313        </buildSpec> 
    1414        <natures> 
     15                <nature>org.eclipse.ajdt.ui.ajnature</nature> 
    1516                <nature>org.eclipse.jdt.core.javanature</nature> 
    1617        </natures>