Repository: james-mime4j Updated Branches: refs/heads/master 727f2cb52 -> 1ecd4c371
JAMES-1789 Remove mention to SVN Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/1ecd4c37 Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/1ecd4c37 Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/1ecd4c37 Branch: refs/heads/master Commit: 1ecd4c37155bf2988b748f784002fe11baf04936 Parents: 727f2cb Author: benwa <[email protected]> Authored: Thu Jun 15 07:58:38 2017 +0700 Committer: benwa <[email protected]> Committed: Thu Jun 15 07:58:38 2017 +0700 ---------------------------------------------------------------------- src/site/xdoc/start/build.xml | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/1ecd4c37/src/site/xdoc/start/build.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/start/build.xml b/src/site/xdoc/start/build.xml index 6faabf5..e032109 100644 --- a/src/site/xdoc/start/build.xml +++ b/src/site/xdoc/start/build.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -/**************************************************************** - * Licensed to the Apache Software Foundation (ASF) under one * - * or more contributor license agreements. See the NOTICE file * - * distributed with this work for additional information * - * regarding copyright ownership. The ASF licenses this file * - * to you under the Apache License, Version 2.0 (the * - * "License"); you may not use this file except in compliance * - * with the License. You may obtain a copy of the License at * - * * - * http://www.apache.org/licenses/LICENSE-2.0 * - * * - * Unless required by applicable law or agreed to in writing, * - * software distributed under the License is distributed on an * - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * - * KIND, either express or implied. See the License for the * - * specific language governing permissions and limitations * - * under the License. * - ****************************************************************/ +/**************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one * + * or more contributor license agreements. See the NOTICE file * + * distributed with this work for additional information * + * regarding copyright ownership. The ASF licenses this file * + * to you under the Apache License, Version 2.0 (the * + * "License"); you may not use this file except in compliance * + * with the License. You may obtain a copy of the License at * + * * + * http://www.apache.org/licenses/LICENSE-2.0 * + * * + * Unless required by applicable law or agreed to in writing, * + * software distributed under the License is distributed on an * + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * + * KIND, either express or implied. See the License for the * + * specific language governing permissions and limitations * + * under the License. * + ****************************************************************/ --> <document> @@ -38,7 +38,7 @@ <p> Issue the following commands in a shell: <blockquote> - <code>svn checkout http://svn.apache.org/repos/asf/james/mime4j/trunk james-mime4j</code><br/> + <code>git clone git://git.apache.org/james-mime4j.git</code><br/> </blockquote> </p> </subsection> @@ -73,7 +73,7 @@ </p> <p> To generate an Eclipse project from the sources run <blockquote> - <code>mvn eclipse:eclipse</code></blockquote> + <code>mvn eclipse:eclipse</code></blockquote> </p> <p> <strong>NOTE!</strong> Mime4j uses <a href="https://javacc.dev.java.net/">JavaCC</a> to generate parsers for --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
