Skip to content

Commit b7886c3

Browse files
authored
add flex modules to pom.xml (#1524)
1 parent 5399842 commit b7886c3

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

plugins/com.google.cloud.tools.eclipse.appengine.flex.test/.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
</arguments>
1212
</buildCommand>
1313
<buildCommand>
14-
<name>org.eclipse.m2e.core.maven2Builder</name>
14+
<name>org.eclipse.pde.ManifestBuilder</name>
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
1818
<buildCommand>
19-
<name>org.eclipse.pde.ManifestBuilder</name>
19+
<name>org.eclipse.pde.SchemaBuilder</name>
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
2323
<buildCommand>
24-
<name>org.eclipse.pde.SchemaBuilder</name>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
2525
<arguments>
2626
</arguments>
2727
</buildCommand>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<version>0.1.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

12-
1312
<name>Google Cloud Platform plugin for Eclipse</name>
1413
<description>
1514
An Eclipse plugin for building, debugging, and deploying Google
@@ -42,6 +41,8 @@
4241
<module>plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui.test</module>
4342
<module>plugins/com.google.cloud.tools.eclipse.appengine.facets</module>
4443
<module>plugins/com.google.cloud.tools.eclipse.appengine.facets.test</module>
44+
<module>plugins/com.google.cloud.tools.eclipse.appengine.flex</module>
45+
<module>plugins/com.google.cloud.tools.eclipse.appengine.flex.test</module>
4546
<module>plugins/com.google.cloud.tools.eclipse.appengine.libraries</module>
4647
<module>plugins/com.google.cloud.tools.eclipse.appengine.libraries.test</module>
4748
<module>plugins/com.google.cloud.tools.eclipse.appengine.libraries.ui</module>

0 commit comments

Comments
 (0)