зеркало из
1
0
Форкнуть 0
This commit is contained in:
Abdelrahman Elogeel 2012-06-05 15:26:10 -07:00
Родитель 43107fefd2
Коммит 7120108174
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -188,4 +188,11 @@
<arg value="package" />
</exec>
</target>
<target name="new-pear-release" description="Adds new release to PEAR channel">
<exec executable="php.exe">
<arg path="${basedir}/ChannelManager.php" />
<arg value="release" />
</exec>
</target>
</project>