Changeset 23
- Timestamp:
- 09/24/07 18:50:22 (1 year ago)
- Location:
- branches/aspectj_planetsim
- Files:
-
- 5 added
- 2 modified
-
.classpath (modified) (1 diff)
-
.project (modified) (3 diffs)
-
.settings (added)
-
.settings/org.eclipse.jdt.core.prefs (added)
-
src/planet/aspect (added)
-
src/planet/aspect/statistic (added)
-
src/planet/aspect/statistic/Statistics.aj (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/aspectj_planetsim/.classpath
r2 r23 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 5 <classpathentry kind="lib" path="lib/junit.jar"/> 6 <classpathentry kind="con" path="org.eclipse.ajdt.core.ASPECTJRT_CONTAINER"/> 6 7 <classpathentry kind="output" path="out"/> 7 8 </classpath> -
branches/aspectj_planetsim/.project
r2 r23 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> planetsim_3.0</name>3 <name>aspectj_planetsim</name> 4 4 <comment></comment> 5 5 <projects> … … 7 7 <buildSpec> 8 8 <buildCommand> 9 <name>org.eclipse. jdt.core.javabuilder</name>9 <name>org.eclipse.ajdt.core.ajbuilder</name> 10 10 <arguments> 11 11 </arguments> … … 13 13 </buildSpec> 14 14 <natures> 15 <nature>org.eclipse.ajdt.ui.ajnature</nature> 15 16 <nature>org.eclipse.jdt.core.javanature</nature> 16 17 </natures>
