Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-06-02 18:04:31 +0000
committerStephan Herrmann2011-06-02 18:04:31 +0000
commitee78fc87cc5dae76d2da07596e9a0cb1727ac01c (patch)
tree1cae993a1407bb802d1177ef498e980ea17fd6a6
parent5996c3663346be409f413c6be351272d4c5c8020 (diff)
downloadorg.eclipse.objectteams-ee78fc87cc5dae76d2da07596e9a0cb1727ac01c.tar.gz
org.eclipse.objectteams-ee78fc87cc5dae76d2da07596e9a0cb1727ac01c.tar.xz
org.eclipse.objectteams-ee78fc87cc5dae76d2da07596e9a0cb1727ac01c.zip
avoid shipping bogus .svn directories in this sample
-rw-r--r--othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc7
1 files changed, 6 insertions, 1 deletions
diff --git a/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc b/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc
index 8391acc63..78d703e18 100644
--- a/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc
+++ b/othersrc/otdt-examples/OTSample-ordersystem-src/ordersystem-zip.jardesc
@@ -5,9 +5,14 @@
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
<selectedElements exportClassFiles="false" exportJavaFiles="true" exportOutputFolder="false">
- <javaElement handleIdentifier="=OTSample-ordersystem-src/src"/>
+ <javaElement handleIdentifier="=OTSample-ordersystem-src/src&lt;org.eclipse.objectteams.samples.ordersystem.gui"/>
<file path="/OTSample-ordersystem-src/Intro0.html"/>
+ <javaElement handleIdentifier="=OTSample-ordersystem-src/src&lt;org.eclipse.objectteams.samples.ordersystem.store"/>
+ <javaElement handleIdentifier="=OTSample-ordersystem-src/src&lt;org.eclipse.objectteams.samples.ordersystem.reservation"/>
+ <javaElement handleIdentifier="=OTSample-ordersystem-src/src&lt;org.eclipse.objectteams.samples.ordersystem.order"/>
<file path="/OTSample-ordersystem-src/.project"/>
<file path="/OTSample-ordersystem-src/.classpath"/>
+ <javaElement handleIdentifier="=OTSample-ordersystem-src/src&lt;org.eclipse.objectteams.samples.ordersystem.data"/>
+ <javaElement handleIdentifier="=OTSample-ordersystem-src/src&lt;org.eclipse.objectteams.samples.ordersystem"/>
</selectedElements>
</jardesc>

Back to the top