Author: koji
Date: Wed Dec 19 02:45:01 2012
New Revision: 1423737
URL: http://svn.apache.org/viewvc?rev=1423737&view=rev
Log:
remove Clustering.java as it is not used any more
Removed:
labs/alike/trunk/src/java/org/apache/alike/Clustering.java
Modified:
labs/alike/trunk/build.xml
Modified: labs/alike/trunk/build.xml
URL:
http://svn.apache.org/viewvc/labs/alike/trunk/build.xml?rev=1423737&r1=1423736&r2=1423737&view=diff
==============================================================================
--- labs/alike/trunk/build.xml (original)
+++ labs/alike/trunk/build.xml Wed Dec 19 02:45:01 2012
@@ -125,17 +125,6 @@
<classpath path="${cls.dir}"/>
</javac>
</target>
-
- <!-- ================================================================== -->
- <!-- = LAUNCH TOOLS = -->
- <!-- ================================================================== -->
- <target name="run-clustering" depends="alike-compile" description="run
Clustering">
- <java classname="org.apache.alike.Clustering" fork="true">
- <jvmarg line="-Dfile.encoding=UTF-8"/>
- <classpath refid="common.path.lib"/>
- <classpath path="${cls.dir}"/>
- </java>
- </target>
<!-- ================================================================== -->
<!-- = CLEANING = -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]