mirror of
https://github.com/apache/openjpa.git
synced 2025-02-10 03:56:23 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@425608 13f79535-47bb-0310-9956-ffa450edef68
17 lines
349 B
XML
17 lines
349 B
XML
<assembly>
|
|
<id>sources</id>
|
|
<formats>
|
|
<format>zip</format>
|
|
</formats>
|
|
<includeBaseDirectory>true</includeBaseDirectory>
|
|
<fileSets>
|
|
<fileSet>
|
|
<directory>..</directory>
|
|
<outputDirectory></outputDirectory>
|
|
<excludes>
|
|
<exclude>**/target/**</exclude>
|
|
</excludes>
|
|
</fileSet>
|
|
</fileSets>
|
|
</assembly>
|