diff options
author | Stephan Herrmann | 2010-05-24 22:04:20 +0000 |
---|---|---|
committer | Stephan Herrmann | 2010-05-24 22:04:20 +0000 |
commit | 384796b7df78690af8bb25fe5f747a8e962c282f (patch) | |
tree | 850aae8194a8e960b18cfca27aea09f591d78c47 /othersrc | |
parent | 679f41003e63780afff4294dd9f5b0446565863c (diff) | |
download | org.eclipse.objectteams-384796b7df78690af8bb25fe5f747a8e962c282f.tar.gz org.eclipse.objectteams-384796b7df78690af8bb25fe5f747a8e962c282f.tar.xz org.eclipse.objectteams-384796b7df78690af8bb25fe5f747a8e962c282f.zip |
fixed qualified name in sample .project.
Diffstat (limited to 'othersrc')
-rw-r--r-- | othersrc/otdt-examples/OTSample-Flightbonus-src/src/.project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/othersrc/otdt-examples/OTSample-Flightbonus-src/src/.project b/othersrc/otdt-examples/OTSample-Flightbonus-src/src/.project index f51313f74..7dc4f90ef 100644 --- a/othersrc/otdt-examples/OTSample-Flightbonus-src/src/.project +++ b/othersrc/otdt-examples/OTSample-Flightbonus-src/src/.project @@ -6,13 +6,13 @@ </projects> <buildSpec> <buildCommand> - <name>org.eclipse.objectteams.example.otdt.builder.OTJBuilder</name> + <name>org.eclipse.objectteams.otdt.builder.OTJBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.objectteams.example.otdt.OTJavaNature</nature> + <nature>org.eclipse.objectteams.otdt.OTJavaNature</nature> </natures> </projectDescription> |