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:
parent
b24e1134f9
commit
298dce2940
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
<!-- Scala -->
|
||||
<package name="scala.**" />
|
||||
|
||||
<!-- JNA, including embedded native libraries -->
|
||||
<dir name="com/sun/jna" />
|
||||
</dependencies>
|
||||
</executable>
|
||||
<release>
|
||||
|
|
|
|||
Loading…
Reference in New Issue