OSDN Git Service

キーワード検索の検索範囲を設定ファイルに保持するようにした。キーワード検索入力欄のサイズ設定を変更した。
[neighbornote/NeighborNote.git] / build.xml
index d585d33..9cb182c 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <project default="jar" basedir=".">
   <!-- program name -->
-  <property name="project.name" value="nixnote"/>
+  <property name="project.name" value="neighbornote"/>
   <property name="application.name" value="sandbox"/>
 
   <!-- targeted QtJambi library version  -->
   <property name="jvm.gcs" value="incgc"/><!-- GC strategy -->
 
   <!-- product jar file -->
-  <property name="jar.name" value="nixnote.jar"/>
+  <property name="jar.name" value="neighbornote.jar"/>
 
   <!-- product exec command -->
-  <property name="shell.command" value="nixnote.sh"/>
-  <property name="bat.command" value="nixnote.bat"/>
+  <property name="shell.command" value="neighbornote.sh"/>
+  <property name="bat.command" value="neighbornote.bat"/>
 
   <!-- qt utils -->
   <property name="linguist.update" value="lupdate"/>
   <property name="linguist.release" value="lrelease"/>
 
   <!-- translations -->
-  <property name="linguist.project" value="nixnote.pro"/>
+  <property name="linguist.project" value="neighbornote.pro"/>
 
   <!-- documents -->
   <property name="doc.changelog" value="changelog.txt"/>
     <path id="java.classpath">
       <!-- bundled library -->
       <pathelement location="${lib.dir}/apache-mime4j-0.6.jar"/>
-      <pathelement location="${lib.dir}/commons-codec-1.3.jar"/>
-      <pathelement location="${lib.dir}/commons-compress-1.1.jar"/>
-      <pathelement location="${lib.dir}/commons-lang-2.4.jar"/>
+      <pathelement location="${lib.dir}/commons-codec-1.5.jar"/>
+      <pathelement location="${lib.dir}/commons-compress-1.2.jar"/>
+      <pathelement location="${lib.dir}/commons-lang3-3.0.jar"/>
       <pathelement location="${lib.dir}/commons-logging-1.1.1.jar"/>
-      <pathelement location="${lib.dir}/evernote.jar"/>
+      <pathelement location="${lib.dir}/evernote-api-1.25.0.jar"/>
       <pathelement location="${lib.dir}/libthrift.jar"/>
-      <pathelement location="${lib.dir}/PDFRenderer.jar"/>
       <pathelement location="${lib.dir}/log4j-1.2.14.jar"/>
-      <pathelement location="${lib.dir}/h2-1.2.136.jar"/>
-      <pathelement location="${lib.dir}/commons-lang-2.4.jar"/>
+      <pathelement location="${lib.dir}/h2-1.3.158.jar"/>
       <pathelement location="${lib.dir}/jtidy-r938.jar"/>
-      <pathelement location="${lib.dir}/httpclient-4.0.3.jar"/>
-      <pathelement location="${lib.dir}/httpcore-4.0.1.jar"/>
-      <pathelement location="${lib.dir}/httpmime-4.0.3.jar"/>
+      <pathelement location="${lib.dir}/httpclient-4.1.1.jar"/>
+      <pathelement location="${lib.dir}/httpcore-4.1.jar"/>
+      <pathelement location="${lib.dir}/httpmime-4.1.1.jar"/>
       <pathelement location="${lib.dir}/jaxen-1.1.3.jar"/>
       <pathelement location="${lib.dir}/jazzy.jar"/>
-      <pathelement location="${lib.dir}/pdfbox-app-1.3.1.jar"/>
+      <pathelement location="${lib.dir}/pdfbox-app-1.6.0.jar"/>
       <pathelement location="${lib.dir}/poi-3.7-20101029.jar"/>
       <pathelement location="${lib.dir}/poi-ooxml-3.7.jar"/>
       <pathelement location="${lib.dir}/poi-ooxml-schemas-3.7-20101029.jar"/>
       <pathelement location="${lib.dir}/poi-scratchpad-3.7-20101029.jar"/>
+      <pathelement location="${lib.dir}/scribe-1.3.0.jar"/>
       <pathelement location="${lib.dir}/tika.jar"/>
       <pathelement location="${lib.dir}/xmlbeans-2.3.0.jar"/>
       <pathelement location="${lib.dir}/xsdlib-20060615.jar"/>
   </target>
 
   <target name="resources" depends="init,release-tr">
-      <mkdir dir="${classes.dir}/cx/fbn/nixnote/icons"/>
-      <copy todir="${classes.dir}/cx/fbn/nixnote/icons">
-         <fileset dir="${src.dir}/cx/fbn/nixnote/icons"/>
+      <mkdir dir="${classes.dir}/cx/fbn/nevernote/icons"/>
+      <copy todir="${classes.dir}/cx/fbn/nevernote/icons">
+         <fileset dir="${src.dir}/cx/fbn/nevernote/icons"/>
       </copy>
       <mkdir dir="${classes.dir}/translations"/>
       <copy todir="${classes.dir}/translations">
        <fileset dir="${doc.dir}"/>
      </copy>
      <exec dir="dist" executable="tar">
-         <arg line="czf ../../nixnote-bin.tar.gz ."/>
+         <arg line="czf ../../neighbornote-bin.tar.gz ."/>
      </exec>
   </target>