Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
2c7b6478
Commit
2c7b6478
authored
Nov 03, 2017
by
Mathias Goebel
Browse files
jenkins
parent
c267911a
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
2c7b6478
...
...
@@ -19,16 +19,4 @@
excludes=
"${build.dir}/*"
/>
</target>
<scriptdef
name=
"substring"
language=
"javascript"
>
<attribute
name=
"text"
/>
<attribute
name=
"start"
/>
<attribute
name=
"end"
/>
<attribute
name=
"property"
/>
<![CDATA[
var text = attributes.get("text");
var start = attributes.get("start");
var end = attributes.get("end") || text.length();
project.setProperty(attributes.get("property"), text.substring(start, end));
]]>
</scriptdef>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment