Skip to content

Commit 1467e73

Browse files
committed
#0000 Review: Correction/optimization
1 parent 6ca7811 commit 1467e73

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.project

Lines changed: 0 additions & 12 deletions
This file was deleted.

development/build.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
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"/>

0 commit comments

Comments
 (0)