|
Java example source code file (bin.xml)
The bin.xml Java example source code<?xml version="1.0"?> <assembly> <id>bin <formats> <format>tar.gz </formats> <dependencySets> <dependencySet> <outputDirectory>lib </dependencySet> </dependencySets> <fileSets> <fileSet> <includes> <include>README.txt </includes> </fileSet> <fileSet> <directory>src/main/resources/ <outputDirectory>bin <includes> <include>dl4j </includes> <lineEnding>unix <fileMode>0755 </fileSet> <fileSet> <directory>target <outputDirectory>./ <includes> <include>*.jar </includes> </fileSet> </fileSets> </assembly> Other Java examples (source code examples)Here is a short list of links related to this Java bin.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.