Skip to content

Commit 1eec116

Browse files
committed
box.json location
1 parent 72a71b8 commit 1eec116

File tree

8 files changed

+15
-2
lines changed

8 files changed

+15
-2
lines changed
File renamed without changes.

build.number

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Build Number for ANT. Edit not!
2-
#Tue, 15 Apr 2014 09:50:31 -0700
2+
#Thu, 05 Jun 2014 12:44:41 +0100
33

4-
build.number=00010
4+
build.number=00011

build.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@
4747
<fileset dir="modules/javaloader" />
4848
</copy>
4949

50+
<!-- Copy Static Assets -->
51+
<copy todir="${dir.build}/${project.name}">
52+
<fileset file="readme.txt" />
53+
<fileset file="changelog.txt" />
54+
<fileset file="license.txt" />
55+
<fileset file="instructions.txt" />
56+
</copy>
57+
58+
<!-- Copy Static Assets -->
59+
<copy todir="${dir.build}">
60+
<fileset file="box.json" />
61+
</copy>
62+
5063
<!-- Replace Build Numbers -->
5164
<replaceregexp match='@build.number@' replace="${build.number}" flags="ig" byline="true">
5265
<fileset dir="${dir.build}">
File renamed without changes.

distributions/javaloader1.0.0.zip

-4.38 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)