Skip to content

Commit

Permalink
added accountsclient to local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
weaondara committed Mar 10, 2015
1 parent 43b1235 commit 8567f78
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 0 deletions.
Binary file not shown.
@@ -0,0 +1,43 @@
<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>com.mojang</groupId>
<artifactId>AccountsClient</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
</properties>
</project>
@@ -0,0 +1,4 @@
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Mon May 05 20:41:25 CEST 2014
AccountsClient-0.0.1-SNAPSHOT.pom>=
AccountsClient-0.0.1-SNAPSHOT.jar>=
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>com.mojang</groupId>
<artifactId>AccountsClient</artifactId>
<version>0.0.1-SNAPSHOT</version>
<versioning>
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20140505184125</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20140505184125</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20140505184125</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
@@ -0,0 +1,24 @@
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Tue Mar 10 09:49:00 CET 2015
maven-metadata-vault-repo.xml.lastUpdated=1425957625740
maven-metadata-md5-repo.xml.error=
maven-metadata-bungee-repo.xml.error=
maven-metadata-md5-repo.xml.lastUpdated=1425956500085
maven-metadata-sk89q-repo.xml.error=
maven-metadata-sk89q-repo.xml.lastUpdated=1425957353583
maven-metadata-spigot-repo.xml.lastUpdated=1425955697793
maven-metadata-central.xml.lastUpdated=1425977340541
maven-metadata-bungee-repo.xml.lastUpdated=1425955700452
maven-metadata-spigot-repo.xml.error=
maven-metadata-md_5-public.xml.error=
maven-metadata-essentials-repo.xml.lastUpdated=1425956094427
maven-metadata-md_5-releases.xml.error=
maven-metadata-maven-repo.xml.error=
maven-metadata-md5-snapshot.xml.error=
maven-metadata-maven-repo.xml.lastUpdated=1425977270902
maven-metadata-essentials-repo.xml.error=
maven-metadata-central.xml.error=
maven-metadata-md5-snapshot.xml.lastUpdated=1425976704708
maven-metadata-md_5-releases.xml.lastUpdated=1425956542305
maven-metadata-vault-repo.xml.error=
maven-metadata-md_5-public.xml.lastUpdated=1425976610619
11 changes: 11 additions & 0 deletions lib/repository/com/mojang/AccountsClient/maven-metadata-local.xml
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.mojang</groupId>
<artifactId>AccountsClient</artifactId>
<versioning>
<versions>
<version>0.0.1-SNAPSHOT</version>
</versions>
<lastUpdated>20140505184125</lastUpdated>
</versioning>
</metadata>

0 comments on commit 8567f78

Please sign in to comment.