Skip to content

Commit 13ebb05

Browse files
author
davidfestal
committed
Copy the bin directory to the embedded distribution
1 parent a47f933 commit 13ebb05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dist/osgi/build.xml

+7
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<target name="clean">
9090
<delete failonerror="false" dir="${build}"/>
9191
<delete failonerror="false" dir="${repoDir}/repo"/>
92+
<delete failonerror="false" dir="${repoDir}/bin"/>
9293
<delete failonerror="false" dir="${base.path}/ceylon-bootstrap.jar"/>
9394
</target>
9495

@@ -130,6 +131,12 @@
130131
<include name="**" />
131132
</fileset>
132133
</copy>
134+
<mkdir dir="${repoDir}/bin" />
135+
<copy todir="${repoDir}/bin">
136+
<fileset dir="${ceylon.bin.dir}">
137+
<include name="**" />
138+
</fileset>
139+
</copy>
133140
<copy todir="${basedir}">
134141
<fileset dir="${ceylon.dist.dir}">
135142
<include name="lib/ceylon-bootstrap.jar" />
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4-
<classpathentry kind="output" path="bin"/>
4+
<classpathentry kind="output" path=""/>
55
</classpath>

0 commit comments

Comments
 (0)