Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit e4b2304

Browse files
committed
2.0.0
1 parent fb7f79a commit e4b2304

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

build.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project name="module-gitlist" basedir=".">
3-
3+
44
<dirname property="project.basedir" file="${ant.file.module-gitlist}"/>
55
<property name="root.dir" location="${project.basedir}/.."/>
66
<property name="build.properties" value="${project.basedir}/build.properties"/>
77
<property file="${build.properties}"/>
8-
8+
99
<!-- Neard dev -->
1010
<property name="dev.path" location="${root.dir}/dev"/>
1111
<fail unless="dev.path" message="Project 'dev' not found in ${dev.path}"/>
12-
<echo message="Neard dev found in ${dev.path}" level="debug"/>
13-
12+
<echo message="Neard dev found in ${dev.path}" level="debug"/>
13+
1414
<!-- Import build-commons.xml -->
1515
<import file="${dev.path}/build/build-commons.xml"/>
1616
<!-- Import build-bundle.xml -->
1717
<import file="${dev.path}/build/build-bundle.xml"/>
18-
18+
1919
<target name="release.build">
2020
<basename property="bundle.folder" file="${bundle.path}"/>
2121
<replaceproperty src="bundle.folder" dest="bundle.version" replace="${bundle.name}" with=""/>
22-
22+
2323
<getmoduleuntouched name="${bundle.name}" version="${bundle.version}" propSrcDest="bundle.srcdest" propSrcFilename="bundle.srcfilename"/>
24-
<assertfile file="${bundle.srcdest}/gitlist/index.php"/>
25-
24+
<assertfile file="${bundle.srcdest}/public/index.php"/>
25+
2626
<delete dir="${bundle.tmp.prep.path}/${bundle.folder}"/>
2727
<mkdir dir="${bundle.tmp.prep.path}/${bundle.folder}"/>
2828
<copy todir="${bundle.tmp.prep.path}/${bundle.folder}" overwrite="true">
29-
<fileset dir="${bundle.srcdest}/gitlist"/>
29+
<fileset dir="${bundle.srcdest}"/>
3030
</copy>
3131
<copy todir="${bundle.tmp.prep.path}/${bundle.folder}" overwrite="true">
3232
<fileset dir="${bundle.path}" defaultexcludes="yes"/>
3333
</copy>
3434
</target>
35-
35+
3636
</project>

0 commit comments

Comments
 (0)