Skip to content

Commit 176ffdc

Browse files
author
Vladimir Kotal
committed
remove release target
1 parent ffd8c13 commit 176ffdc

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

build.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,34 +1312,5 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
13121312
</javac>
13131313
</target>
13141314

1315-
<target name="release" depends="dist,package">
1316-
<exec os="SunOS" executable="${tools.dir}/dorelease.py" failonerror="true">
1317-
<!--
1318-
For some reason, long options can only be used with '=',
1319-
so use short options for better readability.
1320-
-->
1321-
<arg value="-D new"/>
1322-
<!--
1323-
Some day we might get the repository information from the origin
1324-
as reported by 'git remote' command. This will enable forked
1325-
projects to create their releases easily.
1326-
-->
1327-
<arg value="-r oracle/OpenGrok"/>
1328-
<arg value="-t ${version}"/>
1329-
<!--
1330-
The directory of the files should really be ${dist.dir}
1331-
however it does not work.
1332-
-->
1333-
<arg file="dist/${tardest}"/>
1334-
<!--
1335-
These 2 files should really be conditional
1336-
to avoid the whole target to be SunOS dependent
1337-
however 'arg' does not allow 'if'.
1338-
-->
1339-
<arg file="dist/OSOLopengrok-${version}.pkg"/>
1340-
<arg file="dist/${distname}-${version}.p5p"/>
1341-
</exec>
1342-
</target>
1343-
13441315
<target name="all" depends="clean,plugins,jar,compile.jsp,test,javadoc,pmd,findbugs-xml,checkstyle" />
13451316
</project>

0 commit comments

Comments
 (0)