1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 17:00:08 -09:00

using internal repository for jspf, now works good

This commit is contained in:
Loki 2010-11-02 09:19:45 +00:00
parent 34a0898fb0
commit d9e61a1e59
8 changed files with 15 additions and 15 deletions
Mage.Client
Mage.Common
Mage.Plugins
Mage.Card.Plugin
Mage.Theme.Plugin
pom.xml

View file

@ -1,2 +0,0 @@
rem installs 3d party libs to local repository
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true

View file

@ -1,2 +0,0 @@
# installs 3d party libs to local repository
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true

View file

@ -16,7 +16,7 @@
<name>Mage Client</name> <name>Mage Client</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.mage</groupId> <groupId>org.mage</groupId>
<artifactId>Mage</artifactId> <artifactId>Mage</artifactId>
@ -33,9 +33,9 @@
<version>${mage-version}</version> <version>${mage-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.plugins.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>0.9.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
@ -83,9 +83,5 @@
</plugins> </plugins>
<finalName>mage-client</finalName> <finalName>mage-client</finalName>
</build> </build>
<properties>
<jspf-version>0.9.1</jspf-version>
</properties>
</project> </project>

View file

@ -23,7 +23,7 @@
<version>${mage-version}</version> <version>${mage-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.plugins.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>${jspf-version}</version>
</dependency> </dependency>
@ -43,6 +43,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>

View file

@ -23,7 +23,7 @@
<version>${mage-version}</version> <version>${mage-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.plugins.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>${jspf-version}</version>
</dependency> </dependency>

View file

@ -23,7 +23,7 @@
<version>${mage-version}</version> <version>${mage-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.plugins.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>${jspf-version}</version>
</dependency> </dependency>

View file

@ -26,6 +26,13 @@
<module>Mage.Plugins</module> <module>Mage.Plugins</module>
</modules> </modules>
<repositories>
<repository>
<id>mage.googlecode.com</id>
<url>http://magic--another-game-engine.googlecode.com/svn/trunk/repository</url>
</repository>
</repositories>
<properties> <properties>
<mage-version>0.3</mage-version> <mage-version>0.3</mage-version>
</properties> </properties>