• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作業部屋の使い方を試しています。


Commit MetaInfo

Revision120 (tree)
Time2015-02-12 18:09:53
Authortuna_p

Log Message

プロジェクト名変更

Change Summary

Incremental Difference

--- branches/b1-swing/build.xml (revision 119)
+++ branches/b1-swing/build.xml (revision 120)
@@ -7,8 +7,8 @@
77 <!-- the Compile on Save feature is turned off for the project. -->
88 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
99 <!-- in the project's Project Properties dialog box.-->
10-<project name="swingTest01" default="default" basedir=".">
11- <description>Builds, tests, and runs the project swingTest01.</description>
10+<project name="testswing01" default="default" basedir=".">
11+ <description>Builds, tests, and runs the project testswing01.</description>
1212 <import file="nbproject/build-impl.xml"/>
1313 <!--
1414
@@ -58,7 +58,7 @@
5858
5959 An example of overriding the target for project execution could look like this:
6060
61- <target name="run" depends="swingTest01-impl.jar">
61+ <target name="run" depends="testswing01-impl.jar">
6262 <exec dir="bin" executable="launcher.exe">
6363 <arg file="${dist.jar}"/>
6464 </exec>