[openrtm-commit:01832] r575 - trunk/rtmtools/jp.go.aist.rtm.toolscommon.profiles
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 3月 9日 (水) 15:38:26 JST
Author: ga
Date: 2016-03-09 15:38:26 +0900 (Wed, 09 Mar 2016)
New Revision: 575
Modified:
trunk/rtmtools/jp.go.aist.rtm.toolscommon.profiles/build.xml
Log:
Modified: trunk/rtmtools/jp.go.aist.rtm.toolscommon.profiles/build.xml
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.toolscommon.profiles/build.xml 2016-03-07 11:12:55 UTC (rev 574)
+++ trunk/rtmtools/jp.go.aist.rtm.toolscommon.profiles/build.xml 2016-03-09 06:38:26 UTC (rev 575)
@@ -1,7 +1,4 @@
-<project name="jp.go.aist.rtm.toolscommon.profiles" default="jar"
- xmlns:ant4eclipse="antlib:org.ant4eclipse"
- xmlns:antcontrib="antlib:net.sf.antcontrib" >
-
+<project name="jp.go.aist.rtm.toolscommon.profiles" default="jar">
<property name="target.name" value="jp.go.aist.rtm.toolscommon.profiles" />
<taskdef name="manifesttask" classname="aist.ManifestTask" />
@@ -17,15 +14,7 @@
<property name="eclipse.home" value="${env.ECLIPSE_HOME}"/>
<property name="java.home" value="${env.JAVA_HOME}"/>
- <!--
<taskdef resource="net/sf/ant4eclipse/antlib.xml" />
--->
- <taskdef uri="antlib:net.sf.antcontrib"
- resource="net/sf/antcontrib/antlib.xml" />
- <taskdef uri="antlib:org.ant4eclipse"
- resource="org/ant4eclipse/antlib.xml" />
-
-
<property name="targetPlatformLocation" value="${eclipse.home}" />
<property name="workspace" value="${basedir}/.." />
<property name="project.name" value="jp.go.aist.rtm.toolscommon.profiles" />
@@ -55,37 +44,14 @@
</target>
<target name="compile" description="ソースをコンパイルします">
- <!--
- <getEclipseClasspath
- pathid="build.classpath"
- targetplatformlocation="${targetPlatformLocation}"
- workspace="${workspace}"
- projectname="${project.name}"
- />
--->
-
- <ant4eclipse:targetPlatform id="eclipse-4.4">
- <location dir="${targetPlatformLocation}" />
- </ant4eclipse:targetPlatform>
- <ant4eclipse:jdtClassPathLibrary name="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
- <fileset dir="${eclipse.home}/plugins/org.junit_4.11.0.v201303080030" />
- </ant4eclipse:jdtClassPathLibrary>
-
- <ant4eclipse:getJdtClassPath
- pathid="build.classpath"
- workspacedirectory="${workspace}"
- projectname="${project.name}" >
- <jdtclasspathcontainerargument key="target.platform" value="eclipse-4.4" />
- </ant4eclipse:getJdtClassPath>
-
- <javac bootclasspathref="jre.libs"
- includeJavaRuntime="true" srcdir="${source}" destdir="${build.dir}" verbose="off"
+ <getEclipseClasspath pathid="build.classpath" targetplatformlocation="${targetPlatformLocation}"
+ workspace="${workspace}" projectname="${project.name}" />
+ <javac bootclasspathref="jre.libs" includeJavaRuntime="true" srcdir="${source}" destdir="${build.dir}" verbose="off"
classpathref="build.classpath" encoding="UTF-8" />
</target>
<target name="jar" description="jarファイルを作成します">
- <copy file="${source}/jp/go/aist/rtm/toolscommon/profiles/nl/messages.properties"
- todir="${build.dir}/jp/go/aist/rtm/toolscommon/profiles/nl" />
+ <copy file="${source}/jp/go/aist/rtm/toolscommon/profiles/nl/messages.properties" todir="${build.dir}/jp/go/aist/rtm/toolscommon/profiles/nl" />
<copy todir="${build.dir}">
<fileset dir="${schema.dir}">
<include name="**.xsd" />
More information about the openrtm-commit
mailing list