Adding the native jna support libraries from the jna.jar to the Queue package jar.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4965 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-01-08 10:48:30 +00:00
parent b24e1134f9
commit 298dce2940
2 changed files with 10 additions and 0 deletions

View File

@ -147,6 +147,13 @@
<xsl:for-each select="file">
<fileset file="{$staging.dir}/{@name}" />
</xsl:for-each>
<xsl:for-each select="dir">
<fileset dir="{$staging.dir}">
<xsl:attribute name="includes">
<xsl:value-of select="concat(@name,'/**')"/>
</xsl:attribute>
</fileset>
</xsl:for-each>
</xsl:template>
<!-- Determine the short name (filename w/o directory structure of the given filename -->

View File

@ -14,6 +14,9 @@
<!-- Scala -->
<package name="scala.**" />
<!-- JNA, including embedded native libraries -->
<dir name="com/sun/jna" />
</dependencies>
</executable>
<release>