[idwsfconsumer] 04/25: More filesytem re-org
Scott Cantor
cantor.2 at osu.edu
Wed Nov 18 14:41:08 EST 2015
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository idwsfconsumer.
commit 5a750da11f446ae808c863188dadb32bdb18b9ce
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Apr 1 14:48:40 2015 -0400
More filesytem re-org
---
{build-lib => archive/build-lib}/junit-3.8.1.jar | Bin
{build-lib => archive/build-lib}/xmlunit1.0.jar | Bin
build.properties => archive/build.properties | 0
build.xml => archive/build.xml | 0
{old_src => archive/old_src}/ActionTest.java | 0
{old_src => archive/old_src}/DiscoBootstrapTest.java | 0
{old_src => archive/old_src}/EPRTest.java | 0
{old_src => archive/old_src}/GeneralUtilities.java | 0
{old_src => archive/old_src}/MessageIDTest.java | 0
{old_src => archive/old_src}/RedirectRequestTest.java | 0
{old_src => archive/old_src}/SASLRequestTest.java | 0
{old_src => archive/old_src}/SOAP_EPRTest.java | 0
{old_src => archive/old_src}/SignTest.java | 0
{old_src => archive/old_src}/TestAuthConor.java | 0
{old_src => archive/old_src}/ToTest.java | 0
{old_src => archive/old_src}/Welcome.java | 0
task.properties => archive/task.properties | 0
.../thirdparty-lib}/commons-io-1.4.jar | Bin
.../thirdparty-lib}/commons-logging-1.1.1.jar | Bin
.../thirdparty-lib}/endorsed/resolver-2.9.1.jar | Bin
.../thirdparty-lib}/endorsed/serializer-2.9.1.jar | Bin
.../thirdparty-lib}/endorsed/xalan-2.7.1.jar | Bin
.../thirdparty-lib}/endorsed/xercesImpl-2.9.1.jar | Bin
.../thirdparty-lib}/endorsed/xml-apis-2.9.1.jar | Bin
{thirdparty-lib => archive/thirdparty-lib}/log4j-1.2.15.jar | Bin
.../thirdparty-lib}/opensaml/lib/bcprov-ext-jdk15-1.40.jar | Bin
.../thirdparty-lib}/opensaml/lib/commons-codec-1.3.jar | Bin
.../opensaml/lib/commons-collections-3.1.jar | Bin
.../thirdparty-lib}/opensaml/lib/commons-httpclient-3.1.jar | Bin
.../thirdparty-lib}/opensaml/lib/commons-lang-2.1.jar | Bin
.../thirdparty-lib}/opensaml/lib/jargs-1.0.jar | Bin
.../thirdparty-lib}/opensaml/lib/joda-time-1.5.2.jar | Bin
.../opensaml/lib/not-yet-commons-ssl-0.3.9.jar | Bin
.../thirdparty-lib}/opensaml/lib/openws-1.2.2.jar | Bin
.../thirdparty-lib}/opensaml/lib/velocity-1.5.jar | Bin
.../thirdparty-lib}/opensaml/lib/xmlsec-1.4.2.jar | Bin
.../thirdparty-lib}/opensaml/lib/xmltooling-1.2.0.jar | Bin
.../thirdparty-lib}/opensaml/opensaml-2.2.2.jar | Bin
.../thirdparty-lib}/opensaml/opensaml-2.2.3.jar | Bin
.../thirdparty-lib}/slf4j-api-1.5.6.jar | Bin
.../thirdparty-lib}/slf4j-log4j12-1.5.6.jar | Bin
.../test/java}/org/openliberty/wsc/test/ClientLibTest.java | 0
{test => src/test/java}/org/openliberty/wsc/test/Demo.java | 0
.../java}/org/openliberty/wsc/test/PeopleServiceTest.java | 0
.../data/org/openliberty/wsc/epr/conor-soap-epr.xml | 0
.../test/resources}/data/org/openliberty/wsc/epr/epr.xml | 0
.../resources}/data/org/openliberty/wsc/hp/disco_epr.xml | 0
.../data/org/openliberty/wsc/hp/saml_authn_response.xml | 0
.../data/org/openliberty/wsc/sasl/SASLRequest.xml | Bin
.../test/resources}/data/org/openliberty/wsc/sasl/SOAP.xml | 0
.../data/org/openliberty/wsc/sasl/cahill_auth1.xml | 0
.../data/org/openliberty/wsc/sasl/cahill_auth2.xml | 0
.../data/org/openliberty/wsc/sasl/cahill_disco.xml | 0
.../data/org/openliberty/wsc/soap/binding/Action.xml | Bin
.../data/org/openliberty/wsc/soap/binding/MessageID.xml | Bin
.../openliberty/wsc/soap/binding/MessageIDAttributes.xml | Bin
.../org/openliberty/wsc/soap/binding/RedirectRequest.xml | Bin
.../resources}/data/org/openliberty/wsc/soap/binding/To.xml | Bin
58 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/build-lib/junit-3.8.1.jar b/archive/build-lib/junit-3.8.1.jar
similarity index 100%
rename from build-lib/junit-3.8.1.jar
rename to archive/build-lib/junit-3.8.1.jar
diff --git a/build-lib/xmlunit1.0.jar b/archive/build-lib/xmlunit1.0.jar
similarity index 100%
rename from build-lib/xmlunit1.0.jar
rename to archive/build-lib/xmlunit1.0.jar
diff --git a/build.properties b/archive/build.properties
similarity index 100%
rename from build.properties
rename to archive/build.properties
diff --git a/build.xml b/archive/build.xml
similarity index 100%
rename from build.xml
rename to archive/build.xml
diff --git a/old_src/ActionTest.java b/archive/old_src/ActionTest.java
similarity index 100%
rename from old_src/ActionTest.java
rename to archive/old_src/ActionTest.java
diff --git a/old_src/DiscoBootstrapTest.java b/archive/old_src/DiscoBootstrapTest.java
similarity index 100%
rename from old_src/DiscoBootstrapTest.java
rename to archive/old_src/DiscoBootstrapTest.java
diff --git a/old_src/EPRTest.java b/archive/old_src/EPRTest.java
similarity index 100%
rename from old_src/EPRTest.java
rename to archive/old_src/EPRTest.java
diff --git a/old_src/GeneralUtilities.java b/archive/old_src/GeneralUtilities.java
similarity index 100%
rename from old_src/GeneralUtilities.java
rename to archive/old_src/GeneralUtilities.java
diff --git a/old_src/MessageIDTest.java b/archive/old_src/MessageIDTest.java
similarity index 100%
rename from old_src/MessageIDTest.java
rename to archive/old_src/MessageIDTest.java
diff --git a/old_src/RedirectRequestTest.java b/archive/old_src/RedirectRequestTest.java
similarity index 100%
rename from old_src/RedirectRequestTest.java
rename to archive/old_src/RedirectRequestTest.java
diff --git a/old_src/SASLRequestTest.java b/archive/old_src/SASLRequestTest.java
similarity index 100%
rename from old_src/SASLRequestTest.java
rename to archive/old_src/SASLRequestTest.java
diff --git a/old_src/SOAP_EPRTest.java b/archive/old_src/SOAP_EPRTest.java
similarity index 100%
rename from old_src/SOAP_EPRTest.java
rename to archive/old_src/SOAP_EPRTest.java
diff --git a/old_src/SignTest.java b/archive/old_src/SignTest.java
similarity index 100%
rename from old_src/SignTest.java
rename to archive/old_src/SignTest.java
diff --git a/old_src/TestAuthConor.java b/archive/old_src/TestAuthConor.java
similarity index 100%
rename from old_src/TestAuthConor.java
rename to archive/old_src/TestAuthConor.java
diff --git a/old_src/ToTest.java b/archive/old_src/ToTest.java
similarity index 100%
rename from old_src/ToTest.java
rename to archive/old_src/ToTest.java
diff --git a/old_src/Welcome.java b/archive/old_src/Welcome.java
similarity index 100%
rename from old_src/Welcome.java
rename to archive/old_src/Welcome.java
diff --git a/task.properties b/archive/task.properties
similarity index 100%
rename from task.properties
rename to archive/task.properties
diff --git a/thirdparty-lib/commons-io-1.4.jar b/archive/thirdparty-lib/commons-io-1.4.jar
similarity index 100%
rename from thirdparty-lib/commons-io-1.4.jar
rename to archive/thirdparty-lib/commons-io-1.4.jar
diff --git a/thirdparty-lib/commons-logging-1.1.1.jar b/archive/thirdparty-lib/commons-logging-1.1.1.jar
similarity index 100%
rename from thirdparty-lib/commons-logging-1.1.1.jar
rename to archive/thirdparty-lib/commons-logging-1.1.1.jar
diff --git a/thirdparty-lib/endorsed/resolver-2.9.1.jar b/archive/thirdparty-lib/endorsed/resolver-2.9.1.jar
similarity index 100%
rename from thirdparty-lib/endorsed/resolver-2.9.1.jar
rename to archive/thirdparty-lib/endorsed/resolver-2.9.1.jar
diff --git a/thirdparty-lib/endorsed/serializer-2.9.1.jar b/archive/thirdparty-lib/endorsed/serializer-2.9.1.jar
similarity index 100%
rename from thirdparty-lib/endorsed/serializer-2.9.1.jar
rename to archive/thirdparty-lib/endorsed/serializer-2.9.1.jar
diff --git a/thirdparty-lib/endorsed/xalan-2.7.1.jar b/archive/thirdparty-lib/endorsed/xalan-2.7.1.jar
similarity index 100%
rename from thirdparty-lib/endorsed/xalan-2.7.1.jar
rename to archive/thirdparty-lib/endorsed/xalan-2.7.1.jar
diff --git a/thirdparty-lib/endorsed/xercesImpl-2.9.1.jar b/archive/thirdparty-lib/endorsed/xercesImpl-2.9.1.jar
similarity index 100%
rename from thirdparty-lib/endorsed/xercesImpl-2.9.1.jar
rename to archive/thirdparty-lib/endorsed/xercesImpl-2.9.1.jar
diff --git a/thirdparty-lib/endorsed/xml-apis-2.9.1.jar b/archive/thirdparty-lib/endorsed/xml-apis-2.9.1.jar
similarity index 100%
rename from thirdparty-lib/endorsed/xml-apis-2.9.1.jar
rename to archive/thirdparty-lib/endorsed/xml-apis-2.9.1.jar
diff --git a/thirdparty-lib/log4j-1.2.15.jar b/archive/thirdparty-lib/log4j-1.2.15.jar
similarity index 100%
rename from thirdparty-lib/log4j-1.2.15.jar
rename to archive/thirdparty-lib/log4j-1.2.15.jar
diff --git a/thirdparty-lib/opensaml/lib/bcprov-ext-jdk15-1.40.jar b/archive/thirdparty-lib/opensaml/lib/bcprov-ext-jdk15-1.40.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/bcprov-ext-jdk15-1.40.jar
rename to archive/thirdparty-lib/opensaml/lib/bcprov-ext-jdk15-1.40.jar
diff --git a/thirdparty-lib/opensaml/lib/commons-codec-1.3.jar b/archive/thirdparty-lib/opensaml/lib/commons-codec-1.3.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/commons-codec-1.3.jar
rename to archive/thirdparty-lib/opensaml/lib/commons-codec-1.3.jar
diff --git a/thirdparty-lib/opensaml/lib/commons-collections-3.1.jar b/archive/thirdparty-lib/opensaml/lib/commons-collections-3.1.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/commons-collections-3.1.jar
rename to archive/thirdparty-lib/opensaml/lib/commons-collections-3.1.jar
diff --git a/thirdparty-lib/opensaml/lib/commons-httpclient-3.1.jar b/archive/thirdparty-lib/opensaml/lib/commons-httpclient-3.1.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/commons-httpclient-3.1.jar
rename to archive/thirdparty-lib/opensaml/lib/commons-httpclient-3.1.jar
diff --git a/thirdparty-lib/opensaml/lib/commons-lang-2.1.jar b/archive/thirdparty-lib/opensaml/lib/commons-lang-2.1.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/commons-lang-2.1.jar
rename to archive/thirdparty-lib/opensaml/lib/commons-lang-2.1.jar
diff --git a/thirdparty-lib/opensaml/lib/jargs-1.0.jar b/archive/thirdparty-lib/opensaml/lib/jargs-1.0.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/jargs-1.0.jar
rename to archive/thirdparty-lib/opensaml/lib/jargs-1.0.jar
diff --git a/thirdparty-lib/opensaml/lib/joda-time-1.5.2.jar b/archive/thirdparty-lib/opensaml/lib/joda-time-1.5.2.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/joda-time-1.5.2.jar
rename to archive/thirdparty-lib/opensaml/lib/joda-time-1.5.2.jar
diff --git a/thirdparty-lib/opensaml/lib/not-yet-commons-ssl-0.3.9.jar b/archive/thirdparty-lib/opensaml/lib/not-yet-commons-ssl-0.3.9.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/not-yet-commons-ssl-0.3.9.jar
rename to archive/thirdparty-lib/opensaml/lib/not-yet-commons-ssl-0.3.9.jar
diff --git a/thirdparty-lib/opensaml/lib/openws-1.2.2.jar b/archive/thirdparty-lib/opensaml/lib/openws-1.2.2.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/openws-1.2.2.jar
rename to archive/thirdparty-lib/opensaml/lib/openws-1.2.2.jar
diff --git a/thirdparty-lib/opensaml/lib/velocity-1.5.jar b/archive/thirdparty-lib/opensaml/lib/velocity-1.5.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/velocity-1.5.jar
rename to archive/thirdparty-lib/opensaml/lib/velocity-1.5.jar
diff --git a/thirdparty-lib/opensaml/lib/xmlsec-1.4.2.jar b/archive/thirdparty-lib/opensaml/lib/xmlsec-1.4.2.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/xmlsec-1.4.2.jar
rename to archive/thirdparty-lib/opensaml/lib/xmlsec-1.4.2.jar
diff --git a/thirdparty-lib/opensaml/lib/xmltooling-1.2.0.jar b/archive/thirdparty-lib/opensaml/lib/xmltooling-1.2.0.jar
similarity index 100%
rename from thirdparty-lib/opensaml/lib/xmltooling-1.2.0.jar
rename to archive/thirdparty-lib/opensaml/lib/xmltooling-1.2.0.jar
diff --git a/thirdparty-lib/opensaml/opensaml-2.2.2.jar b/archive/thirdparty-lib/opensaml/opensaml-2.2.2.jar
similarity index 100%
rename from thirdparty-lib/opensaml/opensaml-2.2.2.jar
rename to archive/thirdparty-lib/opensaml/opensaml-2.2.2.jar
diff --git a/thirdparty-lib/opensaml/opensaml-2.2.3.jar b/archive/thirdparty-lib/opensaml/opensaml-2.2.3.jar
similarity index 100%
rename from thirdparty-lib/opensaml/opensaml-2.2.3.jar
rename to archive/thirdparty-lib/opensaml/opensaml-2.2.3.jar
diff --git a/thirdparty-lib/slf4j-api-1.5.6.jar b/archive/thirdparty-lib/slf4j-api-1.5.6.jar
similarity index 100%
rename from thirdparty-lib/slf4j-api-1.5.6.jar
rename to archive/thirdparty-lib/slf4j-api-1.5.6.jar
diff --git a/thirdparty-lib/slf4j-log4j12-1.5.6.jar b/archive/thirdparty-lib/slf4j-log4j12-1.5.6.jar
similarity index 100%
rename from thirdparty-lib/slf4j-log4j12-1.5.6.jar
rename to archive/thirdparty-lib/slf4j-log4j12-1.5.6.jar
diff --git a/test/org/openliberty/wsc/test/ClientLibTest.java b/src/test/java/org/openliberty/wsc/test/ClientLibTest.java
similarity index 100%
rename from test/org/openliberty/wsc/test/ClientLibTest.java
rename to src/test/java/org/openliberty/wsc/test/ClientLibTest.java
diff --git a/test/org/openliberty/wsc/test/Demo.java b/src/test/java/org/openliberty/wsc/test/Demo.java
similarity index 100%
rename from test/org/openliberty/wsc/test/Demo.java
rename to src/test/java/org/openliberty/wsc/test/Demo.java
diff --git a/test/org/openliberty/wsc/test/PeopleServiceTest.java b/src/test/java/org/openliberty/wsc/test/PeopleServiceTest.java
similarity index 100%
rename from test/org/openliberty/wsc/test/PeopleServiceTest.java
rename to src/test/java/org/openliberty/wsc/test/PeopleServiceTest.java
diff --git a/test/data/org/openliberty/wsc/epr/conor-soap-epr.xml b/src/test/resources/data/org/openliberty/wsc/epr/conor-soap-epr.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/epr/conor-soap-epr.xml
rename to src/test/resources/data/org/openliberty/wsc/epr/conor-soap-epr.xml
diff --git a/test/data/org/openliberty/wsc/epr/epr.xml b/src/test/resources/data/org/openliberty/wsc/epr/epr.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/epr/epr.xml
rename to src/test/resources/data/org/openliberty/wsc/epr/epr.xml
diff --git a/test/data/org/openliberty/wsc/hp/disco_epr.xml b/src/test/resources/data/org/openliberty/wsc/hp/disco_epr.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/hp/disco_epr.xml
rename to src/test/resources/data/org/openliberty/wsc/hp/disco_epr.xml
diff --git a/test/data/org/openliberty/wsc/hp/saml_authn_response.xml b/src/test/resources/data/org/openliberty/wsc/hp/saml_authn_response.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/hp/saml_authn_response.xml
rename to src/test/resources/data/org/openliberty/wsc/hp/saml_authn_response.xml
diff --git a/test/data/org/openliberty/wsc/sasl/SASLRequest.xml b/src/test/resources/data/org/openliberty/wsc/sasl/SASLRequest.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/sasl/SASLRequest.xml
rename to src/test/resources/data/org/openliberty/wsc/sasl/SASLRequest.xml
diff --git a/test/data/org/openliberty/wsc/sasl/SOAP.xml b/src/test/resources/data/org/openliberty/wsc/sasl/SOAP.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/sasl/SOAP.xml
rename to src/test/resources/data/org/openliberty/wsc/sasl/SOAP.xml
diff --git a/test/data/org/openliberty/wsc/sasl/cahill_auth1.xml b/src/test/resources/data/org/openliberty/wsc/sasl/cahill_auth1.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/sasl/cahill_auth1.xml
rename to src/test/resources/data/org/openliberty/wsc/sasl/cahill_auth1.xml
diff --git a/test/data/org/openliberty/wsc/sasl/cahill_auth2.xml b/src/test/resources/data/org/openliberty/wsc/sasl/cahill_auth2.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/sasl/cahill_auth2.xml
rename to src/test/resources/data/org/openliberty/wsc/sasl/cahill_auth2.xml
diff --git a/test/data/org/openliberty/wsc/sasl/cahill_disco.xml b/src/test/resources/data/org/openliberty/wsc/sasl/cahill_disco.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/sasl/cahill_disco.xml
rename to src/test/resources/data/org/openliberty/wsc/sasl/cahill_disco.xml
diff --git a/test/data/org/openliberty/wsc/soap/binding/Action.xml b/src/test/resources/data/org/openliberty/wsc/soap/binding/Action.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/soap/binding/Action.xml
rename to src/test/resources/data/org/openliberty/wsc/soap/binding/Action.xml
diff --git a/test/data/org/openliberty/wsc/soap/binding/MessageID.xml b/src/test/resources/data/org/openliberty/wsc/soap/binding/MessageID.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/soap/binding/MessageID.xml
rename to src/test/resources/data/org/openliberty/wsc/soap/binding/MessageID.xml
diff --git a/test/data/org/openliberty/wsc/soap/binding/MessageIDAttributes.xml b/src/test/resources/data/org/openliberty/wsc/soap/binding/MessageIDAttributes.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/soap/binding/MessageIDAttributes.xml
rename to src/test/resources/data/org/openliberty/wsc/soap/binding/MessageIDAttributes.xml
diff --git a/test/data/org/openliberty/wsc/soap/binding/RedirectRequest.xml b/src/test/resources/data/org/openliberty/wsc/soap/binding/RedirectRequest.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/soap/binding/RedirectRequest.xml
rename to src/test/resources/data/org/openliberty/wsc/soap/binding/RedirectRequest.xml
diff --git a/test/data/org/openliberty/wsc/soap/binding/To.xml b/src/test/resources/data/org/openliberty/wsc/soap/binding/To.xml
similarity index 100%
rename from test/data/org/openliberty/wsc/soap/binding/To.xml
rename to src/test/resources/data/org/openliberty/wsc/soap/binding/To.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list