Skip to content

Commit

Permalink
new derby driver update and changed the project in maven prj
Browse files Browse the repository at this point in the history
  • Loading branch information
shahaal authored and shahaal committed Sep 14, 2018
1 parent 199f50a commit f508ce5
Show file tree
Hide file tree
Showing 144 changed files with 889 additions and 117 deletions.
24 changes: 14 additions & 10 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/poi-3.13-20150929.jar"/>
<classpathentry kind="lib" path="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/poi-ooxml-3.13-20150929.jar" sourcepath="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/poi-ooxml-3.13-20150929.jar"/>
<classpathentry kind="lib" path="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/poi-ooxml-schemas-3.13-20150929.jar"/>
<classpathentry kind="lib" path="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/log4j/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/eclipse-equinox-common-3.5.0.jar"/>
<classpathentry kind="lib" path="D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/UnusedJarFiles/derby.jar"/>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="classes"/>
<classpathentry combineaccessrules="false" kind="src" path="/DCF webservice framework"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
13 changes: 13 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,21 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources>
<link>
<name>classes</name>
<type>2</type>
<location>D:/PortableApps/EclipsePortable/App/eclipse/Data/workspace/BusinessRules/target/classes</location>
</link>
</linkedResources>
</projectDescription>
1 change: 1 addition & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.8
4 changes: 4 additions & 0 deletions .settings/org.eclipse.m2e.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
Binary file modified bin/business_rules/WarningUtil$1.class
Binary file not shown.
Binary file modified bin/business_rules/WarningUtil$ForbiddenProcess.class
Binary file not shown.
Binary file modified bin/business_rules/WarningUtil$MtxNotFoundException.class
Binary file not shown.
Binary file modified bin/business_rules/WarningUtil$WarningMessage.class
Binary file not shown.
Binary file modified bin/business_rules/WarningUtil$WarningOptions.class
Binary file not shown.
Binary file modified bin/business_rules/WarningUtil.class
Binary file not shown.
54 changes: 0 additions & 54 deletions derby.log

This file was deleted.

8 changes: 0 additions & 8 deletions logs/2018-06-28-15-34-54.efsa.log

This file was deleted.

8 changes: 0 additions & 8 deletions logs/2018-06-28-15-37-37.efsa.log

This file was deleted.

8 changes: 0 additions & 8 deletions logs/2018-06-28-15-38-31.efsa.log

This file was deleted.

8 changes: 0 additions & 8 deletions logs/2018-06-28-16-25-24.efsa.log

This file was deleted.

8 changes: 0 additions & 8 deletions logs/2018-06-28-16-56-40.efsa.log

This file was deleted.

9 changes: 0 additions & 9 deletions logs/2018-06-28-17-03-13.efsa.log

This file was deleted.

Empty file removed logs/latest.efsa.log
Empty file.
64 changes: 64 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>BusinessRules</groupId>
<artifactId>BusinessRules</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.17</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
<version>3.17</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
<version>3.6.200-v20130402-1505</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.apache.log4j</artifactId>
<version>1.2.15.v201012070815</version>
</dependency>
</dependencies>
</project>
6 changes: 2 additions & 4 deletions src/business_rules/WarningUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ private static enum WarningLevel {

private ArrayList<ForbiddenProcess> forbiddenProcesses;

private WarningOptions warnOptions;

/**
* Start the program by command line
*
Expand Down Expand Up @@ -180,7 +178,7 @@ public static void performWarningChecksOnly(String[] args) throws InterruptedExc

// System.err.println("DONE!\nCheck completed!");
// wait before close
// Thread.sleep(5000);
Thread.sleep(5000);
return;

} catch (Exception e) {
Expand Down Expand Up @@ -350,7 +348,7 @@ public void performWarningChecks(String fullCode, boolean stdOut) throws Interru
private void loadFileData() throws InterruptedException {

forbiddenProcesses = loadForbiddenProcesses(GlobalUtil.getBRData());
warnOptions = loadWarningOptions(GlobalUtil.getBRColors());
loadWarningOptions(GlobalUtil.getBRColors());
warningMessages = loadWarningMessages(GlobalUtil.getBRMessages());
}

Expand Down
Binary file added target/classes/business_rules/WarningUtil$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/business_rules/WarningUtil.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue/Catalogue$1.class
Binary file not shown.
Binary file added target/classes/catalogue/Catalogue$2.class
Binary file not shown.
Binary file added target/classes/catalogue/Catalogue$3.class
Binary file not shown.
Binary file added target/classes/catalogue/Catalogue$4.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue/Catalogue.class
Binary file not shown.
Binary file added target/classes/catalogue/CatalogueBuilder.class
Binary file not shown.
Binary file added target/classes/catalogue/CatalogueVersion.class
Binary file not shown.
Binary file added target/classes/catalogue/CataloguesList.class
Binary file not shown.
Binary file added target/classes/catalogue/ReleaseNotes.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue/ReservedCatalogue.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/Attribute.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/BaseObject.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/Hierarchy.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/Mappable.class
Binary file not shown.
Binary file added target/classes/catalogue_object/Nameable.class
Binary file not shown.
Binary file added target/classes/catalogue_object/ParentField.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/Sortable.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/Status.class
Binary file not shown.
Binary file added target/classes/catalogue_object/Term$1.class
Binary file not shown.
Binary file added target/classes/catalogue_object/Term$2.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/Term.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/catalogue_object/TermBuilder.class
Binary file not shown.
Binary file added target/classes/catalogue_object/Version.class
Binary file not shown.
Binary file added target/classes/config/AppConfig.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/data_collection/DCDAO.class
Binary file not shown.
Binary file added target/classes/data_collection/DCTable.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/data_collection/DCTableDAO.class
Binary file not shown.
Binary file added target/classes/data_collection/DCTableList.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/dcf_manager/Dcf$1.class
Binary file not shown.
Binary file added target/classes/dcf_manager/Dcf$DcfType.class
Binary file not shown.
Binary file added target/classes/dcf_manager/Dcf.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/dcf_user/User.class
Binary file not shown.
Binary file added target/classes/dcf_user/UserAccessLevel.class
Binary file not shown.
Binary file added target/classes/dcf_user/UserListener.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/dcf_user/UserProfileChecker.class
Binary file not shown.
Binary file added target/classes/detail_level/DetailLevelDAO.class
Binary file not shown.
Binary file not shown.
Binary file added target/classes/global_manager/GlobalManager.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/messages/Messages.class
Binary file not shown.
Loading

0 comments on commit f508ce5

Please sign in to comment.