[Remoterengine-commits] r106 - pkg/RemoteREngine/inst/java_src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 7 14:33:59 CEST 2009
Author: romain
Date: 2009-09-07 14:33:59 +0200 (Mon, 07 Sep 2009)
New Revision: 106
Modified:
pkg/RemoteREngine/inst/java_src/build.xml
Log:
removed fake eclipse target
Modified: pkg/RemoteREngine/inst/java_src/build.xml
===================================================================
--- pkg/RemoteREngine/inst/java_src/build.xml 2009-09-07 12:20:35 UTC (rev 105)
+++ pkg/RemoteREngine/inst/java_src/build.xml 2009-09-07 12:33:59 UTC (rev 106)
@@ -308,27 +308,6 @@
</target>
<!--}}}-->
- <!--{{{ fake target to facilitate creating the project in eclipse -->
-
- <path id="eclipse_classpath">
- <pathelement location="lib/REngine.jar" />
- <pathelement location="build/common" />
- <pathelement location="build/server" />
- <pathelement location="build/client" />
- <pathelement location="${JUNIT_JAR}" />
- </path>
-
- <target name="eclipse">
- <javac destdir=".classes">
- <src defaultexcludes="true" path="src/client" />
- <src defaultexcludes="true" path="src/common" />
- <src defaultexcludes="true" path="src/server" />
- <src defaultexcludes="true" path="src/apt" />
- <classpath refid="annotation_classpath" />
- </javac>
- </target>
- <!--}}}-->
-
<target name="all" depends="javadoc,makejars,build-client-junit" />
</project>
More information about the Remoterengine-commits
mailing list