Revision: 9839
http://languagetool.svn.sourceforge.net/languagetool/?rev=9839&view=rev
Author: dnaber
Date: 2013-04-01 14:46:20 +0000 (Mon, 01 Apr 2013)
Log Message:
-----------
re-indent only
Modified Paths:
--------------
trunk/languagetool/languagetool-webstart/pom.xml
Modified: trunk/languagetool/languagetool-webstart/pom.xml
===================================================================
--- trunk/languagetool/languagetool-webstart/pom.xml 2013-04-01 14:45:06 UTC
(rev 9838)
+++ trunk/languagetool/languagetool-webstart/pom.xml 2013-04-01 14:46:20 UTC
(rev 9839)
@@ -1,50 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.languagetool</groupId>
- <artifactId>languagetool-parent</artifactId>
- <version>2.2-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
+ <parent>
+ <groupId>org.languagetool</groupId>
+ <artifactId>languagetool-parent</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
- <!-- Note: I include the version and groups in each pom, because they
will
- become archetypes -->
+ <!-- Note: I include the version and groups in each pom, because they will
+ become archetypes -->
<artifactId>languagetool-webstart</artifactId>
<name>LanguageTool WebStart version</name>
-
+
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <resource>
- <directory>${basedir}</directory>
- <targetPath>META-INF</targetPath>
- </resource>
- </resources>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>${basedir}</directory>
+ <targetPath>META-INF</targetPath>
+ </resource>
+ </resources>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
-
<tagBase>https://languagetool.svn.sourceforge.net/svnroot/languagetool/tags/</tagBase>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.12</version>
- <configuration>
- <argLine>-Xms256m -Xmx256m</argLine>
- </configuration>
- </plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+
<tagBase>https://languagetool.svn.sourceforge.net/svnroot/languagetool/tags/</tagBase>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12</version>
+ <configuration>
+ <argLine>-Xms256m -Xmx256m</argLine>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-maven-plugin</artifactId>
<version>1.0-beta-3</version>
@@ -57,8 +57,8 @@
</executions>
<configuration>
- <excludeTransitive>true</excludeTransitive>
-
+ <excludeTransitive>true</excludeTransitive>
+
<jnlp>
<!-- we play with the resource path and template relative path to
test MOJO-391 -->
<!--inputTemplateResourcePath>${project.basedir}/src/</inputTemplateResourcePath>
-->
@@ -97,54 +97,54 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <descriptor>src/main/assembly/jnlp.xml</descriptor>
- <finalName>LanguageTool-${project.version}</finalName>
- <appendAssemblyId>false</appendAssemblyId>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- <addExtensions>false</addExtensions>
- </manifest>
- </archive>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <descriptor>src/main/assembly/jnlp.xml</descriptor>
+ <finalName>LanguageTool-${project.version}</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ <addExtensions>false</addExtensions>
+ </manifest>
+ </archive>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.languagetool</groupId>
- <artifactId>languagetool-standalone</artifactId>
- <version>2.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>org.languagetool</groupId>
+ <artifactId>languagetool-standalone</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
- <repositories>
- <repository>
- <id>info-bliki-repository</id>
- <url>http://gwtwiki.googlecode.com/svn/maven-repository/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
+ <repositories>
+ <repository>
+ <id>info-bliki-repository</id>
+ <url>http://gwtwiki.googlecode.com/svn/maven-repository/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
- <packaging>pom</packaging>
+ <packaging>pom</packaging>
</project>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits