mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
07.28.2013 f93662c9bc628c3e08824a53ce0ec2f3f347e7bc
Fix for OPENDJ-1136. Removing OpenDS SVR4 package files that are no longer maintained. Corrected minor build constants.
8 files deleted
2 files modified
1752 ■■■■■ changed files
opends/build-svr4.xml 4 ●●●● patch | view | raw | blame | history
opends/build.xml 8 ●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/README 11 ●●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/_svc-opends.sh 63 ●●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/copyright 1272 ●●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/install.html 68 ●●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/install.txt 25 ●●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/layout.xml 186 ●●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/opends-manifest.xml 106 ●●●●● patch | view | raw | blame | history
opends/src/svr4/OpenDS/pkg.properties 9 ●●●●● patch | view | raw | blame | history
opends/build-svr4.xml
@@ -23,7 +23,7 @@
 !
 !
 !      Copyright 2006-2009 Sun Microsystems, Inc.
 !      Portions Copyright 2011 ForgeRock AS
 !      Portions Copyright 2011-2013 ForgeRock AS
 ! -->
<project name="SVR4 Packaging" basedir="." default="package-svr4">
@@ -52,7 +52,7 @@
  <property name="svr4.fullname"   value="${svr4.name}" />
  <property name="svr4.arch"       value="all" />
  <property name="svr4.desc"       value="${product}" />
  <property name="svr4.vendor"     value="Sun Microsystems, Inc." />
  <property name="svr4.vendor"     value="ForgeRock AS." />
  <property name="svr4.basedir"    value="/usr" />
  <!-- Some others general properties -->
opends/build.xml
@@ -1948,11 +1948,11 @@
    <fail message="No unit tests failed in the previous run."
          unless="testng-failed.xml.exists"/>
    <!-- We replace the 'Failed suite [OpenDS]' with 'OpenDS' so we
         don't end up with 'Failed suite [Failed suite [OpenDS]]]' etc. -->
    <!-- We replace the 'Failed suite [OpenDJ]' with 'OpenDJ' so we
         don't end up with 'Failed suite [Failed suite [OpenDJ]]]' etc. -->
    <replace file="${unittest.report.dir}/testng-failed.xml"
             token="Failed suite [OpenDS]"
             value="OpenDS"/>
             token="Failed suite [OpenDJ]"
             value="OpenDJ"/>
    <replace file="${unittest.report.dir}/testng-failed.xml"
             token="default(failed)"
             value="default"/>
opends/src/svr4/OpenDS/README
File was deleted
opends/src/svr4/OpenDS/_svc-opends.sh
File was deleted
opends/src/svr4/OpenDS/copyright
File was deleted
opends/src/svr4/OpenDS/install.html
File was deleted
opends/src/svr4/OpenDS/install.txt
File was deleted
opends/src/svr4/OpenDS/layout.xml
File was deleted
opends/src/svr4/OpenDS/opends-manifest.xml
File was deleted
opends/src/svr4/OpenDS/pkg.properties
File was deleted