Reverted r270 changes for all pom files. Added some files to svn:ignore.

This commit is contained in:
magenoxx 2010-10-28 09:16:36 +00:00
parent 3a784f59ee
commit b0e4549959
12 changed files with 46 additions and 30 deletions

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-client</artifactId>
<artifactId>Mage-Client</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Client</name>
@ -19,17 +19,17 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-common</artifactId>
<artifactId>Mage-Common</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-sets</artifactId>
<artifactId>Mage-Sets</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>
@ -39,7 +39,6 @@
<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>
@ -51,7 +50,26 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>mage.client.MageFrame</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/distribution.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
<finalName>mage-client</finalName>

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-common</artifactId>
<artifactId>Mage-Common</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Common Classes</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-deck-contructed</artifactId>
<artifactId>Mage-Deck-Contructed</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Deck Constructed</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-game-freeforall</artifactId>
<artifactId>Mage-Game-FreeForAll</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Game Free For All</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-game-twoplayerduel</artifactId>
<artifactId>Mage-Game-TwoPlayerDuel</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Game Two Player</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-player-ai</artifactId>
<artifactId>Mage-Player-AI</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Player AI</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -19,12 +19,12 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-player-ai</artifactId>
<artifactId>Mage-Player-AI</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-player-human</artifactId>
<artifactId>Mage-Player-Human</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Player Human</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-server</artifactId>
<artifactId>Mage-Server</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Server</name>
@ -19,19 +19,18 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-common</artifactId>
<artifactId>Mage-Common</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-sets</artifactId>
<artifactId>Mage-Sets</artifactId>
<version>${mage-version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>

View file

@ -43,7 +43,6 @@ import java.util.logging.Logger;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import mage.Constants;
import mage.Constants.Zone;
import mage.abilities.Ability;
import mage.cards.Card;

View file

@ -10,7 +10,7 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-sets</artifactId>
<artifactId>Mage-Sets</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Sets</name>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
</dependencies>

View file

@ -10,10 +10,10 @@
</parent>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<name>Mage Application</name>
<name>Mage Framework</name>
<url>http://maven.apache.org</url>
<dependencies />