Skip to content

Commit

Permalink
buildscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed May 2, 2020
1 parent 8e6ec01 commit 813561a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<project name="AcqEngJ" default="jar">
<import file="../javalibrarybuild.xml"/>
</project>
<property name="namespace" value="org.micromanager.acqengj"/>

<import file="javabuild.xml"/>

<path id="project.classpath">
<path refid="mm.compile.classpath"/>
<pathelement location="${mm.java.lib.mmcorej}"/>
<pathelement location="${mm.java.lib.mmstudio}"/>
</path>

<path id="project.linked.jars">
<pathelement location="${mm.java.lib.mmcorej}"/>
<pathelement location="${mm.java.lib.mmstudio}"/>
</path>
</project>

0 comments on commit 813561a

Please sign in to comment.