Skip to content

Commit 8a5ea7d

Browse files
committedJun 22, 2014
1 parent fda5524 commit 8a5ea7d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎build.xml

+12
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,18 @@
272272
</fileset>
273273
</copy>
274274

275+
<copy todir="${basedir}/build/phar/ocramius-lazy-map">
276+
<fileset dir="${basedir}/vendor/ocramius/lazy-map/src">
277+
<include name="**/*.php" />
278+
</fileset>
279+
</copy>
280+
281+
<copy todir="${basedir}/build/phar/ocramius-instantiator">
282+
<fileset dir="${basedir}/vendor/ocramius/instantiator/src">
283+
<include name="**/*.php" />
284+
</fileset>
285+
</copy>
286+
275287
<copy todir="${basedir}/build/phar/symfony">
276288
<fileset dir="${basedir}/vendor/symfony">
277289
<include name="**/*.php" />

0 commit comments

Comments
 (0)
Please sign in to comment.