Last change
on this file since 4627 was 4166, checked in by stoecker, 13 years ago |
i18n update, split plugin and core translation
|
-
Property svn:eol-style
set to
native
|
File size:
490 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="potlatch2_patch_utils" basedir="." default="assemble">
|
---|
3 | <!-- concatinate the files to one mapcss style file -->
|
---|
4 | <target name="assemble">
|
---|
5 | <concat destfile="../../styles/standard/potlatch2.mapcss">
|
---|
6 | <filelist dir="." files="prelude.css"/>
|
---|
7 | <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,core_relations.css,potlatch.css"/>
|
---|
8 | </concat>
|
---|
9 | </target>
|
---|
10 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.