mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
format files
This commit is contained in:
parent
6887795f25
commit
c26ec51ce7
@ -13,4 +13,4 @@
|
||||
|
||||
find_program(MAVEN_EXECUTABLE mvn)
|
||||
include (FindPackageHandleStandardArgs)
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(MAVEN REQUIRED_VARS MAVEN_EXECUTABLE)
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(MAVEN REQUIRED_VARS MAVEN_EXECUTABLE)
|
||||
|
2
libexec/trick/java/.gitignore
vendored
2
libexec/trick/java/.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
dist
|
||||
resources
|
||||
build
|
||||
build
|
||||
|
@ -316,19 +316,17 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<build>
|
||||
<directory>${buildDirectory}</directory>
|
||||
</build>
|
||||
<activation>
|
||||
<property>
|
||||
<name>cmake</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
|
||||
</profile>
|
||||
</profiles>
|
||||
<profiles>
|
||||
<profile>
|
||||
<build>
|
||||
<directory>${buildDirectory}</directory>
|
||||
</build>
|
||||
<activation>
|
||||
<property>
|
||||
<name>cmake</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user