about summary refs log tree commit diff stats
path: root/client/trunk
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-07-29 02:01:42 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-07-29 02:01:42 +0000
commita31b51792e4eddf47312cd2362ccff568eab19e8 (patch)
treeb8bf451ea98d19271f3975fa697b0f970cec4848 /client/trunk
parenta344edd79341baf78c61e337ecc588c1f6c9c597 (diff)
downloadinstadisc-a31b51792e4eddf47312cd2362ccff568eab19e8.tar.gz
instadisc-a31b51792e4eddf47312cd2362ccff568eab19e8.tar.bz2
instadisc-a31b51792e4eddf47312cd2362ccff568eab19e8.zip
Client: Encapsulated classpath JARs
Moved required classpath JARs into a SVN controlled folder so that they are available to anyone who wishes to help develop InstaDisc. Note that the Appframework and Spring-worker JARs were not encapsulated. If you wish to help develop InstaDisc, you'd best be off using NetBeans.
Diffstat (limited to 'client/trunk')
-rw-r--r--client/trunk/lib/commons-logging-1.1.jarbin0 -> 52915 bytes
-rw-r--r--client/trunk/lib/je-3.3.62.jarbin0 -> 1251989 bytes
-rw-r--r--client/trunk/lib/ws-commons-util-1.0.2.jarbin0 -> 34407 bytes
-rw-r--r--client/trunk/lib/xmlrpc-client-3.1.jarbin0 -> 45124 bytes
-rw-r--r--client/trunk/lib/xmlrpc-common-3.1.jarbin0 -> 104038 bytes
-rw-r--r--client/trunk/lib/xmlrpc-server-3.1.jarbin0 -> 75310 bytes
-rw-r--r--client/trunk/nbproject/project.properties14
-rw-r--r--client/trunk/src/com/fourisland/instadisc/FirstRun/Step2.java5
-rw-r--r--client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties4
9 files changed, 12 insertions, 11 deletions
diff --git a/client/trunk/lib/commons-logging-1.1.jar b/client/trunk/lib/commons-logging-1.1.jar new file mode 100644 index 0000000..2ff9bbd --- /dev/null +++ b/client/trunk/lib/commons-logging-1.1.jar
Binary files differ
diff --git a/client/trunk/lib/je-3.3.62.jar b/client/trunk/lib/je-3.3.62.jar new file mode 100644 index 0000000..1ec9577 --- /dev/null +++ b/client/trunk/lib/je-3.3.62.jar
Binary files differ
diff --git a/client/trunk/lib/ws-commons-util-1.0.2.jar b/client/trunk/lib/ws-commons-util-1.0.2.jar new file mode 100644 index 0000000..3fc364e --- /dev/null +++ b/client/trunk/lib/ws-commons-util-1.0.2.jar
Binary files differ
diff --git a/client/trunk/lib/xmlrpc-client-3.1.jar b/client/trunk/lib/xmlrpc-client-3.1.jar new file mode 100644 index 0000000..a76e6ec --- /dev/null +++ b/client/trunk/lib/xmlrpc-client-3.1.jar
Binary files differ
diff --git a/client/trunk/lib/xmlrpc-common-3.1.jar b/client/trunk/lib/xmlrpc-common-3.1.jar new file mode 100644 index 0000000..862098b --- /dev/null +++ b/client/trunk/lib/xmlrpc-common-3.1.jar
Binary files differ
diff --git a/client/trunk/lib/xmlrpc-server-3.1.jar b/client/trunk/lib/xmlrpc-server-3.1.jar new file mode 100644 index 0000000..bb64a50 --- /dev/null +++ b/client/trunk/lib/xmlrpc-server-3.1.jar
Binary files differ
diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties index 078acf2..a239641 100644 --- a/client/trunk/nbproject/project.properties +++ b/client/trunk/nbproject/project.properties
@@ -20,18 +20,16 @@ dist.dir=dist
20dist.jar=${dist.dir}/InstaDisc.jar 20dist.jar=${dist.dir}/InstaDisc.jar
21dist.javadoc.dir=${dist.dir}/javadoc 21dist.javadoc.dir=${dist.dir}/javadoc
22excludes= 22excludes=
23file.reference.commons-logging-1.1.jar=../../Desktop/xmlrpc-3.1/lib/commons-logging-1.1.jar 23file.reference.commons-logging-1.1.jar=lib/commons-logging-1.1.jar
24file.reference.sqlite.jar=../../Desktop/javasqlite-20080420/sqlite.jar 24file.reference.ws-commons-util-1.0.2.jar=lib/ws-commons-util-1.0.2.jar
25file.reference.sqlitejdbc-v052.jar=../../Desktop/sqlitejdbc-v052.jar
26file.reference.ws-commons-util-1.0.2.jar=../../Desktop/xmlrpc-3.1/lib/ws-commons-util-1.0.2.jar
27includes=** 25includes=**
28jar.compress=false 26jar.compress=false
29javac.classpath=\ 27javac.classpath=\
30 ${libs.swing-app-framework.classpath}:\ 28 ${libs.swing-app-framework.classpath}:\
31 ${libs.XML-RPC.classpath}:\ 29 ${libs.XML-RPC.classpath}:\
32 ${file.reference.ws-commons-util-1.0.2.jar}:\ 30 ${libs.BDB.classpath}:\
33 ${file.reference.commons-logging-1.1.jar}:\ 31 ${file.reference.commons-logging-1.1.jar}:\
34 ${libs.BDB.classpath} 32 ${file.reference.ws-commons-util-1.0.2.jar}
35# Space-separated list of extra javac options 33# Space-separated list of extra javac options
36javac.compilerargs= 34javac.compilerargs=
37javac.deprecation=false 35javac.deprecation=false
@@ -55,10 +53,10 @@ javadoc.version=false
55javadoc.windowtitle= 53javadoc.windowtitle=
56# Property libs.BDB.classpath is set here just to make sharing of project simpler. 54# Property libs.BDB.classpath is set here just to make sharing of project simpler.
57# The library definition has always preference over this property. 55# The library definition has always preference over this property.
58libs.BDB.classpath=../../Desktop/je-3.3.62/lib/je-3.3.62.jar 56libs.BDB.classpath=lib/je-3.3.62.jar
59# Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. 57# Property libs.XML-RPC.classpath is set here just to make sharing of project simpler.
60# The library definition has always preference over this property. 58# The library definition has always preference over this property.
61libs.XML-RPC.classpath=../../Desktop/xmlrpc-3.1/lib/xmlrpc-client-3.1.jar:../../Desktop/xmlrpc-3.1/lib/xmlrpc-common-3.1.jar:../../Desktop/xmlrpc-3.1/lib/xmlrpc-server-3.1.jar 59libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar
62main.class=com.fourisland.instadisc.InstaDiscApp 60main.class=com.fourisland.instadisc.InstaDiscApp
63manifest.file=manifest.mf 61manifest.file=manifest.mf
64meta.inf.dir=${src.dir}/META-INF 62meta.inf.dir=${src.dir}/META-INF
diff --git a/client/trunk/src/com/fourisland/instadisc/FirstRun/Step2.java b/client/trunk/src/com/fourisland/instadisc/FirstRun/Step2.java index 5460bc4..e6e75ff 100644 --- a/client/trunk/src/com/fourisland/instadisc/FirstRun/Step2.java +++ b/client/trunk/src/com/fourisland/instadisc/FirstRun/Step2.java
@@ -6,6 +6,7 @@
6package com.fourisland.instadisc.FirstRun; 6package com.fourisland.instadisc.FirstRun;
7 7
8import com.fourisland.instadisc.Database.Wrapper; 8import com.fourisland.instadisc.Database.Wrapper;
9import com.fourisland.instadisc.Item.MD5;
9import com.fourisland.instadisc.XmlRpc; 10import com.fourisland.instadisc.XmlRpc;
10import java.net.MalformedURLException; 11import java.net.MalformedURLException;
11import java.net.URL; 12import java.net.URL;
@@ -168,8 +169,10 @@ public class Step2 extends javax.swing.JDialog {
168 { 169 {
169 jLabel5.setText("Error: No registration exists on the specified Central Server with the specified UN/PW combination"); 170 jLabel5.setText("Error: No registration exists on the specified Central Server with the specified UN/PW combination");
170 } else { 171 } else {
172 MD5 md5 = new MD5(jTextField2.getText());
173
171 Wrapper.setConfig("username", jTextField1.getText()); 174 Wrapper.setConfig("username", jTextField1.getText());
172 Wrapper.setConfig("password", jTextField2.getText()); 175 Wrapper.setConfig("password", md5.hash());
173 Wrapper.setConfig("centralServerURL", jTextField3.getText()); 176 Wrapper.setConfig("centralServerURL", jTextField3.getText());
174 177
175 StepEndResults.ok = true; 178 StepEndResults.ok = true;
diff --git a/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties b/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties index 8e3b5ef..9bb23b0 100644 --- a/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties +++ b/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties
@@ -4,8 +4,8 @@ Application.name = InstaDisc
4Application.title = Basic Application Example 4Application.title = Basic Application Example
5Application.version = 1.0 5Application.version = 1.0
6Application.vendor = Sun Microsystems Inc. 6Application.vendor = Sun Microsystems Inc.
7Application.homepage = http\://appframework.dev.java.net/ 7Application.homepage = http://appframework.dev.java.net
8Application.description = A simple Java desktop application based on Swing Application Framework. 8Application.description = A simple java desktop application based on Swing Application Framework
9Application.vendorId = Sun 9Application.vendorId = Sun
10Application.id = ${Application.name} 10Application.id = ${Application.name}
11Application.lookAndFeel = system 11Application.lookAndFeel = system