sources

package
v0.0.0-...-646cdf5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2018 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildProjectXML

func BuildProjectXML(pluginDir, pluginBuild, projectName string, placeholders map[string]string, args params.CommandLineArguments) (err error)

func CreateBuildTree

func CreateBuildTree(
	pluginDirectory string,
	subfolders []string,
	projectName string,
	placeholders map[string]string, args params.CommandLineArguments) (buildDirectory string, err error)

func InjectPromotionIntoSetup

func InjectPromotionIntoSetup(pluginDir, ecSetup string) (injected string, err error)

func UpdatePluginXML

func UpdatePluginXML(pluginDir, pluginBuild, version string) (err error)

Types

type ExportedData

type ExportedData struct {
	XMLName      xml.Name
	BuildLabel   string  `xml:"buildLabel,attr"`
	BuildVersion string  `xml:"buildVersion,attr"`
	Version      string  `xml:"version,attr"`
	ExportPath   string  `xml:"exportPath"`
	Project      Project `xml:"project"`
}

type Project

type Project struct {
	ProjectName   string        `xml:"projectName"`
	PropertySheet PropertySheet `xml:"propertySheet"`
}

type Property

type Property struct {
	Expandable    int            `xml:"expandable"`
	PropertyName  string         `xml:"propertyName"`
	Value         string         `xml:"value"`
	Description   string         `xml:"description"`
	PropertySheet *PropertySheet `xml:"propertySheet,omitempty"`
}

type PropertySheet

type PropertySheet struct {
	Property []Property `xml:"property"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL