[Buix-commits] r213 - trunk/jaxx
Author: tchemit Date: 2008-02-12 21:12:54 +0000 (Tue, 12 Feb 2008) New Revision: 213 Modified: trunk/jaxx/pom.xml Log: ajout dependance sur javaHelp 2 Modified: trunk/jaxx/pom.xml =================================================================== --- trunk/jaxx/pom.xml 2008-02-12 16:46:18 UTC (rev 212) +++ trunk/jaxx/pom.xml 2008-02-12 21:12:54 UTC (rev 213) @@ -44,6 +44,12 @@ <scope>system</scope> <systemPath>${java.home}/../lib/dt.jar</systemPath> </dependency> + <!-- pour utiliser javaHelp --> + <dependency> + <groupId>javax.help</groupId> + <artifactId>javahelp</artifactId> + <version>2.0.02</version> + </dependency> </dependencies> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org