mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user