Revisión | 5617c49ebe05551ba95c8322d4245ddcb0f49759 (tree) |
---|---|
Tiempo | 2015-11-17 18:13:00 |
Autor | MirrgieRiana |
Commiter | MirrgieRiana |
mirrg.game.math.wulfenite-0.1: version 0.1.1
@@ -12,7 +12,7 @@ | ||
12 | 12 | |
13 | 13 | // ★成果物のバージョン |
14 | 14 | def superversion = '0.1' // 破壊的なバージョン変更 |
15 | -def subversion = '0' // 破壊的でないバージョン変更 | |
15 | +def subversion = '1' // 破壊的でないバージョン変更 | |
16 | 16 | |
17 | 17 | // ★依存関係 |
18 | 18 | dependencies { |
@@ -0,0 +1,27 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"> | |
3 | + <info organisation="mirrg" module="mirrg.game.math.wulfenite" revision="0.1.1" status="integration" publication="20151117181106"> | |
4 | + <description/> | |
5 | + </info> | |
6 | + <configurations> | |
7 | + <conf name="archives" visibility="public" description="Configuration for archive artifacts."/> | |
8 | + <conf name="compile" visibility="private" description="Compile classpath for source set 'main'."/> | |
9 | + <conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/> | |
10 | + <conf name="runtime" visibility="private" description="Runtime classpath for source set 'main'." extends="compile"/> | |
11 | + <conf name="testCompile" visibility="private" description="Compile classpath for source set 'test'." extends="compile"/> | |
12 | + <conf name="testRuntime" visibility="private" description="Runtime classpath for source set 'test'." extends="runtime,testCompile"/> | |
13 | + </configurations> | |
14 | + <publications> | |
15 | + <artifact name="mirrg.game.math.wulfenite" type="jar" ext="jar" conf="archives,runtime"/> | |
16 | + <artifact name="mirrg.game.math.wulfenite" type="jar" ext="jar" conf="archives" m:classifier="sources"/> | |
17 | + <artifact name="mirrg.game.math.wulfenite" type="jar" ext="jar" conf="archives" m:classifier="javadoc"/> | |
18 | + </publications> | |
19 | + <dependencies> | |
20 | + <dependency org="org.eclipse.jdt" name="org.eclipse.jdt.annotation" rev="2.0.0" conf="compile->default"/> | |
21 | + <dependency org="mirrg" name="mirrg.struct.hydrogen-1.0" rev="+" conf="compile->default"/> | |
22 | + <dependency org="mirrg" name="mirrg.swing.neon-1.1" rev="+" conf="compile->default"/> | |
23 | + <dependency org="mirrg" name="mirrg.applet.mathematics.zinc-1.0" rev="+" conf="compile->default"/> | |
24 | + <dependency org="mirrg" name="mirrg.compile.lithiumbromide-1.2" rev="+" conf="compile->default"/> | |
25 | + <dependency org="junit" name="junit" rev="4.+" conf="testCompile->default"/> | |
26 | + </dependencies> | |
27 | +</ivy-module> |
@@ -0,0 +1,1 @@ | ||
1 | +b135e5d574091f59cbaed045b47b8b1a812806d5 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +3353f37c1f290371fce7640f9395e67b1d609a4e | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +c980dc231598afc03e35d439d01d4c6c4695dd40 | |
\ No newline at end of file |
@@ -0,0 +1,1 @@ | ||
1 | +6b3f51ef43d09bad8605dbd4a6950320d0c2612d | |
\ No newline at end of file |