Revision: 9220
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9220&view=rev
Author:   dnaber
Date:     2013-01-26 12:04:29 +0000 (Sat, 26 Jan 2013)
Log Message:
-----------
move the hunspell libs to its own project - other modules will depend on it

Modified Paths:
--------------
    trunk/languagetool/languagetool-language-modules/de/pom.xml
    trunk/languagetool/pom.xml

Added Paths:
-----------
    trunk/languagetool/hunspell-native-libs/
    trunk/languagetool/hunspell-native-libs/libs/
    trunk/languagetool/hunspell-native-libs/libs/native-lib/
    
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-ppc-32.jnilib
    
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-x86-32.jnilib
    
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-x86-64.jnilib
    
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-win-x86-32.dll
    
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-win-x86-64.dll
    
trunk/languagetool/hunspell-native-libs/libs/native-lib/libhunspell-linux-x86-32.so
    
trunk/languagetool/hunspell-native-libs/libs/native-lib/libhunspell-linux-x86-64.so
    trunk/languagetool/hunspell-native-libs/pom.xml

Removed Paths:
-------------
    trunk/languagetool/languagetool-language-modules/de/libs/


Property changes on: trunk/languagetool/hunspell-native-libs
___________________________________________________________________
Added: svn:ignore
   + *.iml
target



Added: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-ppc-32.jnilib
===================================================================
(Binary files differ)


Property changes on: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-ppc-32.jnilib
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-x86-32.jnilib
===================================================================
(Binary files differ)


Property changes on: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-x86-32.jnilib
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-x86-64.jnilib
===================================================================
(Binary files differ)


Property changes on: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-darwin-x86-64.jnilib
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-win-x86-32.dll
===================================================================
(Binary files differ)


Property changes on: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-win-x86-32.dll
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-win-x86-64.dll
===================================================================
(Binary files differ)


Property changes on: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/hunspell-win-x86-64.dll
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/libhunspell-linux-x86-32.so
===================================================================
(Binary files differ)


Property changes on: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/libhunspell-linux-x86-32.so
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/libhunspell-linux-x86-64.so
===================================================================
(Binary files differ)


Property changes on: 
trunk/languagetool/hunspell-native-libs/libs/native-lib/libhunspell-linux-x86-64.so
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/languagetool/hunspell-native-libs/pom.xml
===================================================================
--- trunk/languagetool/hunspell-native-libs/pom.xml                             
(rev 0)
+++ trunk/languagetool/hunspell-native-libs/pom.xml     2013-01-26 12:04:29 UTC 
(rev 9220)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <groupId>org.languagetool</groupId>
+    <artifactId>hunspell-native-libs</artifactId>
+    <version>2.1-SNAPSHOT</version>
+    <url>http://www.languagetool.org</url>
+    <name>Hunspell native libs</name>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>libs/native-lib</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                  
<tagBase>https://languagetool.svn.sourceforge.net/svnroot/languagetool/tags/</tagBase>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    
+</project>
\ No newline at end of file

Modified: trunk/languagetool/languagetool-language-modules/de/pom.xml
===================================================================
--- trunk/languagetool/languagetool-language-modules/de/pom.xml 2013-01-26 
11:55:52 UTC (rev 9219)
+++ trunk/languagetool/languagetool-language-modules/de/pom.xml 2013-01-26 
12:04:29 UTC (rev 9220)
@@ -36,17 +36,6 @@
     </developers>
     
     <build>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-            </resource>
-            <resource>
-                <directory>libs/native-lib</directory>
-                <includes>
-                    <include>**/*</include>
-                </includes>
-            </resource>
-        </resources>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -75,6 +64,11 @@
             <artifactId>languagetool-core</artifactId>
             <version>2.1-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.languagetool</groupId>
+            <artifactId>hunspell-native-libs</artifactId>
+            <version>2.1-SNAPSHOT</version>
+        </dependency>
 
         <dependency>
             <!-- see 
http://stackoverflow.com/questions/174560/sharing-test-code-in-maven#174670 -->

Modified: trunk/languagetool/pom.xml
===================================================================
--- trunk/languagetool/pom.xml  2013-01-26 11:55:52 UTC (rev 9219)
+++ trunk/languagetool/pom.xml  2013-01-26 12:04:29 UTC (rev 9220)
@@ -44,6 +44,7 @@
     <module>languagetool-gui-commons</module>
     <module>languagetool-standalone</module>
     <module>languagetool-office-extension</module>
+    <module>hunspell-native-libs</module>
   </modules>
 
 </project>
\ No newline at end of file

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to