Author: dgolovin
Date: 2011-08-24 20:37:11 -0400 (Wed, 24 Aug 2011)
New Revision: 34269
Modified:
trunk/build/pom-core.xml
trunk/build/pom-soa-tooling.xml
trunk/build/pom.xml
Log:
esb now depends on common, fix adds ../common module to esb-bootstrap profile
Modified: trunk/build/pom-core.xml
===================================================================
--- trunk/build/pom-core.xml 2011-08-25 00:35:06 UTC (rev 34268)
+++ trunk/build/pom-core.xml 2011-08-25 00:37:11 UTC (rev 34269)
@@ -485,20 +485,30 @@
</profile>
</profiles>
- <repositories>
- <repository>
- <id>gwt-e37</id>
- <
url>http://dl.google.com/eclipse/plugin/3.7/</url>
- <layout>p2</layout>
- <snapshots><enabled>true</enabled></snapshots>
- <releases><enabled>true</enabled></releases>
- </repository>
+ <repositories>
+ <!-- better way is include it into target platform -->
<repository>
+ <id>gwt-e37</id>
+ <
url>http://dl.google.com/eclipse/plugin/3.7/</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <!-- the same as for gwt-37 -->
+ <repository>
<id>egit11</id>
<
url>http://download.jboss.org/jbosstools/updates/requirements/egit/1.1...
<layout>p2</layout>
- <snapshots><enabled>true</enabled></snapshots>
- <releases><enabled>true</enabled></releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
</repository>
</repositories>
</project>
Modified: trunk/build/pom-soa-tooling.xml
===================================================================
--- trunk/build/pom-soa-tooling.xml 2011-08-25 00:35:06 UTC (rev 34268)
+++ trunk/build/pom-soa-tooling.xml 2011-08-25 00:37:11 UTC (rev 34269)
@@ -175,6 +175,7 @@
<id>esb-bootstrap</id>
<modules>
<module>../tests</module>
+ <module>../common</module>
<module>../esb</module>
</modules>
</profile>
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2011-08-25 00:35:06 UTC (rev 34268)
+++ trunk/build/pom.xml 2011-08-25 00:37:11 UTC (rev 34269)
@@ -429,6 +429,7 @@
<id>esb-bootstrap</id>
<modules>
<module>../tests</module>
+ <module>../common</module>
<module>../esb</module>
</modules>
</profile>
@@ -631,6 +632,5 @@
</profile>
</profiles>
-
</project>