Skip to content

Commit 29716bd

Browse files
committed
Minor: created zip and tar.gz on release
1 parent 3c3cecb commit 29716bd

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

build.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@
202202
<fileset dir="graphdb/config" includes="*.xml"/>
203203
</copy>
204204

205+
<copy todir="${community.release}/databases">
206+
<fileset dir="graphdb/target/databases" includes="*"/>
207+
</copy>
208+
205209
<copy todir="${community.release}/lib" flatten="true">
206210
<fileset dir="graphdb/lib" includes="*.jar"/>
207211
</copy>
@@ -271,11 +275,9 @@
271275
<mkdir dir="${community.release}"/>
272276
<delete file="../releases/orientdb-community-${version}.zip"/>
273277
<zip destfile="../releases/orientdb-community-${version}.zip" basedir="../releases" level="9" update="false"
274-
includes="orientdb-community-*/" excludes="**/*.log.*"/>
275-
<!--
278+
includes="orientdb-community-${version}/" excludes="**/*.log.*"/>
276279
<tar destfile="../releases/orientdb-community-${version}.tar.gz" basedir="../releases" compression="gzip"
277280
includes="orientdb-community-${version}/" excludes="**/*.log.*"/>
278-
-->
279281
</target>
280282

281283
</project>

0 commit comments

Comments
 (0)