You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/04/16 19:11:35 UTC

directory-fortress-enmasse git commit: remove unneeded maven assembly config

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 51036357f -> 30f94f80a


remove unneeded maven assembly config


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/30f94f80
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/30f94f80
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/30f94f80

Branch: refs/heads/master
Commit: 30f94f80a9756408b86c8f9dfab3203eb310a783
Parents: 5103635
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Apr 15 18:13:35 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Apr 15 18:13:35 2016 -0500

----------------------------------------------------------------------
 README-QUICKSTART.md          |  1 -
 src/main/assembly/distsrc.xml | 42 --------------------------------------
 2 files changed, 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/30f94f80/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 557fc7a..5654c8a 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -111,6 +111,5 @@ ________________________________________________________________________________
 
 2. Complete *SECTION 7: Alternate testing procedures* in [Fortress Core README.md](https://github.com/apache/directory-fortress-enmasse/blob/master/README.md)
 
-
 ___________________________________________________________________________________
 #### END OF README-QUICKSTART
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/30f94f80/src/main/assembly/distsrc.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/distsrc.xml b/src/main/assembly/distsrc.xml
deleted file mode 100644
index 715961d..0000000
--- a/src/main/assembly/distsrc.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   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.
--->
-
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/xsd/assembly-1.1.1.xsd">
-    <id>dist</id>
-    <formats>
-        <format>jar</format>
-    </formats>
-    <fileSets>
-        <fileSet>
-            <directory>.</directory>
-            <includes>
-                <include>pom.xml</include>
-                <include>README.txt</include>
-                <include>LICENSE.txt</include>
-                <include>NOTICE.txt</include>
-            </includes>
-        </fileSet>
-        <fileSet>
-            <directory>src</directory>
-            <outputDirectory>src</outputDirectory>
-        </fileSet>
-    </fileSets>
-</assembly>