Deleted unnecessary files in "core" module.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/f280d018 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/f280d018 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/f280d018 Branch: refs/heads/multimodule Commit: f280d01822e1cd21238717f1276cd08007a5ec23 Parents: 482b3e4 Author: Gilles <[email protected]> Authored: Fri Nov 4 16:35:35 2016 +0100 Committer: Gilles <[email protected]> Committed: Fri Nov 4 16:35:35 2016 +0100 ---------------------------------------------------------------------- commons-rng-core/src/assembly/bin.xml | 48 ------------------------------ commons-rng-core/src/assembly/src.xml | 41 ------------------------- 2 files changed, 89 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/f280d018/commons-rng-core/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/commons-rng-core/src/assembly/bin.xml b/commons-rng-core/src/assembly/bin.xml deleted file mode 100644 index a5ff153..0000000 --- a/commons-rng-core/src/assembly/bin.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?xml version="1.0"?> -<!-- - 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> - <id>bin</id> - <formats> - <format>tar.gz</format> - <format>zip</format> - </formats> - <includeSiteDirectory>false</includeSiteDirectory> - <fileSets> - <fileSet> - <includes> - <include>LICENSE*</include> - <include>NOTICE*</include> - <include>RELEASE-NOTES.txt</include> - </includes> - </fileSet> - <fileSet> - <directory>target</directory> - <outputDirectory></outputDirectory> - <includes> - <include>*.jar</include> - </includes> - </fileSet> - <fileSet> - <directory>target/site</directory> - <outputDirectory>docs</outputDirectory> - <excludes> - </excludes> - </fileSet> - </fileSets> -</assembly> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/f280d018/commons-rng-core/src/assembly/src.xml ---------------------------------------------------------------------- diff --git a/commons-rng-core/src/assembly/src.xml b/commons-rng-core/src/assembly/src.xml deleted file mode 100644 index a78f24f..0000000 --- a/commons-rng-core/src/assembly/src.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0"?> -<!-- - 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> - <id>src</id> - <formats> - <format>tar.gz</format> - <format>zip</format> - </formats> - <baseDirectory> - ${project.artifactId}-${commons.release.version}-src - </baseDirectory> - <fileSets> - <fileSet> - <includes> - <include>*.txt</include> - <include>*.xml</include> - </includes> - </fileSet> - <fileSet> - <directory>src</directory> - <excludes> - </excludes> - </fileSet> - </fileSets> -</assembly> -
