dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07544
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2165: Codestyle fix
------------------------------------------------------------
revno: 2165
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Sat 2010-09-18 20:26:03 +0200
message:
Codestyle fix
modified:
dhis-live/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-live/pom.xml'
--- dhis-live/pom.xml 2010-09-15 09:44:37 +0000
+++ dhis-live/pom.xml 2010-09-18 18:26:03 +0000
@@ -16,7 +16,8 @@
<defaultGoal>install</defaultGoal>
<plugins>
- <!--jaxb plugin-->
+
+ <!--JAXB plugin-->
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
@@ -32,7 +33,6 @@
</executions>
</plugin>
-
<!-- Maven Assembly -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
@@ -56,8 +56,8 @@
</goals>
</execution>
</executions>
-
</plugin>
+
<!-- Maven Compiler -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
@@ -67,7 +67,8 @@
<target>1.6</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
- </plugin>
+ </plugin
+
<!-- Launch4J -->
<plugin>
<groupId>org.bluestemsoftware.open.maven.plugin</groupId>
@@ -113,7 +114,7 @@
</splash>
</configuration>
</execution>
- <execution>
+ <execution>
<id>embedded</id>
<phase>package</phase>
<goals>
@@ -139,7 +140,7 @@
<windowTitle></windowTitle>
</singleInstance>
<jre>
- <path>jre6</path>
+ <path>jre6</path>
<minVersion>1.6.0_14</minVersion>
<opts>
<opt>-XX:MaxPermSize=256M</opt>