Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1254 - development/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1254 - development/main
  • Date: Wed, 22 Dec 2004 11:48:53 +0100

Author: mcconnell
Date: Wed Dec 22 11:48:53 2004
New Revision: 1254

Added:
development/main/user.properties.example
Modified:
development/main/ (props changed)
development/main/setup.xml
Log:
Add a hook for user.properties to the setup procedure.

Modified: development/main/setup.xml
==============================================================================
--- development/main/setup.xml (original)
+++ development/main/setup.xml Wed Dec 22 11:48:53 2004
@@ -3,6 +3,7 @@
<project name="setup" default="setup" basedir=".">

<property environment="ENV"/>
+ <property file="user.properties"/>
<property file="setup.properties"/>

<available classname="junit.framework.TestCase"
property="junit.available"/>

Added: development/main/user.properties.example
==============================================================================
--- (empty file)
+++ development/main/user.properties.example Wed Dec 22 11:48:53 2004
@@ -0,0 +1,12 @@
+#
+# Copy this file to user.properties
+# The user.properties file will be read in as part of the setup.xml build
porocess
+# and is typically used to declare proxy settings (examples shown inline).
+#
+#
+#
+#dpml.proxy.host=myproxy.company.com
+#dpml.proxy.port=8080
+#dpml.proxy.user=myusername
+#dpml.proxy.password=mypassword
+#




Archive powered by MHonArc 2.6.24.

Top of Page