Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--othersrc/otdt-examples/OTSample-Observer-src/observer-zip.jardesc4
-rw-r--r--othersrc/otdt-examples/OTSample-Stopwatch-src/stopwatch-zip.jardesc5
-rw-r--r--plugins/org.eclipse.objectteams.otdt.samples/samples/observer.zipbin12266 -> 11772 bytes
-rw-r--r--plugins/org.eclipse.objectteams.otdt.samples/samples/stopwatch.zipbin36112 -> 34580 bytes
4 files changed, 7 insertions, 2 deletions
diff --git a/othersrc/otdt-examples/OTSample-Observer-src/observer-zip.jardesc b/othersrc/otdt-examples/OTSample-Observer-src/observer-zip.jardesc
index 2fc91c671..fb7daf69e 100644
--- a/othersrc/otdt-examples/OTSample-Observer-src/observer-zip.jardesc
+++ b/othersrc/otdt-examples/OTSample-Observer-src/observer-zip.jardesc
@@ -5,6 +5,8 @@
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
<selectedElements exportClassFiles="false" exportJavaFiles="true" exportOutputFolder="false">
- <javaElement handleIdentifier="=OTSample-Observer-src"/>
+ <file path="/OTSample-Observer-src/.classpath"/>
+ <javaElement handleIdentifier="=OTSample-Observer-src/src"/>
+ <file path="/OTSample-Observer-src/.project"/>
</selectedElements>
</jardesc>
diff --git a/othersrc/otdt-examples/OTSample-Stopwatch-src/stopwatch-zip.jardesc b/othersrc/otdt-examples/OTSample-Stopwatch-src/stopwatch-zip.jardesc
index 1e6e12545..fda6ab1d3 100644
--- a/othersrc/otdt-examples/OTSample-Stopwatch-src/stopwatch-zip.jardesc
+++ b/othersrc/otdt-examples/OTSample-Stopwatch-src/stopwatch-zip.jardesc
@@ -5,6 +5,9 @@
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
<selectedElements exportClassFiles="false" exportJavaFiles="true" exportOutputFolder="false">
- <javaElement handleIdentifier="=OTSample-Stopwatch-src"/>
+ <javaElement handleIdentifier="=OTSample-Stopwatch-src/src"/>
+ <file path="/OTSample-Stopwatch-src/.classpath"/>
+ <file path="/OTSample-Stopwatch-src/.project"/>
+ <folder path="/OTSample-Stopwatch-src/img"/>
</selectedElements>
</jardesc>
diff --git a/plugins/org.eclipse.objectteams.otdt.samples/samples/observer.zip b/plugins/org.eclipse.objectteams.otdt.samples/samples/observer.zip
index 2625b7da4..a1a148b82 100644
--- a/plugins/org.eclipse.objectteams.otdt.samples/samples/observer.zip
+++ b/plugins/org.eclipse.objectteams.otdt.samples/samples/observer.zip
Binary files differ
diff --git a/plugins/org.eclipse.objectteams.otdt.samples/samples/stopwatch.zip b/plugins/org.eclipse.objectteams.otdt.samples/samples/stopwatch.zip
index 8e0d319e7..364d4ec8d 100644
--- a/plugins/org.eclipse.objectteams.otdt.samples/samples/stopwatch.zip
+++ b/plugins/org.eclipse.objectteams.otdt.samples/samples/stopwatch.zip
Binary files differ

Back to the top