[menya] r92 committed - Reformatted

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 9, 2009, 8:09:35 AM12/9/09
to menya...@googlegroups.com
Revision: 92
Author: berger.max
Date: Wed Dec 9 05:06:40 2009
Log: Reformatted

http://code.google.com/p/menya/source/detail?r=92

Modified:
/trunk/MENYA/pom.xml

=======================================
--- /trunk/MENYA/pom.xml Wed Dec 9 05:04:25 2009
+++ /trunk/MENYA/pom.xml Wed Dec 9 05:06:40 2009
@@ -1,148 +1,147 @@
<?xml version="1.0"?>
-<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>
- <groupId>com.googlecode</groupId>
- <artifactId>menya</artifactId>
- <name>Menya</name>
- <version>0.1.0-SNAPSHOT</version>
- <inceptionYear>2009</inceptionYear>
- <licenses>
- <license>
- <name>GNU Lesser Public License, Version 3.0</name>
- <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
- <distribution>manual</distribution>
- </license>
- </licenses>
- <scm>
- <connection>scm:svn:http://menya.googlecode.com/svn/trunk</connection>
- <developerConnection>scm:svn:https://menya.googlecode.com/svn/trunk
+<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>
+ <groupId>com.googlecode</groupId>
+ <artifactId>menya</artifactId>
+ <name>Menya</name>
+ <version>0.1.0-SNAPSHOT</version>
+ <inceptionYear>2009</inceptionYear>
+ <licenses>
+ <license>
+ <name>GNU Lesser Public License, Version 3.0</name>
+ <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
+ <distribution>manual</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <connection>scm:svn:http://menya.googlecode.com/svn/trunk</connection>
+ <developerConnection>scm:svn:https://menya.googlecode.com/svn/trunk
</developerConnection>
- <url>http://code.google.com/p/menya/source/browse</url>
- </scm>
- <build>
- <defaultGoal>package</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <debug>false</debug>
- <optimize>true</optimize>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.freehep</groupId>
- <artifactId>freehep-nar-plugin</artifactId>
- <version>2.0-alpha-10</version>
- <extensions>true</extensions>
- <configuration>
- <classifiers>
- <classifier>x86-Windows-g++</classifier>
- <!-- <classifier>ppc-MacOSX-g++</classifier> -->
- <classifier>amd64-Linux-g++</classifier>
- <classifier>i386-Linux-g++</classifier>
- </classifiers>
- <linker>
- <name>g++</name>
- </linker>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>nar-download</goal>
- <goal>nar-unpack</goal>
- <goal>nar-assembly</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>appassembler-maven-plugin</artifactId>
- <version>1.0</version>
- <configuration>
- <programs>
- <program>
- <mainClass>menya.gui.GUI</mainClass>
- <name>menya</name>
- </program>
- </programs>
- <repositoryLayout>flat</repositoryLayout>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>create-repository</goal>
- <goal>assemble</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-3</version>
- <configuration>
- <descriptors>
- <descriptor>src/assemble/distribution.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>max-private</id>
- <url>http://max.berger.name/m2</url>
- </repository>
- <repository>
- <id>freehep-maven</id>
- <name>Maven FreeHEP</name>
- <url>http://java.freehep.org/maven2</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.8</version>
- <type>jar</type>
- <classifier>jdk15</classifier>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- <version>0.8.0-incubating</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.jpen</groupId>
- <artifactId>jpen</artifactId>
- <version>2.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
+ <url>http://code.google.com/p/menya/source/browse</url>
+ </scm>
+ <build>
+ <defaultGoal>package</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <debug>false</debug>
+ <optimize>true</optimize>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.freehep</groupId>
+ <artifactId>freehep-nar-plugin</artifactId>
+ <version>2.0-alpha-10</version>
+ <extensions>true</extensions>
+ <configuration>
+ <classifiers>
+ <classifier>x86-Windows-g++</classifier>
+<!-- <classifier>ppc-MacOSX-g++</classifier> -->
+ <classifier>amd64-Linux-g++</classifier>
+ <classifier>i386-Linux-g++</classifier>
+ </classifiers>
+ <linker>
+ <name>g++</name>
+ </linker>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>nar-download</goal>
+ <goal>nar-unpack</goal>
+ <goal>nar-assembly</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>appassembler-maven-plugin</artifactId>
+ <version>1.0</version>
+ <configuration>
+ <programs>
+ <program>
+ <mainClass>menya.gui.GUI</mainClass>
+ <name>menya</name>
+ </program>
+ </programs>
+ <repositoryLayout>flat</repositoryLayout>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>create-repository</goal>
+ <goal>assemble</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-3</version>
+ <configuration>
+ <descriptors>
+ <descriptor>src/assemble/distribution.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>max-private</id>
+ <url>http://max.berger.name/m2</url>
+ </repository>
+ <repository>
+ <id>freehep-maven</id>
+ <name>Maven FreeHEP</name>
+ <url>http://java.freehep.org/maven2</url>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.8</version>
+ <type>jar</type>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ <version>0.8.0-incubating</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.jpen</groupId>
+ <artifactId>jpen</artifactId>
+ <version>2.1-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <configLocation>checkstyle.xml</configLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
</project>

Reply all
Reply to author
Forward
0 new messages