Revision: b1cb68e136ff Author: Eduardo Martins <[email protected]> Date: Wed Aug 15 08:44:57 2012 Log: fixing eclipse project names
http://code.google.com/p/jain-slee/source/detail?r=b1cb68e136ff&repo=xmpp Modified: /examples/google-talk-bot/pom.xml /resources/xmpp/pom.xml ======================================= --- /examples/google-talk-bot/pom.xml Wed Aug 15 08:11:20 2012 +++ /examples/google-talk-bot/pom.xml Wed Aug 15 08:44:57 2012 @@ -18,6 +18,26 @@ <module>du</module> </modules> + <build> + <plugins> + <plugin> + <artifactId>maven-eclipse-plugin</artifactId> + <groupId>org.mobicents.tools</groupId> + <inherited>false</inherited> + <executions /> + <configuration> + <excludePoms /> + <classpathExcludes> + <exclude>xml-apis:xml-apis</exclude> + <exclude>jtidy:jtidy</exclude> + </classpathExcludes> + <resolveTransitiveDependencies>true</resolveTransitiveDependencies> + <eclipseProjectName>slee-example-google-talk-bot</eclipseProjectName> + </configuration> + </plugin> + </plugins> + </build> + <profiles> <profile> <id>maven-release</id> ======================================= --- /resources/xmpp/pom.xml Wed Aug 15 08:11:20 2012 +++ /resources/xmpp/pom.xml Wed Aug 15 08:44:57 2012 @@ -19,6 +19,26 @@ <module>ra</module> <module>du</module> </modules> + + <build> + <plugins> + <plugin> + <artifactId>maven-eclipse-plugin</artifactId> + <groupId>org.mobicents.tools</groupId> + <inherited>false</inherited> + <executions /> + <configuration> + <excludePoms /> + <classpathExcludes> + <exclude>xml-apis:xml-apis</exclude> + <exclude>jtidy:jtidy</exclude> + </classpathExcludes> + <resolveTransitiveDependencies>true</resolveTransitiveDependencies> + <eclipseProjectName>slee-ra-xmpp</eclipseProjectName> + </configuration> + </plugin> + </plugins> + </build> <profiles> <profile>
