Skip to content

Commit

Permalink
buid.xml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
miura committed Sep 6, 2012
1 parent 023d516 commit b1de3da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.xml
Expand Up @@ -7,7 +7,7 @@

<property name="pluginsDir" location="$basedir/../../../imagej/plugins/" />
<property name="fijipluginsDir" location="/Applications/Fiji.app/plugins/" />
<property name="ws1pluginsDir" location="/users/miura/Documents/ws1/imagej/plugins/" />
<property name="ws1pluginsDir" location="${basedir}/../imagej/plugins/" />

<property name="user.name" value="Kota Miura" >
</property>
Expand All @@ -28,11 +28,13 @@
<attribute name="Built-By" value="${user.name}"/>
</manifest>
</jar>
<!--
<copy file="${jarname}" toDir="${pluginsDir}" />
<echo>
Copied to ${pluginsDir}
</echo>
<copy file="${jarname}" toDir="${ws1pluginsDir}" />
-->
<copy file="${jarname}" toDir="${pluginsDir}" />
<echo>
Copied to ${ws1pluginsDir}
</echo>
Expand Down

0 comments on commit b1de3da

Please sign in to comment.