Author: tchemit Date: 2008-04-18 20:41:04 +0000 (Fri, 18 Apr 2008) New Revision: 583 Modified: trunk/lutinjaxx/core/ trunk/lutinjaxx/core/pom.xml trunk/lutinjaxx/core/src/main/resources/META-INF/services/jaxx.spi.Initializer trunk/lutinjaxx/pom.xml trunk/lutinjaxx/provider/pom.xml trunk/lutinjaxx/provider/swing/pom.xml trunk/lutinjaxx/runtime/pom.xml Log: ne pas utiliser de variable pour la version des modules car cela ne fonctionne pas tres bien... Property changes on: trunk/lutinjaxx/core ___________________________________________________________________ Name: svn:ignore + target Modified: trunk/lutinjaxx/core/pom.xml =================================================================== --- trunk/lutinjaxx/core/pom.xml 2008-04-18 20:16:24 UTC (rev 582) +++ trunk/lutinjaxx/core/pom.xml 2008-04-18 20:41:04 UTC (rev 583) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>core</artifactId> <name>core</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Jaxx lutin library core</description> <build> @@ -34,4 +34,22 @@ </plugin--> </plugins> </build> + + <dependencies> + <dependency> + <groupId>org.codelutin.ui</groupId> + <artifactId>lutinui</artifactId> + <scope>compile</scope> + </dependency> + <!-- pour acceder aux BeansInfos swing via Introspector --> + <dependency> + <groupId>com.sun</groupId> + <artifactId>dt</artifactId> + </dependency> + <!-- pour utiliser javaHelp --> + <dependency> + <groupId>javax.help</groupId> + <artifactId>javahelp</artifactId> + </dependency> + </dependencies> </project> Modified: trunk/lutinjaxx/core/src/main/resources/META-INF/services/jaxx.spi.Initializer =================================================================== --- trunk/lutinjaxx/core/src/main/resources/META-INF/services/jaxx.spi.Initializer 2008-04-18 20:16:24 UTC (rev 582) +++ trunk/lutinjaxx/core/src/main/resources/META-INF/services/jaxx.spi.Initializer 2008-04-18 20:41:04 UTC (rev 583) @@ -1 +1 @@ -jaxx.tags.swing.SwingInitializer \ No newline at end of file +jaxx.DefaultInitializer \ No newline at end of file Modified: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml 2008-04-18 20:16:24 UTC (rev 582) +++ trunk/lutinjaxx/pom.xml 2008-04-18 20:41:04 UTC (rev 583) @@ -35,7 +35,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>pom</name> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Jaxx lutin library main pom</description> <inceptionYear>2008</inceptionYear> @@ -54,9 +54,6 @@ <labs.project>buix</labs.project> - <!-- current version --> - <current.version>0.1-SNAPSHOT</current.version> - <!-- par defaut, mode non verbeux --> <!--maven.verbose>false</maven.verbose--> <!-- compile with ? --> @@ -171,17 +168,17 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>core</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>runtime</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.jaxx.provider</groupId> <artifactId>swing</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <!-- pour acceder aux BeansInfos swing via Introspector --> <dependency> Modified: trunk/lutinjaxx/provider/pom.xml =================================================================== --- trunk/lutinjaxx/provider/pom.xml 2008-04-18 20:16:24 UTC (rev 582) +++ trunk/lutinjaxx/provider/pom.xml 2008-04-18 20:41:04 UTC (rev 583) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <groupId>org.codelutin.jaxx.provider</groupId> @@ -25,7 +25,7 @@ <dependencies> <dependency> <groupId>org.codelutin.jaxx</groupId> - <artifactId>core</artifactId> + <artifactId>runtime</artifactId> </dependency> </dependencies> @@ -33,21 +33,10 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>provider pom</name> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Jaxx lutin library provider pom</description> <inceptionYear>2008</inceptionYear> <packaging>pom</packaging> - - <dependencyManagement> - <dependencies> - <!--dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>core</artifactId> - <version>${current.version}</version> - <scope>compile</scope> - </dependency--> - </dependencies> - </dependencyManagement> - + </project> Modified: trunk/lutinjaxx/provider/swing/pom.xml =================================================================== --- trunk/lutinjaxx/provider/swing/pom.xml 2008-04-18 20:16:24 UTC (rev 582) +++ trunk/lutinjaxx/provider/swing/pom.xml 2008-04-18 20:41:04 UTC (rev 583) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.jaxx.provider</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>swing</artifactId> <name>provider swing</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Jaxx library swing provider</description> <build> @@ -36,20 +36,6 @@ </build> <dependencies> - <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>default</artifactId> - <scope>compile</scope> - </dependency> - <!--dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinui</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <scope>compile</scope> - </dependency--> + </dependencies> </project> Modified: trunk/lutinjaxx/runtime/pom.xml =================================================================== --- trunk/lutinjaxx/runtime/pom.xml 2008-04-18 20:16:24 UTC (rev 582) +++ trunk/lutinjaxx/runtime/pom.xml 2008-04-18 20:41:04 UTC (rev 583) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>runtime</artifactId> <name>runtime</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Jaxx lutin library runtime</description> <build> @@ -41,19 +41,5 @@ <artifactId>core</artifactId> <scope>compile</scope> </dependency> - <!-- pour acceder aux BeansInfos swing via Introspector --> - <dependency> - <groupId>com.sun</groupId> - <artifactId>dt</artifactId> - <!--version>1.6.0</version> - <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> </project>