This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git
commit dde4c3d2cf5606fd0efd63511c930289f13d6957 Author: Thomas Vandahl <[email protected]> AuthorDate: Sun Nov 27 13:05:44 2016 +0000 Adjust project layout to new Fulcrum standard git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/factory@1771582 13f79535-47bb-0310-9956-ffa450edef68 --- {xdocs => src/changes}/changes.xml | 0 xdocs/navigation.xml | 38 -------------------------------------- 2 files changed, 38 deletions(-) diff --git a/xdocs/changes.xml b/src/changes/changes.xml similarity index 100% rename from xdocs/changes.xml rename to src/changes/changes.xml diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml deleted file mode 100644 index 0fead1d..0000000 --- a/xdocs/navigation.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?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. ---> - -<!DOCTYPE project [ -<!ENTITY site-nav SYSTEM "../../incl_site_nav.xml"> -]> - -<project - name="Fulcrum Factory" - href="http://turbine.apache.org/fulcrum/fulcrum-factory/"> - - <body> - -&site-nav; - - <menu name="Overview"> - <item name="Main" href="/index.html"/> - <item name="Tasks" href="/tasks.html"/> - </menu> - </body> -</project>
