svnno****@sourc*****
svnno****@sourc*****
2009年 11月 5日 (木) 18:05:16 JST
Revision: 37 http://sourceforge.jp/projects/ngms/svn/view?view=rev&revision=37 Author: osiire Date: 2009-11-05 18:05:16 +0900 (Thu, 05 Nov 2009) Log Message: ----------- mod. CRLF svn:keywords Modified Paths: -------------- trunk/source/NMTree/.classpath trunk/source/NMTree/.project trunk/source/NMTree/build.xml Property Changed: ---------------- trunk/source/NMTree/.classpath trunk/source/NMTree/.project trunk/source/NMTree/build.xml Modified: trunk/source/NMTree/.classpath =================================================================== --- trunk/source/NMTree/.classpath 2009-11-05 09:04:57 UTC (rev 36) +++ trunk/source/NMTree/.classpath 2009-11-05 09:05:16 UTC (rev 37) @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="ch.epfl.lamp.sdt.launching.SCALA_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="output" path="bin"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="ch.epfl.lamp.sdt.launching.SCALA_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> Property changes on: trunk/source/NMTree/.classpath ___________________________________________________________________ Added: svn:keywords + Date Id Modified: trunk/source/NMTree/.project =================================================================== --- trunk/source/NMTree/.project 2009-11-05 09:04:57 UTC (rev 36) +++ trunk/source/NMTree/.project 2009-11-05 09:05:16 UTC (rev 37) @@ -1,18 +1,18 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>NMTree</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>ch.epfl.lamp.sdt.core.scalabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>ch.epfl.lamp.sdt.core.scalanature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>NMTree</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>ch.epfl.lamp.sdt.core.scalabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>ch.epfl.lamp.sdt.core.scalanature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Property changes on: trunk/source/NMTree/.project ___________________________________________________________________ Added: svn:keywords + Date Id Modified: trunk/source/NMTree/build.xml =================================================================== --- trunk/source/NMTree/build.xml 2009-11-05 09:04:57 UTC (rev 36) +++ trunk/source/NMTree/build.xml 2009-11-05 09:05:16 UTC (rev 37) @@ -1,73 +1,73 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- WARNING: Eclipse auto-generated file. - Any modifications will be overwritten. - To include a user specific buildfile here, simply create one in the same - directory with the processing instruction <?eclipse.ant.import?> - as the first entry and export the buildfile again. --> -<project basedir="." default="build" name="NMTree"> - <property environment="env"/> - <property name="ECLIPSE_HOME" value="../../../../../../../Applications/eclipse"/> - <property name="NMNetWalker.location" value="../NMNetWalker"/> - <property name="NMShell.location" value="../NMShell"/> - <property name="debuglevel" value="source,lines,vars"/> - <property name="target" value="1.5"/> - <property name="source" value="1.5"/> - <path id="Scala Library version 2.7.7.final.libraryclasspath"> - <pathelement location="${ECLIPSE_HOME}/configuration/org.eclipse.osgi/bundles/197/1/.cp/lib/scala-library.jar"/> - <pathelement location="${ECLIPSE_HOME}/configuration/org.eclipse.osgi/bundles/197/1/.cp/lib/scala-dbc.jar"/> - <pathelement location="${ECLIPSE_HOME}/configuration/org.eclipse.osgi/bundles/197/1/.cp/lib/scala-swing.jar"/> - </path> - <path id="NMTree.classpath"> - <pathelement location="bin"/> - <path refid="Scala Library version 2.7.7.final.libraryclasspath"/> - </path> - <target name="init"> - <mkdir dir="bin"/> - <copy includeemptydirs="false" todir="bin"> - <fileset dir="src"> - <exclude name="**/*.launch"/> - <exclude name="**/*.java"/> - </fileset> - </copy> - </target> - <target name="clean"> - <delete dir="bin"/> - </target> - <target depends="clean" name="cleanall"/> - <target depends="build-subprojects,build-project" name="build"/> - <target name="build-subprojects"/> - <target depends="init" name="build-project"> - <echo message="${ant.project.name}: ${ant.file}"/> - <javac debug="true" debuglevel="${debuglevel}" destdir="bin" source="${source}" target="${target}"> - <src path="src"/> - <classpath refid="NMTree.classpath"/> - </javac> - </target> - <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"> - <ant antfile="${NMNetWalker.location}/build.xml" dir="${NMNetWalker.location}" inheritAll="false" target="clean"/> - <ant antfile="${NMNetWalker.location}/build.xml" dir="${NMNetWalker.location}" inheritAll="false" target="build"> - <propertyset> - <propertyref name="build.compiler"/> - </propertyset> - </ant> - <ant antfile="${NMShell.location}/build.xml" dir="${NMShell.location}" inheritAll="false" target="clean"/> - <ant antfile="${NMShell.location}/build.xml" dir="${NMShell.location}" inheritAll="false" target="build"> - <propertyset> - <propertyref name="build.compiler"/> - </propertyset> - </ant> - </target> - <target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler"> - <copy todir="${ant.library.dir}"> - <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/> - </copy> - <unzip dest="${ant.library.dir}"> - <patternset includes="jdtCompilerAdapter.jar"/> - <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/> - </unzip> - </target> - <target description="compile project with Eclipse compiler" name="build-eclipse-compiler"> - <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/> - <antcall target="build"/> - </target> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- WARNING: Eclipse auto-generated file. + Any modifications will be overwritten. + To include a user specific buildfile here, simply create one in the same + directory with the processing instruction <?eclipse.ant.import?> + as the first entry and export the buildfile again. --> +<project basedir="." default="build" name="NMTree"> + <property environment="env"/> + <property name="ECLIPSE_HOME" value="../../../../../../../Applications/eclipse"/> + <property name="NMNetWalker.location" value="../NMNetWalker"/> + <property name="NMShell.location" value="../NMShell"/> + <property name="debuglevel" value="source,lines,vars"/> + <property name="target" value="1.5"/> + <property name="source" value="1.5"/> + <path id="Scala Library version 2.7.7.final.libraryclasspath"> + <pathelement location="${ECLIPSE_HOME}/configuration/org.eclipse.osgi/bundles/197/1/.cp/lib/scala-library.jar"/> + <pathelement location="${ECLIPSE_HOME}/configuration/org.eclipse.osgi/bundles/197/1/.cp/lib/scala-dbc.jar"/> + <pathelement location="${ECLIPSE_HOME}/configuration/org.eclipse.osgi/bundles/197/1/.cp/lib/scala-swing.jar"/> + </path> + <path id="NMTree.classpath"> + <pathelement location="bin"/> + <path refid="Scala Library version 2.7.7.final.libraryclasspath"/> + </path> + <target name="init"> + <mkdir dir="bin"/> + <copy includeemptydirs="false" todir="bin"> + <fileset dir="src"> + <exclude name="**/*.launch"/> + <exclude name="**/*.java"/> + </fileset> + </copy> + </target> + <target name="clean"> + <delete dir="bin"/> + </target> + <target depends="clean" name="cleanall"/> + <target depends="build-subprojects,build-project" name="build"/> + <target name="build-subprojects"/> + <target depends="init" name="build-project"> + <echo message="${ant.project.name}: ${ant.file}"/> + <javac debug="true" debuglevel="${debuglevel}" destdir="bin" source="${source}" target="${target}"> + <src path="src"/> + <classpath refid="NMTree.classpath"/> + </javac> + </target> + <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"> + <ant antfile="${NMNetWalker.location}/build.xml" dir="${NMNetWalker.location}" inheritAll="false" target="clean"/> + <ant antfile="${NMNetWalker.location}/build.xml" dir="${NMNetWalker.location}" inheritAll="false" target="build"> + <propertyset> + <propertyref name="build.compiler"/> + </propertyset> + </ant> + <ant antfile="${NMShell.location}/build.xml" dir="${NMShell.location}" inheritAll="false" target="clean"/> + <ant antfile="${NMShell.location}/build.xml" dir="${NMShell.location}" inheritAll="false" target="build"> + <propertyset> + <propertyref name="build.compiler"/> + </propertyset> + </ant> + </target> + <target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler"> + <copy todir="${ant.library.dir}"> + <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/> + </copy> + <unzip dest="${ant.library.dir}"> + <patternset includes="jdtCompilerAdapter.jar"/> + <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/> + </unzip> + </target> + <target description="compile project with Eclipse compiler" name="build-eclipse-compiler"> + <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/> + <antcall target="build"/> + </target> +</project> Property changes on: trunk/source/NMTree/build.xml ___________________________________________________________________ Added: svn:keywords + Date Id