ambari-metrics-hadoop-sink.nuspec 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
  3. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  4. <metadata>
  5. <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
  6. <id>ambari-metrics-hadoop-sink</id>
  7. <title>Ambari Metrics Hadoop Sink</title>
  8. <version>1.0</version>
  9. <authors>Apache Ambari</authors>
  10. <owners>Apache Ambari</owners>
  11. <summary>Ambari Metrics Hadoop Sink</summary>
  12. <description>Ambari Metrics Hadoop Sink
  13. </description>
  14. <projectUrl>http://ambari.apache.org</projectUrl>
  15. <tags>ambari-metrics-hadoop-sink</tags>
  16. <copyright>https://github.com/apache/ambari/blob/trunk/NOTICE.txt</copyright>
  17. <licenseUrl>https://github.com/apache/ambari/blob/trunk/LICENSE.txt</licenseUrl>
  18. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  19. <releaseNotes></releaseNotes>
  20. </metadata>
  21. <files>
  22. <file src="tools\**" target="tools" />
  23. <file src="content\**" target="content" />
  24. <file src="modules\**" target="modules" />
  25. </files>
  26. </package>