Skip to content

Commit

Permalink
reverted HTTP Server commit (b135774)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyan committed Nov 3, 2010
1 parent 83b2be2 commit d36d447
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 706 deletions.
2 changes: 1 addition & 1 deletion ant.properties
Expand Up @@ -3,6 +3,6 @@ lib.dir = lib
doc.dir = doc doc.dir = doc
build.dir = build build.dir = build
product.name = yuicompressor product.name = yuicompressor
version.number = 2.4.5pre version.number = 2.4.4
jar.name = ${product.name}-${version.number}.jar jar.name = ${product.name}-${version.number}.jar
dist.package.name = ${product.name}-${version.number} dist.package.name = ${product.name}-${version.number}
6 changes: 2 additions & 4 deletions build.xml
Expand Up @@ -20,10 +20,9 @@
includes="**/*.java" includes="**/*.java"
deprecation="off" deprecation="off"
debug="on" debug="on"
source="6"> source="1.4">
<classpath> <classpath>
<pathelement location="${lib.dir}/jargs-1.0.jar"/> <pathelement location="${lib.dir}/jargs-1.0.jar"/>
<pathelement location="${lib.dir}/json.jar"/>
<pathelement location="${lib.dir}/rhino-1.6R7.jar"/> <pathelement location="${lib.dir}/rhino-1.6R7.jar"/>
</classpath> </classpath>
</javac> </javac>
Expand All @@ -35,7 +34,6 @@
(some of our own classes will override the Rhino classes) --> (some of our own classes will override the Rhino classes) -->
<unjar src="${lib.dir}/jargs-1.0.jar" dest="${build.dir}/jar"/> <unjar src="${lib.dir}/jargs-1.0.jar" dest="${build.dir}/jar"/>
<unjar src="${lib.dir}/rhino-1.6R7.jar" dest="${build.dir}/jar"/> <unjar src="${lib.dir}/rhino-1.6R7.jar" dest="${build.dir}/jar"/>
<unjar src="${lib.dir}/json.jar" dest="${build.dir}/jar"/>
<copy todir="${build.dir}/jar"> <copy todir="${build.dir}/jar">
<fileset dir="${build.dir}/classes" includes="**/*.class"/> <fileset dir="${build.dir}/classes" includes="**/*.class"/>
</copy> </copy>
Expand Down Expand Up @@ -65,4 +63,4 @@
includes="${dist.package.name}/**/*"/> includes="${dist.package.name}/**/*"/>
</target> </target>


</project> </project>
Binary file removed lib/json.jar
Binary file not shown.
Binary file not shown.
240 changes: 0 additions & 240 deletions src/com/yahoo/platform/yui/compressor/CompressorHttpHandler.java

This file was deleted.

0 comments on commit d36d447

Please sign in to comment.