File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 10
10
* # *#
11
11
build /classes
12
12
build /jar
13
- build /yuicompressor * .jar
13
+ build /build_tmp
14
14
.project
15
15
.classpath
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ lib.dir = lib
3
3
doc.dir = doc
4
4
build.dir = build
5
5
product.name = yuicompressor
6
- version.number = 2.4.8
6
+ version.number = 2.4.9
7
7
jar.name = ${product.name}-${version.number}.jar
8
8
dist.package.name = ${product.name}-${version.number}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<project name =" YUI Compressor bundle for Maven Central" default =" maven-central-bundle" basedir =" ." >
3
- <property name =" yui.version" >2.4.8 </property >
3
+ <property name =" yui.version" >2.4.9 </property >
4
4
<property name =" rhino.version" >1.7R2</property >
5
5
6
6
<target name =" clean" >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yuicompressor" ,
3
3
"description" : " YUICompressor CLI and Node.js require" ,
4
- "version" : " 2.4.8 " ,
4
+ "version" : " 2.4.9 " ,
5
5
"author" : " Julien Lecomte <julien.lecomte@gmail.com>" ,
6
6
"contributors" : [
7
7
{
13
13
}, {
14
14
"name" : " Stoyan Stefanov" ,
15
15
"email" : " assttoo@ymail.com"
16
+ }, {
17
+ "name" : " Eric Arnol-Martin" ,
18
+ "email" : " earnolmartin@gmail.com"
16
19
}
17
20
],
18
21
"bugs" : { "url" : " http://yuilibrary.com/projects/yuicompressor/newticket" },
You can’t perform that action at this time.
0 commit comments