Skip to content

Commit

Permalink
Merge pull request #406 from jlawyerorg/master
Browse files Browse the repository at this point in the history
Merge 1.10 into release branch
  • Loading branch information
j-dimension authored Oct 7, 2019
2 parents 64e5091 + d3e7fae commit c384dcb
Show file tree
Hide file tree
Showing 613 changed files with 31,362 additions and 4,867 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/.DS_Store
/j-lawyer-client/nbproject/private/
/j-lawyer-fax/nbproject/private/
/j-lawyer-io-common/nbproject/private/
Expand All @@ -16,4 +17,17 @@
/j-lawyer-server-common/dist/
/j-lawyer-server-common/build/
/j-lawyer-server-api/dist/
/j-lawyer-client/build/
/j-lawyer-client/build/
/j-lawyer-backupmgr/target/
/j-lawyer-server/j-lawyer-server-ejb/build/
/j-lawyer-server/build/
/j-lawyer-server/j-lawyer-server-ejb/dist/
/j-lawyer-io-common/build/
/j-lawyer-server/j-lawyer-server-io/build/
/j-lawyer-server/j-lawyer-server-io/dist/
/j-lawyer-io-common/dist/
/j-lawyer-server/dist/
/j-lawyer-server/j-lawyer-server-war/dist/
/j-lawyer-server/j-lawyer-server-war/build/
/j-lawyer-client/dist/
/mybuild.sh
42 changes: 42 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
dist: xenial
services: mysql
#addons:
# apt:
# sources:
# - mysql-5.7-trusty
# packages:
# - mysql-server
# - mysql-client
sudo: true
language: java
# install: ant deps
jdk:
- openjdk8
# - openjdk11
# install: ant default
before_install:
# - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('travisci') where User='root'; update user set plugin='mysql_native_password';commit;FLUSH PRIVILEGES;"
# - sudo mysql -e "use mysql; update user set password=PASSWORD('travisci') where User='root'; update user set plugin='mysql_native_password';commit;FLUSH PRIVILEGES;"
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('travisci') where User='root'; update user set plugin='mysql_native_password';commit;FLUSH PRIVILEGES;"
# - sudo mysql_upgrade -u root -ptravisci
- sudo service mysql restart
- sudo mysql -u root -ptravisci -e "select 1 from dual;"
- sudo mysql -u root -ptravisci -e "create database jlawyerdb;"
- mkdir /home/travis/j-lawyer-backup
- mkdir /home/travis/j-lawyer-data
- mkdir /home/travis/j-lawyer-data/archivefiles
- mkdir /home/travis/j-lawyer-data/emailtemplates
- mkdir /home/travis/j-lawyer-data/templates
- mkdir /home/travis/j-lawyer-data/mastertemplates
- cd /home/travis/j-lawyer-backup
- sudo apt-get install wget
- sudo apt-get install tar
- sudo apt-get install ant
- sudo apt-get install ant-optional
- sudo apt-get install openjfx
# - sudo apt-get install junit
- sudo apt-get install junit4
- wget https://www.j-lawyer.org/downloads/travisci/backups/backups.tar.gz
- tar -m -xvzf backups.tar.gz
- cd /home/travis/build/jlawyerorg/j-lawyer-org
script: ant -buildfile j-lawyer-fax/build.xml default && ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml default && ant -buildfile j-lawyer-server-common/build.xml default && ant -buildfile j-lawyer-server-api/build.xml default && ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml default test && ant -buildfile j-lawyer-io-common/build.xml default && ant -buildfile j-lawyer-client/build.xml default && mvn -f j-lawyer-backupmgr/pom.xml clean package test
33 changes: 33 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[![Build Status](https://api.travis-ci.org/jlawyerorg/j-lawyer-org.svg?branch=master)](https://travis-ci.org/jlawyerorg/j-lawyer-org)

# j-lawyer-org Contributing Guidelines

## How to file a bug report

Submit bug reports in repository j-lawyer-org: https://github.com/jlawyerorg/j-lawyer-org/issues
Search the existing issues before to avoid duplicates, and apply the "bug" label for your new ticket.

## How to suggest a new feature

Submit enhancement requests in repository j-lawyer-org: https://github.com/jlawyerorg/j-lawyer-org/issues
Search the existing issues before to avoid duplicates, and apply the "enhancement" label for your new ticket.

## How to set up your environment and run tests

See the developer quickstart manual to get started: https://github.com/jlawyerorg/j-lawyer-developer-quickstart

## Contact us

The projects website (https://www.j-lawyer.org/) has both a forum and email contact information.

## Contributing

Please send pull requests. If you want to commit to the repositories directly, please request being added to the [j-lawyer.org GitHub organization](https://github.com/jlawyerorg).

## Code of conduct

We do not have one yet, and never missed one so far :-) Contact us if you want to report inappropriate behavior. We want to provide a welcoming environment for anyone looking to support the project.

## License

This project is licensed under the AGPLv3 License - see the [LICENSE](LICENSE) file for details.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[![Build Status](https://api.travis-ci.org/jlawyerorg/j-lawyer-org.svg?branch=master)](https://travis-ci.org/jlawyerorg/j-lawyer-org)

# j-lawyer-org
j-lawyer.org core project and builds


## Getting Started

There is a dedicated repository with instructions on how to set up, build and install the application: https://github.com/jlawyerorg/j-lawyer-developer-quickstart


### Installing

Installation for contributors and how to set up a development environment is covered in https://github.com/jlawyerorg/j-lawyer-developer-quickstart.
For end users, see the projects website for installation instruction: https://www.j-lawyer.org/?page_id=88.

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/jlawyerorg/j-lawyer-org/tags).

## Authors

* **Jens Kutschke** - *Initial work* - [j-dimension](https://github.com/j-dimension)
* **Anatol Anuschewski** - *plugins* - [an-mus](https://github.com/an-mus)
* **Karin Beck** - *urteile-gesetze.de integration* - [karbek](https://github.com/karbek)
* **Daniel Beck** - *urteile-gesetze.de integration* - [danbeck](https://github.com/danbeck)

## License

This project is licensed under the AGPLv3 License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

* Thanks to all the unnamed community members filling our ticket backlog :-)
16 changes: 16 additions & 0 deletions build-fast.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

# requires: sudo apt-get install openjfx

# skips tests

ant -buildfile j-lawyer-fax/build.xml jar
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml dist
ant -buildfile j-lawyer-server-common/build.xml jar
ant -buildfile j-lawyer-server-api/build.xml jar
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml dist
ant -buildfile j-lawyer-io-common/build.xml jar
ant -buildfile j-lawyer-client/build.xml jar

# there is an OpenJDK bug on Ubuntu, causing Surefire tests to fail - skip tests for now
mvn -f j-lawyer-backupmgr/pom.xml package -DskipTests
42 changes: 42 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/bin/bash

# requires: sudo apt-get install openjfx

# set this if you want to execute the Sipgate API tests
export sipuser=""
export sippassword=""

# set this if you want to execute the virtual file system tests, required for FTP and SFTP implementations
export ftpuser=""
export ftppassword=""
export ftphome=""
export ftphost=""

if [ "$sipuser" = "" ] || [ "$sippassword" = "" ]
then
echo "Sipgate credentials not set, skipping j-lawyer-fax tests"
ant -buildfile j-lawyer-fax/build.xml jar
else
ant -buildfile j-lawyer-fax/build.xml default
fi

ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml default

if [ "$ftpuser" = "" ] || [ "$ftppassword" = "" ] || [ "$ftphome" = "" ] || [ "$ftphost" = "" ]
then
echo "VFS ftp / sftp credentials not set, skipping j-lawyer-server-common tests"
ant -buildfile j-lawyer-server-common/build.xml jar
else
ant -buildfile j-lawyer-server-common/build.xml default
fi

ant -buildfile j-lawyer-server-api/build.xml default

ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml default test

ant -buildfile j-lawyer-io-common/build.xml default

ant -buildfile j-lawyer-client/build.xml default

# there is an OpenJDK bug on Ubuntu, causing Surefire tests to fail - skip tests for now
mvn -f j-lawyer-backupmgr/pom.xml clean package test -DskipTests
14 changes: 14 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

# requires: sudo apt-get install openjfx

ant -buildfile j-lawyer-fax/build.xml clean
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml clean
ant -buildfile j-lawyer-server-common/build.xml clean
ant -buildfile j-lawyer-server-api/build.xml clean
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml clean
ant -buildfile j-lawyer-io-common/build.xml clean
ant -buildfile j-lawyer-client/build.xml clean

# there is an OpenJDK bug on Ubuntu, causing Surefire tests to fail - skip tests for now
mvn -f j-lawyer-backupmgr/pom.xml clean
2 changes: 1 addition & 1 deletion j-lawyer-backupmgr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jlawyer</groupId>
<artifactId>j-lawyer-backupmgr</artifactId>
<version>1.9.1</version>
<version>1.10.0</version>
<packaging>jar</packaging>

<name>j-lawyer-backupmgr</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,11 @@ private void restoreDatabase(String password, BackupProgressCallback progress) t
System.out.println(line);
}
br.close();
try {
process.waitFor();
} catch (Throwable t) {
t.printStackTrace();
}
if (process.exitValue() != 0) {
throw new Exception("Datenbankwiederherstellung fehlgeschlagen!");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,8 @@ public class RestoreExecutorTest {
private String dataDirectory = null;
private String encryptionPassword = null;

private boolean runsontravis = false;

public RestoreExecutorTest() {
}

Expand All @@ -699,19 +701,36 @@ public static void tearDownClass() {

@Before
public void setUp() {
Properties p = new Properties();
try {
String propLocation="test/test.properties";
System.out.println("using properties from " + propLocation);
//p.load(Thread.currentThread().getContextClassLoader().getResourceAsStream(propLocation));
p.load(new FileReader("/home/jens/scripts/test.properties"));

this.mysqlPassword = p.getProperty("mysqlpwd");
this.backupDirectory = p.getProperty("backupdirectory");
this.dataDirectory=p.getProperty("datadirectory");
this.encryptionPassword = p.getProperty("encryptionpwd");
} catch (IOException ex) {
ex.printStackTrace();

String rot = System.getenv("runsontravisci");
if (rot != null) {
if (rot.length() > 0) {
this.runsontravis = true;
}
}

if (runsontravis) {
this.mysqlPassword = System.getenv("mysqlpwd");
this.backupDirectory = System.getenv("backupdirectory");
this.dataDirectory = System.getenv("datadirectory");
this.encryptionPassword = System.getenv("encryptionpwd");
if(this.encryptionPassword!=null)
this.encryptionPassword=this.encryptionPassword.trim();
} else {
Properties p = new Properties();
try {
String propLocation = "test/test.properties";
System.out.println("using properties from " + propLocation);
//p.load(Thread.currentThread().getContextClassLoader().getResourceAsStream(propLocation));
p.load(new FileReader("/home/jens/scripts/test.properties"));

this.mysqlPassword = p.getProperty("mysqlpwd");
this.backupDirectory = p.getProperty("backupdirectory");
this.dataDirectory = p.getProperty("datadirectory");
this.encryptionPassword = p.getProperty("encryptionpwd");
} catch (IOException ex) {
ex.printStackTrace();
}
}

}
Expand All @@ -724,7 +743,7 @@ public void tearDown() {
public void testValidate() {
System.out.println("Using MySQL password " + this.mysqlPassword);
RestoreExecutor re = new RestoreExecutor(this.dataDirectory, this.backupDirectory, this.encryptionPassword, this.mysqlPassword);
BackupProgressConsoleCallback callback=new BackupProgressConsoleCallback();
BackupProgressConsoleCallback callback = new BackupProgressConsoleCallback();
try {
re.validate(callback);
} catch (Exception ex) {
Expand Down
Binary file removed j-lawyer-client/lib/ASN1_signature-3.0.2.2.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/BeaPayload-3.0.2.2.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/BeaToolkit-3.0.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/KSWToolkit-3.0.2.2.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/PCard-3.0.2.2.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/SignerToolBox-3.0.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/algorithm_catalog-4.1.0.8.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/autent-common-3.20.3.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/autent-requester-3.20.3.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bcmail-1.46.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bcmail-jdk15on-1.56.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bcpkix-jdk15on-1.56.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bcprov-jdk15on-1.56.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bctsp-1.46.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/PCard-3.3.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
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 j-lawyer-client/lib/bea.bak/commons-io-2.6.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/config_schulung.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/dtos-3.3.0.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/fontbox-2.0.13.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/freemarker-2.3.28.jar
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 j-lawyer-client/lib/bea.bak/guava-19.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/httpclient-4.3.6.jar
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 j-lawyer-client/lib/bea.bak/joda-time-2.9.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/jsr305-3.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/log4j-api-2.11.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea.bak/log4j-core-2.11.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions j-lawyer-client/lib/bea.bak/nblibraries.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
libs.hamcrest.classpath=\
${base}/hamcrest/hamcrest-core-1.3.jar
libs.hamcrest.displayName=Hamcrest 1.3
libs.hamcrest.prop-maven-dependencies=org.hamcrest:hamcrest-core:1.3:jar
libs.junit_4.classpath=\
${base}/junit_4-3/junit-4.12.jar
libs.junit_4.displayName=JUnit 4.12
libs.junit_4.javadoc=\
${base}/junit_4-3/junit-4.12-javadoc.jar
libs.junit_4.prop-maven-dependencies=junit:junit:4.12:jar
libs.junit_4.src=\
${base}/junit_4-3/junit-4.12-sources.jar
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 j-lawyer-client/lib/bea.bak/pdfbox-2.0.13.jar
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 not shown.
Binary file not shown.
File renamed without changes.
Binary file added j-lawyer-client/lib/bea.bak/xmlsec-2.1.2.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/BeaPayload-3.3.2.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/BeaToolkit-3.3.2.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/ComponentInfo-1.0.3.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/KSWToolkit-3.3.2.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/PCard-3.3.2.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/SignerToolBox-3.3.2.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/autent-common-3.70.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/base64-1.2.2.3.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bcpkix-jdk15on-1.62.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bcprov-jdk15on-1.62.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/cadestoolbox-1.5.7.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/ci-1.14.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/client_ca_certs-65.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/commons-codec-1.12.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/commons-io-2.6.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/commons-lang3-3.8.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/config_schulung.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/cryptacular-1.1.1.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/dtos-3.3.2.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/ecard-model-2.2.0.6.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/fontbox-2.0.15.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/freemarker-2.3.28.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/gcf-justiz-3.7.4.5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/guava-19.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/hamcrest-core-1.3.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/http-core-2.4.0.19.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/httpclient-4.3.6.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/jackson-core-2.9.9.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/java-support-7.3.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/jcl-over-slf4j-1.7.26.jar
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 j-lawyer-client/lib/bea/joda-time-2.9.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/jsr305-3.0.1.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/jul-to-slf4j-1.7.26.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/log4j-api-2.11.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/log4j-core-2.11.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/mcard-2.2.5.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/metrics-core-3.1.2.jar
Binary file not shown.
12 changes: 12 additions & 0 deletions j-lawyer-client/lib/bea/nblibraries.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
libs.hamcrest.classpath=\
${base}/hamcrest-2/hamcrest-core-1.3.jar
libs.hamcrest.displayName=Hamcrest 1.3
libs.hamcrest.prop-maven-dependencies=org.hamcrest:hamcrest-core:1.3:jar
libs.junit_4.classpath=\
${base}/junit_4-4/junit-4.12.jar
libs.junit_4.displayName=JUnit 4.12
libs.junit_4.javadoc=\
${base}/junit_4-4/junit-4.12-javadoc.jar
libs.junit_4.prop-maven-dependencies=junit:junit:4.12:jar
libs.junit_4.src=\
${base}/junit_4-4/junit-4.12-sources.jar
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/opensaml-core-3.3.1.jar
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 j-lawyer-client/lib/bea/padestoolbox-1.5.21.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/pdfbox-2.0.15.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/security_utils-1.0.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/slf4j-api-1.7.26.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/vhn-issuer-1.0.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/vi-output-xml-3.10.11.jar
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 j-lawyer-client/lib/bea/xadestoolbox-1.5.9.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/xml-1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/xmlsec-2.1.3.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/cadestoolbox-1.5.5.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/client_ca_certs-61.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/commons-codec-1.10.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/commons-compress-1.4.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/commons-logging-1.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/config_schulung.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/dtos-3.0.2.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/ecard-model-2.2.0.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/ehcache-3.7.0.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/gcf-businesscard-3.6.6.0.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/gcf-justiz-3.6.6.0.jar
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/gcf-verification-3.6.6.0.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/govServerUtils-3.10.1.0.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/hibernate-core-4.3.10.Final.jar
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/http-core-2.4.0.14.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/jackson-core-asl-1.9.13.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/jackson-mapper-asl-1.9.13.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/jbig2-imageio-3.0.0.jar
Binary file not shown.
Binary file modified j-lawyer-client/lib/jboss-client.jar
100755 → 100644
Binary file not shown.
Binary file removed j-lawyer-client/lib/jcl-over-slf4j-1.7.9.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions j-lawyer-client/lib/nblibraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ libs.beans-binding.displayName=Beans Binding
libs.beans-binding.javadoc=\
${base}/beans-binding/beansbinding-1.2.1-doc.zip
libs.CopyLibs.classpath=\
${base}/CopyLibs-2/org-netbeans-modules-java-j2seproject-copylibstask.jar
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
libs.CopyLibs.displayName=CopyLibs Task
libs.CopyLibs.prop-version=2.0
libs.CopyLibs.prop-version=3.0
libs.javaee-api-6.0.classpath=\
${base}/javaee-api-6.0/javaee-api-6.0.jar
libs.javaee-api-6.0.displayName=Java EE 6 API Library
Expand Down
Binary file removed j-lawyer-client/lib/osci-bibliothek-1.7.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/slf4j-log4j12-1.7.9.jar
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/vi-output-xml-3.7.3.5.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/vi-plugin-cms-3.7.3.5.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/vi-plugin-osci-3.7.3.5.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/vi-plugin-pades-3.7.3.5.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/vi-util-xmlsignature-3.7.3.5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/xadestoolbox-1.5.3.4.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/xadestoolbox-1.5.6.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/xkms20-1.0.5-Streaming.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/xmlsec-2.0.8.jar
Binary file not shown.
Loading

0 comments on commit c384dcb

Please sign in to comment.