/[packages]/cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6.pom
ViewVC logotype

Contents of /cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6.pom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132331 - (show annotations) (download)
Mon Aug 8 18:26:23 2011 UTC (12 years, 8 months ago) by gil
File size: 1878 byte(s)
imported package yuicompressor
1 <?xml version="1.0"?>
2
3 <project xmlns="http://maven.apache.org/POM/4.0.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
6 http://maven.apache.org/maven-v4_0_0.xsd">
7
8 <modelVersion>4.0.0</modelVersion>
9 <groupId>com.yahoo.platform.yui</groupId>
10 <artifactId>yuicompressor</artifactId>
11 <version>2.4.6</version>
12 <packaging>jar</packaging>
13
14 <name>yui compressor</name>
15 <url>http://developer.yahoo.com/yui/compressor/</url>
16
17 <description>
18 The YUI Compressor is a JavaScript compressor which, in addition to removing
19 comments and white-spaces, obfuscates local variables using the smallest
20 possible variable name. This obfuscation is safe, even when using constructs
21 such as 'eval' or 'with' (although the compression is not optimal is those
22 cases) Compared to jsmin, the average savings is around 20%.
23 </description>
24
25 <licenses>
26 <license>
27 <name>BSD License</name>
28 <url>http://developer.yahoo.com/yui/license.html</url>
29 <distribution>repo</distribution>
30 </license>
31 </licenses>
32
33 <mailingLists>
34 <mailingList>
35 <name>ydn-javascript</name>
36 <archive>http://tech.groups.yahoo.com/group/ydn-javascript/</archive>
37 </mailingList>
38 </mailingLists>
39
40 <scm>
41 <connection>scm:git:git://github.com/yui/yuicompressor.git</connection>
42 <url>http://github.com/yui/yuicompressor</url>
43 </scm>
44
45 <developers>
46 <developer>
47 <id>julienlecomte</id>
48 <name>Julien Lecomte</name>
49 </developer>
50 <developer>
51 <id>isaacs</id>
52 <name>Isaac Z. Schlueter</name>
53 </developer>
54 </developers>
55
56 <dependencies>
57 <dependency>
58 <groupId>rhino</groupId>
59 <artifactId>js</artifactId>
60 <version>1.6R7</version>
61 </dependency>
62
63 </dependencies>
64
65 </project>
66

  ViewVC Help
Powered by ViewVC 1.1.30