Explorar o código

Use ISO encoding to avoid problems
Removed unneeded exclude
Use jcifs from ibiblio

Carlos Sanchez %!s(int64=19) %!d(string=hai) anos
pai
achega
45308643c9
Modificáronse 1 ficheiros con 3 adicións e 6 borrados
  1. 3 6
      project.xml

+ 3 - 6
project.xml

@@ -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>