Skip to content

Commit

Permalink
Migrate shared code out to albinowaxUtils.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
albinowax committed Sep 23, 2020
1 parent e2a93ed commit 5d5553b
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 2,774 deletions.
Binary file added albinowaxUtils-all.jar
Binary file not shown.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -11,6 +11,7 @@ dependencies {
compile 'com.google.code.gson:gson:2.8.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.0.pr4'
compile 'org.jsoup:jsoup:1.8.1'
compile files('albinowaxUtils-all.jar')
}

sourceSets {
Expand Down
13 changes: 13 additions & 0 deletions param-miner.iml
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="param-miner" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/out" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
154 changes: 0 additions & 154 deletions src/burp/Attack.java

This file was deleted.

0 comments on commit 5d5553b

Please sign in to comment.