Skip to content

Commit 73a0923

Browse files
committed
changed the whole load mechanism. API breakage!
1 parent e011520 commit 73a0923

File tree

11 files changed

+539
-673
lines changed

11 files changed

+539
-673
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
44
<attributes>
55
<attribute name="maven.pomderived" value="true"/>
66
</attributes>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
eclipse.preferences.version=1
2+
encoding//src/main/java=UTF-8
23
encoding//test/src=ISO-8859-1
34
encoding/<project>=UTF-8
45
encoding/src=UTF-8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.g3force</groupId>
44
<artifactId>configurable</artifactId>
5-
<version>v1.6</version>
5+
<version>v1.7</version>
66
<name>configurable</name>
77

88
<properties>

src/main/java/com/github/g3force/configurable/AConfigClient.java

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)