[openrtm-commit:01837] r578 - trunk/rtmtools/jp.go.aist.rtm.toolscommon.profiles
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 3月 10日 (木) 12:16:45 JST
Author: ga
Date: 2016-03-10 12:16:45 +0900 (Thu, 10 Mar 2016)
New Revision: 578
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-09 11:02:57 UTC (rev 577)
+++ trunk/rtmtools/jp.go.aist.rtm.toolscommon.profiles/build.xml 2016-03-10 03:16:45 UTC (rev 578)
@@ -1,5 +1,7 @@
<project name="jp.go.aist.rtm.toolscommon.profiles" default="jar"
- xmlns:ant4eclipse="antlib:org.ant4eclipse">
+ xmlns:ant4eclipse="antlib:org.ant4eclipse"
+ xmlns:antcontrib="antlib:net.sf.antcontrib" >
+
<property name="target.name" value="jp.go.aist.rtm.toolscommon.profiles" />
<taskdef name="manifesttask" classname="aist.ManifestTask" />
@@ -15,7 +17,15 @@
<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" />
@@ -45,6 +55,15 @@
</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>
@@ -65,7 +84,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