[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Jul 5 10:25:25 CDT 2011
branch "master" has been updated
via 1325c7885168376402c709476967af251cf63514 (commit)
from a461475bc6a2dc40d2d3e6142b9a1d1eef423687 (commit)
Summary of changes:
build.xml | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit 1325c7885168376402c709476967af251cf63514
Author: David M. Lee <dlee at digium.com>
Date: Tue Jul 5 10:25:21 2011 -0500
Removed comments that did no one any good.
diff --git a/build.xml b/build.xml
index dc4f1c4..cc2fd0d 100644
--- a/build.xml
+++ b/build.xml
@@ -118,18 +118,7 @@ Either configure in ~/.ant/repositories.properties, or configure using -D
<copy file="pom.xml.in" tofile="${generated-pom-dir}/pom.xml"
filtering="true" failonerror="true"/>
<artifact:pom id="pom" file="${generated-pom-dir}/pom.xml"/>
-<!--
- <input message="username: " addproperty="repository.username"/>
- <input message="password: " addproperty="repository.password">
- <handler classname="org.apache.tools.ant.input.SecureInputHandler" />
- </input>
--->
<artifact:deploy file="java/astscf-api.jar" pomrefid="pom">
-<!--
- <remoteRepository url="http://artifactory.digium.internal/artifactory/libs-snapshot-local">
- <authentication username="${repository.username}" password="${repository.password}"/>
- </remoteRepository>
--->
<attach file="java/astscf-api-sources.jar"
classifier="sources"/>
<attach file="java/astscf-api-javadoc.jar"
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list