diff options
author | Stephan Herrmann | 2010-04-26 15:35:08 +0000 |
---|---|---|
committer | Stephan Herrmann | 2010-04-26 15:35:08 +0000 |
commit | b1902c3f9151d0ab2c52ae54ffdf0f085892a6b2 (patch) | |
tree | 6c791d36cc7cdb1eaf0603ec108578ec1cf7fe57 /othersrc | |
parent | 22a00c64fa702d406b5de9a0b872d2ba163279f3 (diff) | |
download | org.eclipse.objectteams-b1902c3f9151d0ab2c52ae54ffdf0f085892a6b2.tar.gz org.eclipse.objectteams-b1902c3f9151d0ab2c52ae54ffdf0f085892a6b2.tar.xz org.eclipse.objectteams-b1902c3f9151d0ab2c52ae54ffdf0f085892a6b2.zip |
exclude .jardesc files which got accidentally shipped.
Diffstat (limited to 'othersrc')
-rw-r--r-- | othersrc/otdt-examples/OTSample-Observer-src/observer-zip.jardesc | 4 | ||||
-rw-r--r-- | othersrc/otdt-examples/OTSample-Stopwatch-src/stopwatch-zip.jardesc | 5 |
2 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> |