Skip to content

Commit

Permalink
Merge pull request #408 from micro-manager/mvnBuild
Browse files Browse the repository at this point in the history
MMCoreJ build: simplify mvn build
  • Loading branch information
marktsuchida authored Dec 1, 2023
2 parents acbd5bc + 061cdcb commit e64c67d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions MMCoreJ_wrap/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
<target name="compile" depends="prepare" description="Compile Java sources">
<mkdir dir="${intdir}"/>

<copy todir="${srcdir}/${package}" file="TaggedImage.java"/>

<mm-javac destdir="${intdir}">
<src path="${json.srcdir}"/>
<include name="mmcorej/*"/>
<include name="mmcorej/org/json/**"/>

<src path="${srcdir}"/>
<include name="${package}/**"/>
</mm-javac>
Expand Down
2 changes: 1 addition & 1 deletion MMCoreJ_wrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</goals>
<configuration>
<sources>
<source>../../build/intermediates/Swig</source>
<source>../build/intermediates/Swig</source>
</sources>
</configuration>
</execution>
Expand Down
File renamed without changes.

0 comments on commit e64c67d

Please sign in to comment.