Browse Source

Einzelne Klassen Kompatibel zu BI

userinfo_gueltigkeit
Daniel Quathamer 1 year ago
parent
commit
534ea39c98
  1. 2
      src/de/memtext/util/GetOpts.java
  2. 7
      src/de/superx/util/PathAndFileUtils.java
  3. 2
      superx/WEB-INF/conf/edustore/db/install/conf/builddatum.txt
  4. 2
      superx/WEB-INF/conf/edustore/db/install/conf/kern.rtf
  5. BIN
      superx/WEB-INF/lib/superx5.0.jar

2
src/de/memtext/util/GetOpts.java

@ -62,7 +62,7 @@ public class GetOpts {
opt_checkval("-checkval"), opt_checkval("-checkval"),
opt_url("-url"), opt_url("-url"),
opt_setname("-setname"), opt_setname("-setname"),
opt_kernTabellenFreischalten("-kern_tabellen_freischalten"), opt_kernTabellenFreischalten("-kern_tabellen_freischalten"),
opt_noguiVar0("-nogui"), opt_noguiVar1("-no-gui"), opt_noguiVar2("--no-gui"), opt_noguiVar0("-nogui"), opt_noguiVar1("-no-gui"), opt_noguiVar2("--no-gui"),
opt_job("-job"); opt_job("-job");

7
src/de/superx/util/PathAndFileUtils.java

@ -12,8 +12,9 @@ import javax.xml.parsers.DocumentBuilderFactory;
import org.apache.commons.io.FileUtils; import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.apache.log4j.Logger;
import org.slf4j.LoggerFactory; import org.apache.log4j.SimpleLayout;
import org.apache.log4j.WriterAppender;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import org.w3c.dom.NamedNodeMap; import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node; import org.w3c.dom.Node;
@ -28,7 +29,7 @@ public abstract class PathAndFileUtils {
new String[] {"conf","edustore","db","module"}); new String[] {"conf","edustore","db","module"});
public static final String PATHSEP=File.separator; public static final String PATHSEP=File.separator;
static Logger logger = LoggerFactory.getLogger(PathAndFileUtils.class); static Logger logger = Logger.getLogger(PathAndFileUtils.class);
private static final DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory private static final DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory
.newInstance(); .newInstance();

2
superx/WEB-INF/conf/edustore/db/install/conf/builddatum.txt

@ -1 +1 @@
26.08.2023 28.08.2023

2
superx/WEB-INF/conf/edustore/db/install/conf/kern.rtf

File diff suppressed because one or more lines are too long

BIN
superx/WEB-INF/lib/superx5.0.jar

Binary file not shown.
Loading…
Cancel
Save