Skip to content

Commit

Permalink
Eclipse and ant for freetts-annunciator
Browse files Browse the repository at this point in the history
  • Loading branch information
kasemir committed May 6, 2024
1 parent f30785d commit b2b109c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions app/alarm/freetts-annunciator/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>app-alarm-freetts-annunciator</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
5 changes: 3 additions & 2 deletions app/alarm/freetts-annunciator/build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project default="app-alarm-ui">
<project default="app-alarm-freetts-annunciator">
<import file="../../../dependencies/ant_settings.xml"/>

<target name="app-alarm-freetts-annunciator">
Expand All @@ -7,7 +7,8 @@
<src path="${src}"/>
<classpath>
<path refid="app-classpath"/>
<pathelement path="../model/${build}/app-alarm-ui-${version}.jar"/>
<pathelement path="../model/${build}/app-alarm-model-${version}.jar"/>
<pathelement path="../ui/${build}/app-alarm-ui-${version}.jar"/>
</classpath>
</javac>

Expand Down
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<ant target="clean" dir="app/scan/ui"/>
<ant target="clean" dir="app/alarm/model"/>
<ant target="clean" dir="app/alarm/ui"/>
<ant target="clean" dir="app/alarm/freetts-annunciator"/>
<ant target="clean" dir="app/alarm/logging-ui"/>
<ant target="clean" dir="app/alarm/datasource"/>
<ant target="clean" dir="app/update"/>
Expand Down Expand Up @@ -138,6 +139,7 @@
<ant dir="app/scan/ui"/>
<ant dir="app/alarm/model"/>
<ant dir="app/alarm/ui"/>
<ant dir="app/alarm/freetts-annunciator"/>
<ant dir="app/alarm/logging-ui"/>
<ant dir="app/alarm/datasource"/>
<ant dir="app/update"/>
Expand Down

0 comments on commit b2b109c

Please sign in to comment.