Updated forge-gui-mobile(-dev) poms to reference the forge pom as a parent. Updated card prices url to cardforge.link.

This commit is contained in:
Krazy
2015-07-21 01:20:37 +00:00
parent 17730292be
commit 815fd10313
3 changed files with 16 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>forge</groupId>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.42-SNAPSHOT</version>
</parent>
<artifactId>forge-gui-mobile-dev</artifactId>
<version>1.5.42-SNAPSHOT</version>
<name>Forge Mobile Dev</name>

View File

@@ -1,9 +1,16 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>forge</groupId>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.5.42-SNAPSHOT</version>
</parent>
<artifactId>forge-gui-mobile</artifactId>
<version>1.5.42-SNAPSHOT</version>
<name>Forge Mobile</name>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>

View File

@@ -176,7 +176,7 @@ public final class ForgeConstants {
// URLs
private static final String URL_CARDFORGE = "http://downloads.cardforge.link";
public static final String URL_PIC_DOWNLOAD = URL_CARDFORGE + "/images/cards/";
public static final String URL_PRICE_DOWNLOAD = "http://www.cardforge.link/MagicInfo/pricegen.php";
public static final String URL_PRICE_DOWNLOAD = "http://downloads.cardforge.link/all-prices.txt";
// Constants for Display Card Identity game setting
public static final String DISP_CURRENT_COLORS_ALWAYS = "Always";