Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2010-04-23 11:19:27 +0000
committerStephan Herrmann2010-04-23 11:19:27 +0000
commit8dce75f2a38b97c5eb1a232f8062858d3f6f2cdb (patch)
treef6248a2b6677429721dddfd0eead3cf9b94d39c1 /othersrc
parent11b22452288b66a78076e507d2673f4bf710eb3b (diff)
downloadorg.eclipse.objectteams-8dce75f2a38b97c5eb1a232f8062858d3f6f2cdb.tar.gz
org.eclipse.objectteams-8dce75f2a38b97c5eb1a232f8062858d3f6f2cdb.tar.xz
org.eclipse.objectteams-8dce75f2a38b97c5eb1a232f8062858d3f6f2cdb.zip
update more qualified names in .project.
Diffstat (limited to 'othersrc')
-rw-r--r--othersrc/otdt-examples/OTSample-ATM-src/.project4
-rw-r--r--othersrc/otdt-examples/OTSample-Observer-src/.project4
-rw-r--r--othersrc/otdt-examples/OTSample-Stopwatch-src/.project4
3 files changed, 6 insertions, 6 deletions
diff --git a/othersrc/otdt-examples/OTSample-ATM-src/.project b/othersrc/otdt-examples/OTSample-ATM-src/.project
index 0bd56e57c..3d5742ce6 100644
--- a/othersrc/otdt-examples/OTSample-ATM-src/.project
+++ b/othersrc/otdt-examples/OTSample-ATM-src/.project
@@ -6,13 +6,13 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.objectteams.otdt.builder.OTJBuilder</name>
+ <name>org.eclipse.objectteams.otdt.builder.OTJBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.objectteams.otdt.OTJavaNature</nature>
+ <nature>org.eclipse.objectteams.otdt.OTJavaNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
diff --git a/othersrc/otdt-examples/OTSample-Observer-src/.project b/othersrc/otdt-examples/OTSample-Observer-src/.project
index 37d4665f8..c4d1952cb 100644
--- a/othersrc/otdt-examples/OTSample-Observer-src/.project
+++ b/othersrc/otdt-examples/OTSample-Observer-src/.project
@@ -6,13 +6,13 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.objectteams.otdt.builder.OTJBuilder</name>
+ <name>org.eclipse.objectteams.otdt.builder.OTJBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.objectteams.otdt.OTJavaNature</nature>
+ <nature>org.eclipse.objectteams.otdt.OTJavaNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
diff --git a/othersrc/otdt-examples/OTSample-Stopwatch-src/.project b/othersrc/otdt-examples/OTSample-Stopwatch-src/.project
index 7ce28463d..62998a96c 100644
--- a/othersrc/otdt-examples/OTSample-Stopwatch-src/.project
+++ b/othersrc/otdt-examples/OTSample-Stopwatch-src/.project
@@ -6,13 +6,13 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.objectteams.otdt.builder.OTJBuilder</name>
+ <name>org.eclipse.objectteams.otdt.builder.OTJBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.objectteams.otdt.OTJavaNature</nature>
+ <nature>org.eclipse.objectteams.otdt.OTJavaNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

Back to the top