summaryrefslogtreecommitdiff
path: root/gitconfig.SAMPLE
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-12-22 21:02:41 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-12-22 21:08:55 +0100
commitb79ee63dae1df0a5d840a9e1fd20f965a5ce3461 (patch)
treefb3a916fec95dedd2e65f4d94069d38f28755ef9 /gitconfig.SAMPLE
parent9f0594c57716ed551918e15be6da843982e8ba12 (diff)
downloadscala-b79ee63dae1df0a5d840a9e1fd20f965a5ce3461.tar.gz
scala-b79ee63dae1df0a5d840a9e1fd20f965a5ce3461.tar.bz2
scala-b79ee63dae1df0a5d840a9e1fd20f965a5ce3461.zip
Fix Ant uptodate checking in OSGI JAR creation
Changes to the compiler or library were not triggering recreation of the OSGI JARs, which are used in the local maven deployment tasks. Reason: this Ant-ipattern: <fileset base="/foo"> <include name="/foo/bar.baz"/> </fileset> Instead, we should use a <filelist/>, which doesn't require a base directory. This can be composed into a <srcresources/> element in the <uptodate/>. Phew!
Diffstat (limited to 'gitconfig.SAMPLE')
0 files changed, 0 insertions, 0 deletions