File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<project name =" aspect-js tutorial" default =" update" basedir =" ../../aspect-js" >
3+ <target name =" usage" >
4+ <echo > </echo >
5+ <echo > the following targets are available ... </echo >
6+ <echo > </echo >
7+ <echo > archive builds aspect-js in the main project </echo >
8+ <echo > </echo >
9+ <echo > update builds aspect-js in the main project </echo >
10+ <echo > and updates aspect-js in all examples </echo >
11+ <echo > </echo >
12+ <echo > changes synchronizes README.md with CHANGES </echo >
13+ </target >
14+
315 <target name =" update" >
416 <ant antfile =" ./development/build.xml" target =" archive" />
5- <property name =" workspace" value =" ../aspect-js tutorial" />
17+ <property name =" workspace" value =" ../aspect-js- tutorial" />
618 <copy file =" ./releases/aspect-js.js" todir =" ${ workspace } /Step_02 Integration of Seanox aspect-js/assets" overwrite =" true" />
719 <copy file =" ./releases/aspect-js.js" todir =" ${ workspace } /Step_03 Prototype - Splitting into components/assets" overwrite =" true" />
820 <copy file =" ./releases/aspect-js.js" todir =" ${ workspace } /Step_04 Internationalization (i18n)/assets" overwrite =" true" />
You can’t perform that action at this time.
0 commit comments