Revision: 19398 http://sourceforge.net/p/gate/code/19398 Author: markagreenwood Date: 2016-06-04 14:15:06 +0000 (Sat, 04 Jun 2016) Log Message: ----------- applying the build patch from Anshul, which makes life so much easier
Added Paths: ----------- gate/branches/sawdust2/gate-parent/ gate/branches/sawdust2/gate-parent/pom.xml Added: gate/branches/sawdust2/gate-parent/pom.xml =================================================================== --- gate/branches/sawdust2/gate-parent/pom.xml (rev 0) +++ gate/branches/sawdust2/gate-parent/pom.xml 2016-06-04 14:15:06 UTC (rev 19398) @@ -0,0 +1,48 @@ + +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <!-- this is the description of this plugin --> + <groupId>uk.ac.gate</groupId> + <artifactId>gate-parent</artifactId> + <packaging>pom</packaging> + <version>9.0-SNAPSHOT</version> + + <licenses> + <license> + <name>GNU Lesser General Public License (LGPL), Version 3</name> + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + + <organization> + <name>GATE</name> + <url>http://gate.ac.uk</url> + </organization> + + <developers> + <developer> + <id>gate-team</id> + <name>GATE Team</name> + <email>gate-develop...@lists.sourceforge.net</email> + </developer> + </developers> + + <dependencies> + <!-- add any other libraries your plugin depends on. Any other GATE plugins + you depend on at compile time should use the provided scope --> + <dependency> + <groupId>uk.ac.gate</groupId> + <artifactId>gate-compiler-jdt</artifactId> + <version>4.3.2-P20140317-1600</version> + </dependency> + + </dependencies> + <modules> + <module>../</module> + <module>../build</module> + <module>../plugins</module> + </modules> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs