Skip to content

Commit

Permalink
andrea-magni#77 - Exclude thirdparty delphi-jose-jwt source from Pack…
Browse files Browse the repository at this point in the history
…age MARS.Jose.dpk
  • Loading branch information
ccy committed Aug 24, 2019
1 parent c9a0d1d commit 3224e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 51 deletions.
28 changes: 2 additions & 26 deletions Packages/103Rio/MARS.JOSE.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,13 @@ package MARS.JOSE;

requires
rtl,
IndySystem,
IndyProtocols,
IndyCore,
JOSE,
MARS.Utils,
MARS.Core;

contains
MARS.JOSEJWT.Token in '..\..\Source\MARS.JOSEJWT.Token.pas',
MARS.JOSEJWT.Token.InjectionService in '..\..\Source\MARS.JOSEJWT.Token.InjectionService.pas',
JOSE.Builder in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Builder.pas',
JOSE.Consumer in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Consumer.pas',
JOSE.Consumer.Validators in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Consumer.Validators.pas',
JOSE.Context in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Context.pas',
JOSE.Core.Base in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.Base.pas',
JOSE.Core.Builder in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.Builder.pas',
JOSE.Core.JWA.Compression in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Compression.pas',
JOSE.Core.JWA.Encryption in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Encryption.pas',
JOSE.Core.JWA.Factory in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Factory.pas',
JOSE.Core.JWA in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.pas',
JOSE.Core.JWA.Signing in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Signing.pas',
JOSE.Core.JWE in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWE.pas',
JOSE.Core.JWK in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWK.pas',
JOSE.Core.JWS in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWS.pas',
JOSE.Core.JWT in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWT.pas',
JOSE.Core.Parts in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.Parts.pas',
JOSE.Encoding.Base64 in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Encoding.Base64.pas',
JOSE.Hashing.HMAC in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Hashing.HMAC.pas',
JOSE.Signing.RSA in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Signing.RSA.pas',
JOSE.Types.Arrays in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Types.Arrays.pas',
JOSE.Types.Bytes in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Types.Bytes.pas',
JOSE.Types.JSON in '..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Types.JSON.pas';
MARS.JOSEJWT.Token.InjectionService in '..\..\Source\MARS.JOSEJWT.Token.InjectionService.pas';

end.

Expand Down
26 changes: 1 addition & 25 deletions Packages/103Rio/MARS.JOSE.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,35 +131,11 @@
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="IndySystem.dcp"/>
<DCCReference Include="IndyProtocols.dcp"/>
<DCCReference Include="IndyCore.dcp"/>
<DCCReference Include="JOSE.dcp"/>
<DCCReference Include="MARS.Utils.dcp"/>
<DCCReference Include="MARS.Core.dcp"/>
<DCCReference Include="..\..\Source\MARS.JOSEJWT.Token.pas"/>
<DCCReference Include="..\..\Source\MARS.JOSEJWT.Token.InjectionService.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Builder.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Consumer.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Consumer.Validators.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Context.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.Base.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.Builder.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Compression.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Encryption.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Factory.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWA.Signing.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWE.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWK.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWS.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.JWT.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Core.Parts.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Encoding.Base64.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Hashing.HMAC.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Signing.RSA.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Types.Arrays.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Types.Bytes.pas"/>
<DCCReference Include="..\..\ThirdParty\delphi-jose-jwt\Source\JOSE.Types.JSON.pas"/>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
Expand Down

0 comments on commit 3224e09

Please sign in to comment.