build>full

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@29497 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 6a79f26f3573775ceccdf21d2db9d2573dad3298
This commit is contained in:
coalado 2015-03-11 15:28:29 +00:00
parent 754bcefac6
commit c6cbccb7e6
4 changed files with 10 additions and 13 deletions

View File

@ -16,9 +16,10 @@
<classpathentry kind="lib" path="ressourcen/libs_ext/jcip-annotations-1.0.jar"/>
<classpathentry kind="lib" path="ressourcen/libs/Filters.jar" sourcepath="ressourcen/code-ressourcen/Filter_src.zip"/>
<classpathentry kind="lib" path="ressourcen/libs_ext/looks.jar"/>
<classpathentry kind="lib" path="ressourcen/libs/laf/synthetica.jar">
<classpathentry kind="lib" path="ressourcen/libs/laf/synthetica.jar" sourcepath="C:/Users/Thomas/Downloads/synthetica.src.2.zip">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/jd/ressourcen/code-ressourcen/synthetica_docs.zip!/"/>
<attribute name="source_encoding" value="UTF-8"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="ressourcen/libs/laf/syntheticaBlackMoon.jar"/>
@ -63,7 +64,7 @@
<classpathentry kind="lib" path="ressourcen/libs/sevenzipjbindingMac.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/MyJDownloaderClient"/>
<classpathentry kind="lib" path="ressourcen/libs/jna_platform.jar"/>
<classpathentry kind="lib" path="ressourcen/libs/UPNP/cling-core.jar" sourcepath="dev/cling-core-2.0-SNAPSHOT-sources.jar">
<classpathentry kind="lib" path="ressourcen/libs/UPNP/cling-core.jar" sourcepath="C:/Users/Thomas/Desktop/cling-distribution-2.0.1">
<attributes>
<attribute name="source_encoding" value="UTF-8"/>
</attributes>

View File

@ -12,6 +12,7 @@ import jd.nutils.encoding.Encoding;
import org.appwork.storage.JSonStorage;
import org.appwork.storage.TypeRef;
import org.appwork.uio.UIOManager;
import org.appwork.utils.Application;
import org.appwork.utils.event.queue.Queue;
import org.appwork.utils.event.queue.QueueAction;
import org.appwork.utils.logging2.LogSource;
@ -21,9 +22,9 @@ public class RecollController {
private static final RecollController INSTANCE = new RecollController();
protected static String HTTP_BASE = "https://reconnect.jdownloader.org/";
static {
// if (!Application.isJared(null)) {
// HTTP_BASE = "https://reconnect.jdownloader.org/test/";
// }
if (!Application.isJared(null)) {
HTTP_BASE = "https://reconnect.jdownloader.org/test/";
}
}
/**

View File

@ -91,12 +91,12 @@ public class DonationDialog extends AbstractDialog<Object> {
@Override
protected int getPreferredHeight() {
return 420;
return 500;
}
@Override
protected int getPreferredWidth() {
return 740;
return 780;
}
public void actionPerformed(final ActionEvent e) {

View File

@ -40,12 +40,7 @@ public enum PayProvider implements LabelInterface {
return _GUI._.DonationDialog_popup_amazon();
}
},
PAYSAFE_CARD() {
@Override
public String getLabel() {
return _GUI._.DonationDialog_popup_paysafe();
}
},
CREDIT_CARD() {
@Override
public String getLabel() {