Browse Source

moved to gitbox

master
Stefan Bodewig 6 years ago
parent
commit
706d818da0
6 changed files with 8 additions and 8 deletions
  1. +1
    -1
      CONTRIBUTING.md
  2. +1
    -1
      ReleaseInstructions
  3. +1
    -1
      manual/Tasks/property.html
  4. +1
    -1
      manual/install.html
  5. +1
    -1
      manual/properties.html
  6. +3
    -3
      src/etc/poms/pom.xml

+ 1
- 1
CONTRIBUTING.md View File

@@ -6,7 +6,7 @@ that all other people could benefit from? This is great, we'd love to
hear from you. hear from you.


Ant's primary code repository is the Ant's primary code repository is the
[git repository at Apache](https://git-wip-us.apache.org/repos/asf/ant.git)
[git repository at Apache](https://gitbox.apache.org/repos/asf/ant.git)
and we've also got a [github mirror](https://github.com/apache/ant/). and we've also got a [github mirror](https://github.com/apache/ant/).


There are two ways you can contribute, you can either use the There are two ways you can contribute, you can either use the


+ 1
- 1
ReleaseInstructions View File

@@ -92,7 +92,7 @@ Note: This document was adapted from the one created in the context of


9. Ensure that the GPG key you use is inside the KEYS file in Ant's 9. Ensure that the GPG key you use is inside the KEYS file in Ant's
git repository git repository
<https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-common.git;a=blob;f=KEYS;h=dc62b011b1b429bd6de913f8f2bce79b715f96db;hb=HEAD>
<https://gitbox.apache.org/repos/asf?p=ant-antlibs-common.git;a=blob;f=KEYS;h=dc62b011b1b429bd6de913f8f2bce79b715f96db;hb=HEAD>
- and that you copy the KEYS file to /www/www.apache.org/dist/ant - and that you copy the KEYS file to /www/www.apache.org/dist/ant


Also make sure you have sent the key that you use to a public Also make sure you have sent the key that you use to a public


+ 1
- 1
manual/Tasks/property.html View File

@@ -286,7 +286,7 @@ deploy.url=http://${deploy.server}:${deploy.port}/</pre>
variables. So it starts a command in a new process which prints the environment variables, analyzes variables. So it starts a command in a new process which prints the environment variables, analyzes
the output and creates the properties.<br/> There are commands for the following operating systems the output and creates the properties.<br/> There are commands for the following operating systems
implemented implemented
in <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
in <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
target="_top">Execute.java</a> (method <code class="code">getProcEnvCommand()</code>): target="_top">Execute.java</a> (method <code class="code">getProcEnvCommand()</code>):
</p> </p>
<table> <table>


+ 1
- 1
manual/install.html View File

@@ -123,7 +123,7 @@ usually stable.
</p> </p>
<p> <p>
See the section <a href="#buildingant">Building Ant</a> on how to build Ant from the source code. You can also access See the section <a href="#buildingant">Building Ant</a> on how to build Ant from the source code. You can also access
the <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
the <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
</p> </p>


<h3 id="archives">Archive Download Area Layout</h3> <h3 id="archives">Archive Download Area Layout</h3>


+ 1
- 1
manual/properties.html View File

@@ -127,7 +127,7 @@
<p>This is the interface you'd implement if you wanted to invent your own property <p>This is the interface you'd implement if you wanted to invent your own property
syntax&mdash;or allow nested property expansions since the default implementation doesn't syntax&mdash;or allow nested property expansions since the default implementation doesn't
balance braces balance braces
(see <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
(see <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
target="_top"><code class="code">NestedPropertyExpander</code> in the <samp>props</samp> Antlib</a> for target="_top"><code class="code">NestedPropertyExpander</code> in the <samp>props</samp> Antlib</a> for
an example).</p> an example).</p>
</li> </li>


+ 3
- 3
src/etc/poms/pom.xml View File

@@ -52,9 +52,9 @@
</repository> </repository>
</distributionManagement> </distributionManagement>
<scm> <scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf/ant.git</url>
<connection>scm:git:https://gitbox.apache.org/repos/asf/ant.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ant.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf/ant.git</url>
</scm> </scm>
<ciManagement> <ciManagement>
<system>jenkins</system> <system>jenkins</system>


Loading…
Cancel
Save