Author: tchemit Date: 2008-07-08 21:11:25 +0000 (Tue, 08 Jul 2008) New Revision: 701 Modified: trunk/lutinjaxx/core/pom.xml trunk/lutinjaxx/core/src/main/java/jaxx/compiler/JAXXCompiler.java Log: use org.codelutin.jaxx:util module Modified: trunk/lutinjaxx/core/pom.xml =================================================================== --- trunk/lutinjaxx/core/pom.xml 2008-07-08 21:10:57 UTC (rev 700) +++ trunk/lutinjaxx/core/pom.xml 2008-07-08 21:11:25 UTC (rev 701) @@ -35,7 +35,12 @@ </plugins> </build> - <dependencies> + <dependencies> + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>util</artifactId> + </dependency> + <!-- pour acceder aux BeansInfos swing via Introspector --> <dependency> <groupId>com.sun</groupId> Modified: trunk/lutinjaxx/core/src/main/java/jaxx/compiler/JAXXCompiler.java =================================================================== --- trunk/lutinjaxx/core/src/main/java/jaxx/compiler/JAXXCompiler.java 2008-07-08 21:10:57 UTC (rev 700) +++ trunk/lutinjaxx/core/src/main/java/jaxx/compiler/JAXXCompiler.java 2008-07-08 21:11:25 UTC (rev 701) @@ -107,7 +107,7 @@ staticImports.add("jaxx.runtime.swing.VBox"); staticImports.add("jaxx.runtime.swing.Table"); staticImports.add("static org.codelutin.i18n.I18n._"); - staticImports.add("static org.codelutin.ui.UIHelper.createImageIcon"); + staticImports.add("static org.codelutin.jaxx.util.UIHelper.createImageIcon"); } private static DefaultObjectHandler firstPassClassTagHandler = new DefaultObjectHandler(ClassDescriptorLoader.getClassDescriptor(Object.class));
participants (1)
-
tchemit@users.labs.libre-entreprise.org