Author: tchemit Date: 2009-01-11 21:24:17 +0000 (Sun, 11 Jan 2009) New Revision: 1307 Modified: lutini18neditor/trunk/changelog.txt lutini18neditor/trunk/pom.xml Log: use lutinproject 3.3 Modified: lutini18neditor/trunk/changelog.txt =================================================================== --- lutini18neditor/trunk/changelog.txt 2009-01-07 09:40:40 UTC (rev 1306) +++ lutini18neditor/trunk/changelog.txt 2009-01-11 21:24:17 UTC (rev 1307) @@ -1,4 +1,5 @@ 0.3 ?? 2008???? + * 20090111 [chemit] use lutinproject 3.3 * 20081205 [chemit] use lutinproject 3.2, make minimal site * 20081118 [chemit] use lutinproject 3.1, produce javadoc * 20081117 [chemit] bump jaxx to 0.6 Modified: lutini18neditor/trunk/pom.xml =================================================================== --- lutini18neditor/trunk/pom.xml 2009-01-07 09:40:40 UTC (rev 1306) +++ lutini18neditor/trunk/pom.xml 2009-01-11 21:24:17 UTC (rev 1307) @@ -11,7 +11,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.2</version> + <version>3.3</version> </parent> <artifactId>lutini18neditor</artifactId> @@ -30,8 +30,8 @@ <!--Jaxx--> <dependency> - <groupId>org.codelutin</groupId> - <artifactId>jaxx-core</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-runtime-swing</artifactId> <scope>compile</scope> <version>${jaxx.version}</version> </dependency> @@ -61,10 +61,10 @@ <labs.project>lutinutil</labs.project> <!-- jaxx version --> - <jaxx.version>0.6</jaxx.version> + <!--jaxx.version>0.6</jaxx.version--> <!-- lutinutil version --> - <lutinutil.version>1.0-SNAPSHOT</lutinutil.version> + <!--lutinutil.version>1.0-SNAPSHOT</lutinutil.version--> <!-- main class in jar --> <maven.jar.main.class>org.codelutin.i18n.editor.I18nEditor</maven.jar.main.class> @@ -74,19 +74,15 @@ <keystorealias>CodeLutin</keystorealias> <keystorepass>codelutin</keystorepass> <jnlp.build.directory>${project.build.directory}/jnlp</jnlp.build.directory> - + </properties> <build> <plugins> <plugin> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> - <version>${jaxx.version}</version> - <configuration> - <src>${basedir}/src/main/java</src> - </configuration> <executions> <execution> <goals> @@ -124,10 +120,6 @@ </plugin> <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - - <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> @@ -139,25 +131,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-2</version> - <configuration> - <descriptors> - <descriptor>src/main/assembly/bin.xml</descriptor> - </descriptors> - </configuration> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>attached</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> </build> @@ -174,12 +147,11 @@ <profiles> <profile> - <id>jnlp</id> + <id>release-profile</id> <activation> - <!-- by default jnlp is created, use -DdoJnlp=false to disable this build (for dev...)--> <property> - <name>doJnlp</name> - <value>!false</value> + <name>performRelease</name> + <value>true</value> </property> </activation> <build> @@ -251,6 +223,25 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-2</version> + <configuration> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + </descriptors> + </configuration> + <executions> + <execution> + <phase>verify</phase> + <goals> + <goal>attached</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>1.0-alpha-2-cl_20081018</version>