[jboss-svn-commits] JBL Code SVN: r14663 - labs/jbossrules/trunk/experimental.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 27 15:40:11 EDT 2007


Author: fmeyer
Date: 2007-08-27 15:40:11 -0400 (Mon, 27 Aug 2007)
New Revision: 14663

Removed:
   labs/jbossrules/trunk/experimental/pom.xml
   labs/jbossrules/trunk/experimental/src/
Log:
removing wrong uploaded example 



Deleted: labs/jbossrules/trunk/experimental/pom.xml
===================================================================
--- labs/jbossrules/trunk/experimental/pom.xml	2007-08-27 19:39:26 UTC (rev 14662)
+++ labs/jbossrules/trunk/experimental/pom.xml	2007-08-27 19:40:11 UTC (rev 14663)
@@ -1,333 +0,0 @@
-<?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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <groupId>org.acme.insurance</groupId>
-    <artifactId>insurance</artifactId>
-    <packaging>war</packaging>
-    <name>Tabudrool</name>
-    <version>0.1.0-SNAPSHOT</version>
-    <description>
-    </description>
-
-    <issueManagement/>
-    <ciManagement/>
-    <inceptionYear>2006</inceptionYear>
-    <mailingLists/>
-
-    <contributors/>
-
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-    <scm/>
-
-    <build>
-	
-	    <resources>
-	      <resource>
-	        <directory>src/main/resources</directory>
-	      </resource>
-	      <resource>
-	        <directory>src/main/rules</directory>
-	      </resource>
-	    </resources>
-
-	
-        <pluginManagement>
-            <plugins>
-                <!--
-                    Last time synchronized with the latest plugin releases:
-                    2006-06-21
-                    See http://news.gmane.org/gmane.comp.apache.maven.announce
-                -->
-
-                <!-- Building -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-help-plugin</artifactId>
-                    <version>2.0.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-clean-plugin</artifactId>
-                    <version>2.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.0.1</version>
-                    <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.2</version>
-                    <configuration>
-                        <testFailureIgnore>true</testFailureIgnore>
-                    </configuration>
-                </plugin>
-
-                <!-- Packaging -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.0</version>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <goal>test-jar</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-source-plugin</artifactId>
-                    <version>2.0.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-war-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-archetype-plugin</artifactId>
-                    <version>1.0-alpha-4</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-install-plugin</artifactId>
-                    <version>2.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-4</version>
-                    <configuration>
-                        <!--<tagBase>-->
-                            <!--https://taseree.svn.sourceforge.net/svnroot/taseree/tags-->
-                        <!--</tagBase>-->
-                    </configuration>
-                </plugin>
-
-                <!-- IDE -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-eclipse-plugin</artifactId>
-                    <version>2.2</version>
-                    <configuration>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-idea-plugin</artifactId>
-                    <version>2.0</version>
-                    <configuration>
-                        <downloadSources>true</downloadSources>
-                    </configuration>
-                </plugin>
-
-                <!--Site -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-5</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.0.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jxr-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
-                <!--<plugin>-->
-                    <!--<groupId>org.codehaus.mojo</groupId>-->
-                    <!--<artifactId>taglist-maven-plugin</artifactId>-->
-                    <!--<version>???</version>-->
-                <!--</plugin>-->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-pmd-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
-                <!--
-                    TODO checkstyle rules must be configured so it no longer
-                    generates a 4 mb file which is hard to site-deploy...
-                -->
-                <!--<plugin>-->
-                    <!--<groupId>org.apache.maven.plugins</groupId>-->
-                    <!--<artifactId>maven-checkstyle-plugin</artifactId>-->
-                    <!--<version>2.1</version>-->
-                <!--</plugin>-->
-                <!--
-                    TODO Changelog is unfinished:
-                    - has also a problem with the netbeans (cvs)lib dependency
-                    - is moving from mojo.codehaus.org to maven.apache.org
-                -->
-                <!--<plugin>-->
-                    <!--<groupId>org.apache.maven.plugins</groupId>-->
-                    <!--<artifactId>maven-changelog-plugin</artifactId>-->
-                    <!--<version>???</version>-->
-                <!--</plugin>-->
-
-            </plugins>
-        </pluginManagement>
-        <plugins>
-        </plugins>
-    </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>taglist-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
-            </plugin>
-            <!--<plugin>-->
-                <!--<groupId>org.apache.maven.plugins</groupId>-->
-                <!--<artifactId>maven-checkstyle-plugin</artifactId>-->
-            <!--</plugin>-->
-            <!--<plugin>-->
-                <!--<groupId>org.apache.maven.plugins</groupId>-->
-                <!--<artifactId>maven-changelog-plugin</artifactId>-->
-            <!--</plugin>-->
-        </plugins>
-    </reporting>
-
-    <profiles>
-        <profile>
-            <id>fast</id>
-            <properties>
-                <maven.test.skip>true</maven.test.skip>
-            </properties>
-        </profile>
-    </profiles>
-
-    <modules/>
-
-    <repositories>
-        <repository>
-            <id>jbossRepository</id>
-            <name>JBoss repository</name>
-            <url>http://repository.jboss.com/maven2</url>
-        </repository>
-    </repositories>
-    <pluginRepositories/>
-
-    <dependencies>
-	    <dependency>
-	      <groupId>javax.servlet</groupId>
-	      <artifactId>servlet-api</artifactId>
-		  <version>2.3</version>
-	    </dependency>
-	
-        <!-- Testing -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-
-        <!-- Lang -->
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.3</version>
-        </dependency>
-
-        <!-- Logging -->
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.12</version>
-            <!--<scope>runtime</scope> for the examples -->
-        </dependency>
-
-        <!-- Drools -->
-        <dependency>
-            <groupId>org.drools</groupId>
-            <artifactId>drools-core</artifactId>
-            <version>4.0.1.SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.drools</groupId>
-            <artifactId>drools-compiler</artifactId>
-            <version>4.0.1.SNAPSHOT</version>
-        </dependency>
-
-        <!-- Xstream -->
-        <dependency>
-            <groupId>com.thoughtworks.xstream</groupId>
-            <artifactId>xstream</artifactId>
-            <version>1.2.2</version>
-        </dependency>
-    </dependencies>
-    <dependencyManagement>
-        <dependencies/>
-    </dependencyManagement>
-
-    <distributionManagement>
-        <!--<site>-->
-            <!--<id>shell.sourceforge.net</id>-->
-            <!--<url>-->
-                <!--scp://shell.sourceforge.net/home/groups/t/ta/taseree/htdocs/-->
-            <!--</url>-->
-        <!--</site>-->
-    </distributionManagement>
-
-</project>




More information about the jboss-svn-commits mailing list