test(llm-security): add JetBrains fixture tree + build helper
This commit is contained in:
parent
4b68254127
commit
c5912b2466
21 changed files with 324 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Manifest-Version: 1.0
|
||||
Implementation-Title: com.google.example
|
||||
Implementation-Version: 1.0.0
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<idea-plugin>
|
||||
<id>com.google.example</id>
|
||||
<name>Android Studio Example</name>
|
||||
<version>1.0.0</version>
|
||||
<vendor url="https://android.com">Google</vendor>
|
||||
<description>A plugin installed under the Android Studio base directory — discovery must find it.</description>
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
<depends>org.jetbrains.android</depends>
|
||||
</idea-plugin>
|
||||
Loading…
Add table
Add a link
Reference in a new issue