From c61c67746ae48f0cbc5391b0e907486593c5300b Mon Sep 17 00:00:00 2001 From: jendave Date: Mon, 12 Mar 2012 08:12:23 +0000 Subject: [PATCH] update deps. Add package info --- .gitattributes | 1 + pom.xml | 4 ++-- src/main/java/forge/quest/io/package-info.java | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/main/java/forge/quest/io/package-info.java diff --git a/.gitattributes b/.gitattributes index c3cb8eeff53..191e9a8ccc3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11618,6 +11618,7 @@ src/main/java/forge/quest/data/pet/package-info.java svneol=native#text/plain src/main/java/forge/quest/io/PreconReader.java -text src/main/java/forge/quest/io/QuestDataIO.java svneol=native#text/plain src/main/java/forge/quest/io/ReadPriceList.java svneol=native#text/plain +src/main/java/forge/quest/io/package-info.java svneol=native#text/plain src/main/java/forge/quest/package-info.java svneol=native#text/plain src/main/java/forge/util/Base64Coder.java svneol=native#text/plain src/main/java/forge/util/CopyFiles.java svneol=native#text/plain diff --git a/pom.xml b/pom.xml index cc6829418aa..3c1db6cf0d1 100644 --- a/pom.xml +++ b/pom.xml @@ -751,7 +751,7 @@ org.freemarker freemarker - 2.3.18 + 2.3.19 @@ -773,7 +773,7 @@ org.apache.ant ant-commons-logging - 1.8.2 + 1.8.3 commons-discovery diff --git a/src/main/java/forge/quest/io/package-info.java b/src/main/java/forge/quest/io/package-info.java new file mode 100644 index 00000000000..b53092c935e --- /dev/null +++ b/src/main/java/forge/quest/io/package-info.java @@ -0,0 +1,3 @@ +/** Forge Card Game. */ +package forge.quest.io; +