Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GNU (0.23 sec)

  1. pom.xml

    					<finalName>${project.artifactId}-${project.version}</finalName>
    					<appendAssemblyId>false</appendAssemblyId>
    					<outputDirectory>${project.build.directory}/releases/</outputDirectory>
    					<tarLongFileMode>gnu</tarLongFileMode>
    					<descriptors>
    						<!-- descriptor>${basedir}/src/main/assemblies/targz-bin.xml</descriptor -->
    						<descriptor>${basedir}/src/main/assemblies/zip-bin.xml</descriptor>
    					</descriptors>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  2. pom.xml

    	<description>JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java</description>
    	<licenses>
    		<license>
    			<name>GNU Lesser General Public License, version 2.1</name>
    			<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	<scm>
    		<connection>scm:git:******@****.***:codelibs/jcifs.git</connection>
    XML
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 04 13:19:42 GMT 2024
    - 9.3K bytes
    - Viewed (1)
Back to top