Skip to content

Commit

Permalink
plugin renames to jcz3d
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Nov 13, 2016
1 parent b851be6 commit b8e0189
Show file tree
Hide file tree
Showing 104 changed files with 26 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,5 +1,8 @@
# Version history

* MacOS: application title is again JCloisterZone
* experimental support for "rectangular" tiles + plugin with 3D graphics tiles projected as rectangle.

## 3.4.2
*2015-11-21*

Expand Down
21 changes: 21 additions & 0 deletions pom.xml
Expand Up @@ -255,6 +255,27 @@
</tasks>
</configuration>
</execution>
<execution>
<!-- Package plugin resource files in a flat hierarchy. -->
<!-- jar cfM build/plugins/jcz3d.jar -C src/main/resources/plugins/jcz3d . -->
<id>plugin-jcz3d</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<mkdir dir="build/plugins" />
<exec executable="jar">
<arg value="cfM" />
<arg value="build/plugins/jcz3d.jar" />
<arg value="-C" />
<arg value="src/main/resources/plugins/jcz3d" />
<arg value="." />
</exec>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/main/config/config.tpl
Expand Up @@ -35,7 +35,7 @@ screenshots:
scale: ${screenshot_scale}

# plugins/classic.jar - Graphics from original board game
# plugins/jcz.jar - 3D graphics
# plugins/jcz3d.jar - 3D graphics
# plugins/rgg_siege.jar - RGG's Siege tiles instead of original The Cathars tiles
plugins: ${plugins}

Expand Down
File renamed without changes
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="com.jcloisterzone.plugins.classic" version="3.5">
<title>JCZ artwork</title>
<title>JCZ 3D artwork</title>
<description>JCloisterZone 3D</description>
<type>FULL_GRF_SET</type>
<tiles>
Expand Down

0 comments on commit b8e0189

Please sign in to comment.