Author: ks156
Date: 2008-12-19 11:40:18 +0100 (Fri, 19 Dec 2008)
New Revision: 3237
Added:
software_suite_v2/software/tools/attitunesStudio/trunk/pom.xml
Log:
* Added pom.xml to compile this tool with maven.
Added: software_suite_v2/software/tools/attitunesStudio/trunk/pom.xml
===================================================================
--- software_suite_v2/software/tools/attitunesStudio/trunk/pom.xml
(rev 0)
+++ software_suite_v2/software/tools/attitunesStudio/trunk/pom.xml
2008-12-19 10:40:18 UTC (rev 3237)
@@ -0,0 +1,99 @@
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.kysoh</groupId>
+ <artifactId>attitunes_studio</artifactId>
+ <packaging>jar</packaging>
+ <version>0.0.1</version>
+ <name>Attitunes Studio</name>
+ <url>http://www.kysoh.com</url>
+ <repositories>
+ <repository>
+ <id>kysoh</id>
+ <name>Kysoh Repository</name>
+ <layout>default</layout>
+ <url>http://ftp.kysoh.com/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>karma-lab</id>
+ <name>KarmaLab Repository Switchboard</name>
+ <layout>default</layout>
+ <url>http://artisan.karma-lab.net/software/repository</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>net.karmaLab</groupId>
+ <artifactId>karmalab-commons</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.tuxisalive</groupId>
+ <artifactId>tuxdroid-java-api</artifactId>
+ <version>0.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.l2fprod</groupId>
+ <artifactId>skinlf</artifactId>
+ <version>6.7</version>
+ </dependency>
+ <dependency>
+ <groupId>com.tuxdroid</groupId>
+ <artifactId>tuxdroid-installer-paths</artifactId>
+ <version>0.0.1</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <!--Include the pictures and the .properties files.-->
+ <!--Excluse all other files.-->
+ <resources>
+ <resource>
+ <directory>images</directory>
+ </resource>
+ <resource>
+ <directory>src</directory>
+ <includes>
+ <include>**/*.png</include>
+ <include>**/*.properties</include>
+ </includes>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+
+ </resource>
+ </resources>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <!--Set the manifest : mainclass and classpath-->
+ <manifest>
+ <mainClass>main</mainClass>
+ </manifest>
+ <manifestEntries>
+ <Class-Path>./tuxdroid-api.jar ./skinlf.jar
./tuxdroid-installer-paths.jar</Class-Path>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on:
software_suite_v2/software/tools/attitunesStudio/trunk/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn