Author: norman
Date: Tue Sep 1 12:57:06 2009
New Revision: 810010
URL: http://svn.apache.org/viewvc?rev=810010&view=rev
Log:
config belongs to the client
Added:
labs/hupa/client/src/main/resources/
labs/hupa/client/src/main/resources/config.properties
- copied, changed from r809572,
labs/hupa/server/src/main/resources/config.properties
labs/hupa/client/src/main/resources/log4j.properties
- copied unchanged from r809469,
labs/hupa/server/src/main/resources/log4j.properties
Removed:
labs/hupa/server/src/main/resources/config.properties
labs/hupa/server/src/main/resources/log4j.properties
Modified:
labs/hupa/.classpath
Modified: labs/hupa/.classpath
URL:
http://svn.apache.org/viewvc/labs/hupa/.classpath?rev=810010&r1=810009&r2=810010&view=diff
==============================================================================
--- labs/hupa/.classpath (original)
+++ labs/hupa/.classpath Tue Sep 1 12:57:06 2009
@@ -6,6 +6,7 @@
<classpathentry kind="src" output="server/target/test-classes"
path="server/src/test/java"/>
<classpathentry kind="src" output="widgets/target/classes"
path="widgets/src/main/java"/>
<classpathentry kind="src" output="client/war/WEB-INF/classes"
path="client/src/main/java"/>
+ <classpathentry kind="src" path="client/src/main/resources/"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con"
path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
Copied: labs/hupa/client/src/main/resources/config.properties (from r809572,
labs/hupa/server/src/main/resources/config.properties)
URL:
http://svn.apache.org/viewvc/labs/hupa/client/src/main/resources/config.properties?p2=labs/hupa/client/src/main/resources/config.properties&p1=labs/hupa/server/src/main/resources/config.properties&r1=809572&r2=810010&rev=810010&view=diff
==============================================================================
--- labs/hupa/server/src/main/resources/config.properties (original)
+++ labs/hupa/client/src/main/resources/config.properties Tue Sep 1 12:57:06
2009
@@ -1,15 +1,15 @@
# The IP or domainname of the IMAP server
-IMAPServerAddress=myblog.kicks-ass.org
+IMAPServerAddress=imap.gmail.com
# The port of the IMAP server
-IMAPServerPort=143
+IMAPServerPort=993
# Use SSL/TLS to connect to the IMAP server
-IMAPS=false
+IMAPS=true
# The IP or domainname of the SMTP server
-SMTPServerAddress=myblog.kicks-ass.org
+SMTPServerAddress=smtp.gmail.com
# The port of the SMTP server
-SMTPServerPort=25
+SMTPServerPort=465
# Use AUTH for SMTP
SMTPAuth=true
# Use SSL/TLS to connect to the SMTP server
-SMTPS=false
\ No newline at end of file
+SMTPS=true
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]