Бета версия

This commit is contained in:
2023-05-04 09:53:04 +06:00
parent a68593fb4d
commit af02be6a6d
10 changed files with 164 additions and 95 deletions

View File

@ -7,8 +7,8 @@
<!-- 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="POTOXML_JavaSE" default="default" basedir=".">
<description>Builds, tests, and runs the project POTOXML_JavaSE.</description>
<project name="GettextDB" default="default" basedir=".">
<description>Builds, tests, and runs the project GettextDB.</description>
<import file="nbproject/build-impl.xml"/>
<!--
@ -58,7 +58,7 @@
An example of overriding the target for project execution could look like this:
<target name="run" depends="POTOXML_JavaSE-impl.jar">
<target name="run" depends="GettextDB-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>