Use ISO encoding to avoid problems

Removed unneeded exclude
Use jcifs from ibiblio
This commit is contained in:
Carlos Sanchez 2005-12-22 16:24:57 +00:00
parent 39cf954a45
commit 45308643c9
1 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
* ========================================================================
*
@ -149,7 +149,7 @@
<name>Andrew Petro</name>
</contributor>
<contributor>
<name>Sergio Berná</name>
<name>Sergio Berna</name>
</contributor>
<contributor>
<name>Aaron Tang</name>
@ -317,7 +317,7 @@
</properties>
</dependency>
<dependency>
<groupId>jcifs</groupId>
<groupId>org.samba.jcifs</groupId>
<artifactId>jcifs</artifactId>
<version>1.2.6</version>
<type>jar</type>
@ -457,9 +457,6 @@
<includes>
<include>**/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</resources>