Skip to content

Commit

Permalink
Merge pull request #279 from GSA/pdval
Browse files Browse the repository at this point in the history
Pdval merged into Master. Still needs lots of unit testing.
  • Loading branch information
bob-fontana authored Oct 24, 2020
2 parents 380bb3c + 8c7d795 commit b011345
Show file tree
Hide file tree
Showing 317 changed files with 15,456 additions and 20,405 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ target
**/*.class
**/*.db
**/*.csv
**/.DS_Store
**/build

/cardlib/**/*.class
/cardlib/out
Expand All @@ -107,3 +109,6 @@ target
/tools/**/*.class
/tools/**/*.csv
/tools/**/*.jar

# Ignore Gradle build output directory
build
2 changes: 2 additions & 0 deletions cardlib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/piv-artifacts/
/x509-artifacts/
5 changes: 0 additions & 5 deletions cardlib/.idea/codeStyles/codeStyleConfig.xml

This file was deleted.

9 changes: 0 additions & 9 deletions cardlib/.idea/compiler.xml

This file was deleted.

9 changes: 0 additions & 9 deletions cardlib/.idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions cardlib/.idea/modules.xml

This file was deleted.

26 changes: 0 additions & 26 deletions cardlib/.idea/modules/piv-conformance_main.iml

This file was deleted.

35 changes: 0 additions & 35 deletions cardlib/.idea/modules/piv-conformance_test.iml

This file was deleted.

6 changes: 0 additions & 6 deletions cardlib/.idea/vcs.xml

This file was deleted.

63 changes: 23 additions & 40 deletions cardlib/.project
Original file line number Diff line number Diff line change
@@ -1,40 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cardlib</name>
<comment></comment>
<projects>
<project>bc-java</project>
<project>core</project>
<project>mail</project>
<project>pkix</project>
<project>prov</project>
<project>tls</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1</id>
<name></name>
<type>22</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-module-info.java</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>gov.gsa.pivconformance.cardlib</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
1 change: 0 additions & 1 deletion cardlib/.settings/.gitignore

This file was deleted.

Loading

0 comments on commit b011345

Please sign in to comment.