OSDN Git Service

test用のコンストラクタを追加
[coroid/jnicoapi.git] / build.xml
old mode 100644 (file)
new mode 100755 (executable)
index 42b57c8..964b036
--- a/build.xml
+++ b/build.xml
@@ -1,9 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!-- You may freely edit this file. See commented blocks below for -->\r
-<!-- some examples of how to customize the build. -->\r
-<!-- (If you delete it and reopen the project it will be recreated.) -->\r
-<project name="NicoBrowser" default="default" basedir=".">\r
-    <description>Builds, tests, and runs the project NicoBrowser.</description>\r
+<?xml version="1.0" encoding="UTF-8"?><!-- You may freely edit this file. See commented blocks below for --><!-- some examples of how to customize the build. --><!-- (If you delete it and reopen the project it will be recreated.) --><!-- By default, only the Clean and Build commands use this build script. --><!-- Commands such as Run, Debug, and Test only use this build script if --><!-- the Compile on Save feature is turned off for the project. --><!-- You can turn off the Compile on Save (or Deploy on Save) setting --><!-- in the project's Project Properties dialog box.--><project name="jnicoapi" default="default" basedir=".">\r
+    <description>Builds, tests, and runs the project jnicoapi.</description>\r
     <import file="nbproject/build-impl.xml"/>\r
     <!--\r
 \r
@@ -54,7 +50,7 @@
 \r
     An example of overriding the target for project execution could look like this:\r
 \r
-        <target name="run" depends="NicoBrowser-impl.jar">\r
+        <target name="run" depends="jnicoapi-impl.jar">\r
             <exec dir="bin" executable="launcher.exe">\r
                 <arg file="${dist.jar}"/>\r
             </exec>\r