Java.psd1

@{
    ModuleVersion = '1.0'
    GUID = '4a4ad110-c746-4d47-9bb3-bee44c2bed6a'
    Author = 'Prajeesh Prathap'
    CompanyName = 'Prajeesh'
    Copyright = '(c) 2015 . All rights reserved.'
    Description = 'The module contains functionality to automate the installation of Java'
    NestedModules = @(
                        'Java.psm1'
                    )
    FunctionsToExport = '*'
    CmdletsToExport = '*'
    VariablesToExport = '*'
    AliasesToExport = '*'
}