Skip to content

Commit

Permalink
added python air
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Feb 7, 2024
1 parent b4c294a commit f606abe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<rascal-lsp.version>2.19.0</rascal-lsp.version>
<drambiguity.version>0.2.0</drambiguity.version>
<php-analysis.version>0.2.3</php-analysis.version>
<python-air.version>0.0.3</python-air.version>
</properties>

<build>
Expand Down Expand Up @@ -157,6 +158,14 @@
<includes>docs/**/*.*</includes>
<excludes>docs/index.value</excludes>
</artifactItem>
<artifactItem>
<groupId>org.rascalmpl</groupId>
<artifactId>python-air</artifactId>
<version>${python-air.version}</version>
<outputDirectory>${project.basedir}</outputDirectory>
<includes>docs/**/*.*</includes>
<excludes>docs/index.value</excludes>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down Expand Up @@ -285,5 +294,10 @@
<artifactId>php-analysis</artifactId>
<version>${php-analysis.version}</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>python-air</artifactId>
<version>${python-air.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit f606abe

Please sign in to comment.