Skip to content

Commit

Permalink
Added generation of java source jars
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
PeterOdeus authored and egonw committed Nov 2, 2009
1 parent f9a0552 commit e33fba2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Expand Up @@ -400,6 +400,12 @@
</fileset>
</jar>

<jar jarfile="${dist}/jar/cdk-${module}-sources.jar">
<fileset dir="${build.src}/${module}">
<include name="**/*.java" />
</fileset>
</jar>

<!-- clean up afterwards -->
<delete dir="${build.src}/${module}"/>
<delete dir="${build}/${module}"/>
Expand Down

0 comments on commit e33fba2

Please sign in to comment.