File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ local.properties
4848.settings /
4949.loadpath
5050
51- affinity /src /main /c /Makefile
52-
5351# ## Queue files
5452* .cq4t
5553* .cq4
Original file line number Diff line number Diff line change 109109 </configuration >
110110 </plugin >
111111
112- <!-- TODO make git remember that the file should be executable -->
113- <plugin >
114- <artifactId >maven-antrun-plugin</artifactId >
115- <version >1.7</version >
116- <executions >
117- <execution >
118- <id >build-native</id >
119- <phase >process-classes</phase >
120- <goals >
121- <goal >run</goal >
122- </goals >
123- <configuration >
124- <target >
125- <property name =" makefile" value =" ${project.basedir}/${native.source.dir}/Makefile" />
126- <!-- make it executable -->
127- <chmod file =" ${makefile}" perm =" u+x" />
128- </target >
129- </configuration >
130- </execution >
131- </executions >
132- </plugin >
133-
134112 <plugin >
135113 <groupId >org.codehaus.mojo</groupId >
136114 <artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments