File tree 4 files changed +4
-12
lines changed
4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
- all : hello-1.1.xar hello-1.2 .xar
1
+ all : hello-1.3 .xar
2
2
3
- hello-1.1.xar : expath-pkg.xml hello/hello.xq hello/hello.xsl
4
- zip " $@ " expath-pkg.xml hello/hello.xq hello/hello.xsl
5
-
6
- hello-1.2.xar : expath-pkg.xml hello/hello.xq hello/hello.xsl
7
- mkdir work
8
- mkdir work/content
9
- cat expath-pkg.xml | sed s/1.1/1.2/ > work/expath-pkg.xml
10
- cp hello/hello.xq hello/hello.xsl work/content
11
- ( cd work; zip ../hello-1.2.xar expath-pkg.xml content/hello.xq content/hello.xsl )
12
- rm -r work
3
+ hello-1.3.xar : expath-pkg.xml content/hello.xq content/hello.xsl
4
+ zip " $@ " expath-pkg.xml content/hello.xq content/hello.xsl
13
5
14
6
.PHONY : all
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<package xmlns =" http://expath.org/ns/pkg"
2
2
name =" http://www.example.org/lib/hello"
3
- version =" 1.1 "
3
+ version =" 1.3 "
4
4
abbrev =" hello"
5
5
spec =" 1.0" >
6
6
You can’t perform that action at this time.
0 commit comments