最古版。新版→https://osdn.jp/users/tacticsrealize/pf/ChlorophyllUploader/wiki/FrontPage
修订版 | 5996d733465b6723ecf9879facd4424296d675d4 (tree) |
---|---|
时间 | 2015-07-17 15:12:12 |
作者 | MirrgieRiana Kurilab |
Commiter | MirrgieRiana Kurilab |
ChlorophyllUploader: rxtxのjarを埋め込みではなくmaven経由で指定
@@ -25,7 +25,6 @@ | ||
25 | 25 | <classpathentry combineaccessrules="false" kind="src" path="/jp.hishidama"/> |
26 | 26 | <classpathentry combineaccessrules="false" kind="src" path="/mirrg.swing.helium"/> |
27 | 27 | <classpathentry kind="lib" path="mirrg.struct.hydrogen-20150715.jar"/> |
28 | - <classpathentry kind="lib" path="RXTXcomm.jar"/> | |
29 | 28 | <classpathentry combineaccessrules="false" kind="src" path="/mirrg.serial.fluorine"/> |
30 | 29 | <classpathentry combineaccessrules="false" kind="src" path="/TunnelSerialToIEEE1888"/> |
31 | 30 | <classpathentry kind="output" path="target/classes"/> |
@@ -1,30 +1,39 @@ | ||
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
3 | - <modelVersion>4.0.0</modelVersion> | |
4 | - | |
5 | - <groupId>jp.ac.kisarazu.j.kurilab</groupId> | |
6 | - <artifactId>ChlorophyllUploader</artifactId> | |
7 | - <version>0.0.1-SNAPSHOT</version> | |
8 | - <packaging>jar</packaging> | |
9 | - | |
10 | - <name>cf-uploader</name> | |
11 | - <url>http://maven.apache.org</url> | |
2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
3 | + <modelVersion>4.0.0</modelVersion> | |
12 | 4 | |
13 | - <properties> | |
14 | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
15 | - </properties> | |
5 | + <groupId>jp.ac.kisarazu.j.kurilab</groupId> | |
6 | + <artifactId>ChlorophyllUploader</artifactId> | |
7 | + <version>0.0.1-SNAPSHOT</version> | |
8 | + <packaging>jar</packaging> | |
16 | 9 | |
17 | - <dependencies> | |
18 | - <dependency> | |
19 | - <groupId>junit</groupId> | |
20 | - <artifactId>junit</artifactId> | |
21 | - <version>4.12</version> | |
22 | - <scope>test</scope> | |
23 | - </dependency> | |
24 | - <dependency> | |
25 | - <groupId>net.sf.opencsv</groupId> | |
26 | - <artifactId>opencsv</artifactId> | |
27 | - <version>2.3</version> | |
28 | - </dependency> | |
29 | - </dependencies> | |
10 | + <name>cf-uploader</name> | |
11 | + <url>http://maven.apache.org</url> | |
12 | + | |
13 | + <properties> | |
14 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
15 | + </properties> | |
16 | + | |
17 | + <dependencies> | |
18 | + <dependency> | |
19 | + <groupId>junit</groupId> | |
20 | + <artifactId>junit</artifactId> | |
21 | + <version>4.12</version> | |
22 | + <scope>test</scope> | |
23 | + </dependency> | |
24 | + <dependency> | |
25 | + <groupId>net.sf.opencsv</groupId> | |
26 | + <artifactId>opencsv</artifactId> | |
27 | + <version>2.3</version> | |
28 | + </dependency> | |
29 | + <dependency> | |
30 | + <groupId>xstream</groupId> | |
31 | + <artifactId>xstream</artifactId> | |
32 | + <version>1.2.2</version> | |
33 | + </dependency><dependency> | |
34 | + <groupId>org.rxtx</groupId> | |
35 | + <artifactId>rxtx</artifactId> | |
36 | + <version>2.1.7</version> | |
37 | + </dependency> | |
38 | + </dependencies> | |
30 | 39 | </project> |