[jboss-cvs] Repository SVN: r22749 - in maven2/org/drools/drools-guvnor: 5.0.0.CR1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 9 22:02:34 EDT 2009


Author: Rikkola
Date: 2009-03-09 22:02:33 -0400 (Mon, 09 Mar 2009)
New Revision: 22749

Added:
   maven2/org/drools/drools-guvnor/5.0.0.CR1/
   maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1-sources.jar
   maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1-test-sources.jar
   maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1.pom
   maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1.war
Log:
Drools 5.0.0.CR1

Added: maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1-test-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1-test-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1.pom
===================================================================
--- maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1.pom	                        (rev 0)
+++ maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1.pom	2009-03-10 02:02:33 UTC (rev 22749)
@@ -0,0 +1,300 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/maven-v4_0_0.xsd">
+
+  <!-- README: if you have problems running the build.
+  you may need to go up one directory, and run "mvn install" to
+  make sure all the deps are ready.
+
+  If by chance the slackers who maintain the other projects have left the build slight broken,
+  you can skip the tests by doing:
+
+  "mvn -Dmaven.test.skip=true install" and it should work.
+
+  -->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>drools</artifactId>
+    <groupId>org.drools</groupId>
+	  <version>5.0.0.CR1</version>
+  </parent>
+
+  <artifactId>drools-guvnor</artifactId>
+
+  <packaging>war</packaging>
+  <name>Drools :: Guvnor</name>
+
+  <build>
+    <finalName>drools-guvnor</finalName>
+
+	<plugins>
+	      <plugin>
+	        <artifactId>maven-antrun-plugin</artifactId>
+	        <executions>
+	          <execution>
+	            <phase>generate-sources</phase>
+	            <configuration>
+	              <tasks>
+			<ant antfile="${basedir}/revision-number.xml" target="find_revision">
+				<property name="project.version" value="${project.version}"/>
+  			</ant>         	
+		      </tasks>
+	            </configuration>
+        	    <goals>
+	              <goal>run</goal>
+        	    </goals>
+	          </execution>
+	        </executions>
+		<dependencies>    
+			<dependency>
+			      <groupId>ant</groupId>
+			      <artifactId>ant-nodeps</artifactId>
+			      <version>1.6.5</version>
+			</dependency>
+			<dependency>
+			      <groupId>ant</groupId>
+			      <artifactId>ant-apache-regexp</artifactId>
+			      <version>1.6.5</version>
+			</dependency>
+			<dependency>
+			      <artifactId>jakarta-regexp</artifactId>
+			      <groupId>jakarta-regexp</groupId>
+			      <version>1.4</version>
+			</dependency>
+		</dependencies>
+	      </plugin>
+	</plugins>
+
+  </build>
+
+  <dependencies>
+    <!-- Internal dependencies -->
+
+    <!-- first the deps for the repo API itself (Jackrabbit based) -->
+    <dependency>
+      <groupId>org.drools</groupId>
+      <artifactId>drools-repository</artifactId>
+    </dependency>
+
+
+    <dependency>
+      <groupId>org.drools</groupId>
+      <artifactId>drools-compiler</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.drools</groupId>
+      <artifactId>drools-decisiontables</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.drools</groupId>
+      <artifactId>drools-verifier</artifactId>
+    </dependency>
+
+    <!-- jackrabbit (this really should come from repository, not sure why not)
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.tmatesoft</groupId>
+      <artifactId>svnkit</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+      </dependency>
+	-->
+
+    <!-- External dependencies -->
+    <!-- now the deps for the web app -->
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>pl.balon.gwt</groupId>
+      <artifactId>gwt-diagrams</artifactId>
+      <version>0.2-RC00</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cobogw.gwt</groupId>
+      <artifactId>cobogw</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.gwt</groupId>
+      <artifactId>gwt-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.gwtext</groupId>
+      <artifactId>gwtext</artifactId>
+    </dependency>
+    <dependency>
+     <groupId>com.thoughtworks.xstream</groupId>
+     <artifactId>xstream</artifactId>
+    </dependency>
+   <dependency>
+     <groupId>commons-fileupload</groupId>
+     <artifactId>commons-fileupload</artifactId>
+   </dependency>
+
+   <dependency>
+     <groupId>commons-io</groupId>
+     <artifactId>commons-io</artifactId>
+   </dependency>
+
+	<dependency>
+		<groupId>emma</groupId>
+		<artifactId>emma</artifactId>
+		<version>2.0.5312</version>
+		<scope>test</scope>
+	</dependency>
+
+
+
+   <!-- seam follows -->
+<!--   <dependency>
+    	<groupId>jboss.seam.profiles</groupId>
+        <artifactId>seam-nopersistence</artifactId>
+        <version>2.0.0.CR1</version>
+        <scope>compile</scope>
+   </dependency> -->
+
+
+	<dependency>
+		<groupId>javax.persistence</groupId>
+		<artifactId>persistence-api</artifactId>
+		<version>1.0</version>
+	</dependency>
+	
+	<dependency>
+		<groupId>org.jboss.seam</groupId>
+		<artifactId>jboss-seam-remoting</artifactId>
+		<version>2.1.0.GA</version>
+	</dependency>
+	<dependency>
+		<groupId>org.jboss.seam</groupId>
+		<artifactId>jboss-seam</artifactId>
+		<version>2.1.0.GA</version>
+	</dependency>
+
+	<dependency>
+		<groupId>javax.transaction</groupId>
+		<artifactId>jta</artifactId>
+		<version>1.0.1B</version>
+	</dependency>
+
+      <dependency>
+        <groupId>javax.ejb</groupId>
+        <artifactId>ejb-api</artifactId>
+        <version>3.0</version>
+      </dependency>
+
+	 <dependency>
+	  <groupId>org.hibernate</groupId>
+	  <artifactId>hibernate</artifactId>
+	  <version>3.2.4.sp1</version>
+	  <scope>provided</scope>
+	  <exclusions>
+	    <exclusion>
+	      <groupId>commons-collections</groupId>
+	      <artifactId>commons-collections</artifactId>
+	    </exclusion>
+	    <exclusion>
+	      <groupId>commons-logging</groupId>
+	      <artifactId>commons-logging</artifactId>
+	    </exclusion>
+	    <exclusion>
+	      <groupId>net.sf.ehcache</groupId>
+	      <artifactId>ehcache</artifactId>
+	    </exclusion>
+	    <exclusion>
+	      <groupId>junit</groupId>
+	      <artifactId>junit</artifactId>
+	    </exclusion>
+	  </exclusions>
+	</dependency>
+
+	<dependency>
+	  <groupId>org.hibernate</groupId>
+	  <artifactId>hibernate-annotations</artifactId>
+	  <version>3.3.0.ga</version>
+	  <scope>provided</scope>
+	  <exclusions>
+	    <exclusion>
+	      <groupId>junit</groupId>
+	      <artifactId>junit</artifactId>
+	    </exclusion>
+	  </exclusions>
+	</dependency>
+
+	<dependency>
+	  <groupId>org.hibernate</groupId>
+	  <artifactId>hibernate-entitymanager</artifactId>
+	  <version>3.3.1.ga</version>
+	  <scope>provided</scope>
+	  <exclusions>
+	    <exclusion>
+	      <groupId>jboss</groupId>
+	      <artifactId>javassist</artifactId>
+	    </exclusion>
+	    <exclusion>
+	      <groupId>commons-logging</groupId>
+	      <artifactId>commons-logging</artifactId>
+	    </exclusion>
+	  </exclusions>
+	</dependency>
+
+	<dependency>
+		<groupId>org.hibernate</groupId>
+		<artifactId>hibernate-validator</artifactId>
+		<version>3.0.0.GA</version>
+	</dependency>
+
+	<dependency>
+		<groupId>javassist</groupId>
+		<artifactId>javassist</artifactId>
+		<version>3.4.GA</version>
+			<scope>runtime</scope>
+	</dependency>
+
+	<dependency>
+		<groupId>dom4j</groupId>
+		<artifactId>dom4j</artifactId>
+		<version>1.6</version>
+			<scope>runtime</scope>
+	</dependency>
+
+	<dependency>
+		<groupId>javax.el</groupId>
+		<artifactId>el-api</artifactId>
+		<version>1.2</version>
+		<scope>runtime</scope>
+	</dependency>
+	<dependency>
+		<groupId>javax.el</groupId>
+		<artifactId>el-ri</artifactId>
+		<version>1.2</version>
+		<scope>runtime</scope>
+	</dependency>
+
+
+	<!-- NOT needed due to licencing -->
+	<dependency>
+	        <groupId>org.tmatesoft</groupId>
+        	<artifactId>svnkit</artifactId>
+        	<scope>provided</scope>
+	</dependency>
+  </dependencies>
+
+</project>

Added: maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1.war
===================================================================
(Binary files differ)


Property changes on: maven2/org/drools/drools-guvnor/5.0.0.CR1/drools-guvnor-5.0.0.CR1.war
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list