diff options
author | Stephan Herrmann | 2010-04-21 16:26:39 +0000 |
---|---|---|
committer | Stephan Herrmann | 2010-04-21 16:26:39 +0000 |
commit | e2f38c5a05a553e8c35d257ec8609d5b456de30c (patch) | |
tree | f22f4719b36806fa806a1179abc99b97839ae224 /othersrc | |
parent | 3605c8228f8610fcd3ab135dccf7a9e963766137 (diff) | |
download | org.eclipse.objectteams-e2f38c5a05a553e8c35d257ec8609d5b456de30c.tar.gz org.eclipse.objectteams-e2f38c5a05a553e8c35d257ec8609d5b456de30c.tar.xz org.eclipse.objectteams-e2f38c5a05a553e8c35d257ec8609d5b456de30c.zip |
Fixed paths/qualified names to org.eclipse.objectteams, deploy compiled archives into the target plugin.
Diffstat (limited to 'othersrc')
-rw-r--r-- | othersrc/otdt-examples/OTSample-Flightbonus-src/.project | 4 | ||||
-rw-r--r-- | othersrc/otdt-examples/OTSample-Flightbonus-src/src/lib/booking.jar | bin | 0 -> 48780 bytes | |||
-rw-r--r-- | othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/othersrc/otdt-examples/OTSample-Flightbonus-src/.project b/othersrc/otdt-examples/OTSample-Flightbonus-src/.project index 8d99dca0f..1728165a0 100644 --- a/othersrc/otdt-examples/OTSample-Flightbonus-src/.project +++ b/othersrc/otdt-examples/OTSample-Flightbonus-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-Flightbonus-src/src/lib/booking.jar b/othersrc/otdt-examples/OTSample-Flightbonus-src/src/lib/booking.jar Binary files differnew file mode 100644 index 000000000..54fc8479a --- /dev/null +++ b/othersrc/otdt-examples/OTSample-Flightbonus-src/src/lib/booking.jar diff --git a/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc b/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc index 3ecf58adb..8391acc63 100644 --- a/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc +++ b/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <jardesc> - <jar path="org.objectteams.otdt.samples/samples/ordersystem.zip"/> + <jar path="org.eclipse.objectteams.otdt.samples/samples/ordersystem.zip"/> <options buildIfNeeded="true" compress="true" descriptionLocation="/OTSample-ordersystem-src/ordersystem-zip.jardesc" exportErrors="false" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" saveDescription="true" storeRefactorings="false" useSourceFolders="true"/> <storedRefactorings deprecationInfo="true" structuralOnly="false"/> <selectedProjects/> |