summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-03 17:41:55 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-03 17:41:55 +0000
commit5bb92a57d0075526f105fe065e2264589ef7135b (patch)
treebe169af83c08a63d13f067081b9fc2f2df4e0f30 /java
parenta3769283790b0cbbccd303b415c5a2fc39144c2c (diff)
downloadlasso-5bb92a57d0075526f105fe065e2264589ef7135b.tar.gz
lasso-5bb92a57d0075526f105fe065e2264589ef7135b.tar.xz
lasso-5bb92a57d0075526f105fe065e2264589ef7135b.zip
updated swig generated java files list to have a working make distcheck
Diffstat (limited to 'java')
-rw-r--r--java/.cvsignore82
-rw-r--r--java/Makefile.am35
2 files changed, 82 insertions, 35 deletions
diff --git a/java/.cvsignore b/java/.cvsignore
index 908aad70..7c2c34d7 100644
--- a/java/.cvsignore
+++ b/java/.cvsignore
@@ -1,45 +1,77 @@
.deps
.libs
-Assertion.java
-AuthnRequest.java
-AuthnResponse.java
-Defederation.java
-FederationTerminationNotification.java
-Identity.java
-Lecp.java
-Login.java
-Logout.java
-LogoutRequest.java
-LogoutResponse.java
Makefile
Makefile.in
-Request.java
-Response.java
-Server.java
-Session.java
com
lasso.jar
-lasso.java
-lasso.java.in
-lassoConstants.java
-lassoJNI.java
lasso_wrap.c
libjlasso.la
libjlasso_la-lasso_wrap.lo
+Credentials.java
+Defederation.java
+Description.java
+DiscoModify.java
+DiscoModifyResponse.java
+DiscoQuery.java
+DiscoQueryResponse.java
+Discovery.java
+DstModification.java
+DstModify.java
+DstModifyResponse.java
+DstQuery.java
+DstQueryResponse.java
+Federation.java
+Identity.java
+InsertEntry.java
+Lecp.java
+LibAssertion.java
+LibAuthnRequest.java
LibAuthnResponse.java
LibFederationTerminationNotification.java
LibLogoutRequest.java
+LibLogoutResponse.java
LibRegisterNameIdentifierRequest.java
+LibRegisterNameIdentifierResponse.java
+LibStatusResponse.java
+Login.java
+Logout.java
NameIdentifierMapping.java
NameRegistration.java
Node.java
+NodeArray.java
+Options.java
+PPMsgContact.java
+PersonalProfileService.java
Provider.java
-ProviderIds.java
-RegisterNameIdentifierResponse.java
+QueryItem.java
+RemoveEntry.java
+ResourceID.java
+ResourceOffering.java
+SWIGTYPE_p_LassoDiscoEncryptedResourceID.java
+SWIGTYPE_p_LassoDiscoRequestedServiceType.java
+SWIGTYPE_p_LassoDstNewData.java
+SWIGTYPE_p_LassoMdProtocolType.java
+SWIGTYPE_p_LassoSignatureType.java
SWIGTYPE_p_void.java
+SamlAdvice.java
+SamlAssertion.java
+SamlAttributeStatement.java
+SamlAuthenticationStatement.java
+SamlConditions.java
+SamlNameIdentifier.java
+SamlSubject.java
+SamlSubjectConfirmation.java
+SamlSubjectLocality.java
+SamlSubjectStatement.java
SamlpRequest.java
SamlpResponse.java
-LibRegisterNameIdentifierResponse.java
-LibLogoutResponse.java
-LibAuthnRequest.java
-LibAssertion.java
+SamlpStatus.java
+SamlpStatusCode.java
+Server.java
+ServiceInstance.java
+Session.java
+Status.java
+StringArray.java
+lasso.java
+lassoConstants.java
+lassoJNI.java
diff --git a/java/Makefile.am b/java/Makefile.am
index 657ff99b..612c78e7 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -27,16 +27,31 @@ libjlasso_la_LDFLAGS = -no-undefined -avoid-version -module
javashare_DATA = lasso.jar
SWIG_OUTPUTS = lasso_wrap.c \
- Defederation.java Identity.java lassoConstants.java lasso.java \
- lassoJNI.java Lecp.java LibAssertion.java LibAuthnRequest.java \
- LibAuthnResponse.java LibFederationTerminationNotification.java \
- LibLogoutRequest.java LibLogoutResponse.java \
- LibRegisterNameIdentifierRequest.java \
- LibRegisterNameIdentifierResponse.java Login.java Logout.java \
- NameIdentifierMapping.java NameRegistration.java Node.java \
- ProviderIds.java Provider.java SamlpRequest.java \
- SamlpResponse.java Server.java Session.java SWIGTYPE_p_void.java
-
+ Credentials.java Defederation.java Description.java DiscoModify.java \
+ DiscoModifyResponse.java DiscoQuery.java DiscoQueryResponse.java \
+ Discovery.java DstModification.java DstModify.java \
+ DstModifyResponse.java DstQuery.java DstQueryResponse.java \
+ Federation.java Identity.java InsertEntry.java Lecp.java \
+ LibAssertion.java LibAuthnRequest.java LibAuthnResponse.java \
+ LibFederationTerminationNotification.java LibLogoutRequest.java \
+ LibLogoutResponse.java LibRegisterNameIdentifierRequest.java \
+ LibRegisterNameIdentifierResponse.java LibStatusResponse.java \
+ Login.java Logout.java NameIdentifierMapping.java \
+ NameRegistration.java Node.java NodeArray.java Options.java \
+ PPMsgContact.java PersonalProfileService.java Provider.java \
+ QueryItem.java RemoveEntry.java ResourceID.java ResourceOffering.java \
+ SWIGTYPE_p_LassoDiscoEncryptedResourceID.java \
+ SWIGTYPE_p_LassoDiscoRequestedServiceType.java \
+ SWIGTYPE_p_LassoDstNewData.java SWIGTYPE_p_LassoMdProtocolType.java \
+ SWIGTYPE_p_LassoSignatureType.java SWIGTYPE_p_void.java \
+ SamlAdvice.java SamlAssertion.java SamlAttributeStatement.java \
+ SamlAuthenticationStatement.java SamlConditions.java \
+ SamlNameIdentifier.java SamlSubject.java \
+ SamlSubjectConfirmation.java SamlSubjectLocality.java \
+ SamlSubjectStatement.java SamlpRequest.java SamlpResponse.java \
+ SamlpStatus.java SamlpStatusCode.java Server.java \
+ ServiceInstance.java Session.java Status.java StringArray.java \
+ lasso.java lassoConstants.java lassoJNI.java
JAVA_CRUFT = $(JAVA_PATH)lasso.class lasso_wrap.o lasso.jar $(JAVA_PATH)lasso.java