Commit graph

5 commits

Author SHA1 Message Date
Fernando Bellas Permuy
f6f05acc12 ItEr06S04ArquitecturaServidorItEr06S04: Fixed patterns of resources to filter.
Now, by default, only resources matching "*spring-config.xml" or "*hibernate.cfg.xml" located directly on "src/main/resources", or "*spring-config-test.xml" or "*hibernate-test.cfg.xml" located directly on "src/test/resources" are filtered. To apply the patch, rember to execute "mvn clean install" from root directory.
2009-04-30 10:26:19 +02:00
Óscar González Fernández
8c9d2707d6 ItEr06S03ArquitecturaClientesItEr05S03: Updating ZK dependencies to the last version available(1.6.0.1) in maven repository.
Hopefully the last release(1.6.1) will be available soon.
2009-04-29 15:26:05 +02:00
Óscar González Fernández
851fbb3cba Added navalplanner-business and jgrapht as dependencues in root pom.xml file. 2009-04-29 11:55:54 +02:00
Fernando Bellas Permuy
0c7857a89d maven-filtering-bug Maven filtering bug
Now filtering is applied by default only to files matching "*spring-config*.xml" and "*hibernate.cfg*.xml" located directly under "src/{main,test}/resources". After installing the patch, remember to execute "mvn clean install" from root directory.
2009-04-27 12:45:37 +02:00
Alberto Garcia
4f4fe94a8c Initial commit 2009-04-23 11:07:44 +02:00