Skip to content

Commit

Permalink
ant and eclipse settings
Browse files Browse the repository at this point in the history
#3239 made core-formula depend on core-util.
This adapts ant and eclipse settings
  • Loading branch information
kasemir committed Jan 17, 2025
1 parent dfc123a commit 5475b43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<target name="clean" description="Remove all artifacts">
<ant target="clean" dir="core/pva"/>
<ant target="clean" dir="core/vtype"/>
<ant target="clean" dir="core/util"/>
<ant target="clean" dir="core/formula"/>
<ant target="clean" dir="core/framework"/>
<ant target="clean" dir="core/util"/>
<ant target="clean" dir="core/email"/>
<ant target="clean" dir="core/pv"/>
<ant target="clean" dir="core/pv-ca"/>
Expand Down Expand Up @@ -91,9 +91,9 @@
-->
<ant dir="core/pva"/>
<ant dir="core/vtype"/>
<ant dir="core/util"/>
<ant dir="core/formula"/>
<ant dir="core/framework"/>
<ant dir="core/util"/>
<ant dir="core/email"/>
<ant dir="core/pv"/>
<ant dir="core/pv-ca"/>
Expand Down
1 change: 1 addition & 0 deletions core/formula/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 1 addition & 0 deletions core/formula/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</fileset>
<pathelement path="../framework/${build}/core-framework-${version}.jar"/>
<pathelement path="../vtype/${build}/core-vtype-${version}.jar"/>
<pathelement path="../util/${build}/core-util-${version}.jar"/>
</classpath>
</javac>
<jar destfile="${build}/core-formula-${version}.jar">
Expand Down

0 comments on commit 5475b43

Please sign in to comment.