1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Migrated samples-attributes to Maven

This commit is contained in:
Carlos Sanchez
2004-11-07 19:57:39 +00:00
parent 0f11f06d5f
commit 89d6dbf7b6
5 changed files with 43 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<project>
<extend>${basedir}/../project.xml</extend>
<dependencies>
<dependency>
<groupId>acegi</groupId>
<artifactId>acegi-security</artifactId>
<version>0.7-SNAPSHOT</version>
<url>http://acegisecurity.sourceforge.net</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
</dependencies>
</project>