From: <ldi...@us...> - 2006-04-06 18:44:12
|
Revision: 110 Author: ldikmans Date: 2006-04-06 11:44:00 -0700 (Thu, 06 Apr 2006) ViewCVS: http://svn.sourceforge.net/sensor/?rev=110&view=rev Log Message: ----------- enabled maviclipse Modified Paths: -------------- trunk/sensor-sample-app/.classpath trunk/sensor-sample-app/.project trunk/sensor-sample-app/project.xml Modified: trunk/sensor-sample-app/.classpath =================================================================== --- trunk/sensor-sample-app/.classpath 2006-04-06 18:43:37 UTC (rev 109) +++ trunk/sensor-sample-app/.classpath 2006-04-06 18:44:00 UTC (rev 110) @@ -1,18 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src/java"/> - <classpathentry kind="src" path="test/java"/> - <classpathentry kind="src" path="test/resources"/> - <classpathentry kind="src" path="src/resource"/> - <classpathentry kind="src" path="src/web"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="src" path="/sensor-core"/> + <classpathentry kind="src" path="/sensor-support"/> + <classpathentry kind="src" path="/sensor-console"/> <classpathentry sourcepath="/MAVEN_REPO/springframework/zips/spring-src-1.2.6.zip" kind="var" path="MAVEN_REPO/springframework/jars/spring-1.2.6.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-mock-1.2.6.jar"/> + <classpathentry kind="lib" path="lib/mysql-connector-java-3.1.12-bin.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/jstl/jars/jstl-1.0.6.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/taglibs/jars/standard-1.0.6.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/velocity/jars/velocity-1.4.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/velocity-tools/jars/velocity-tools-1.2.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/commons-io/jars/commons-io-1.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-mock-1.2.6.jar"/> - <classpathentry kind="var" path="JUNIT_HOME/junit.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.12.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/dbunit/jars/dbunit-2.1.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/commons-io/jars/commons-io-1.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/hsqldb/jars/hsqldb-1.8.0.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="src" path="src/java"/> + <classpathentry output="target/test-classes" kind="src" path="test/java"/> + <classpathentry including="**/*.xml|**/*.txt|**/*.properties" output="target/classes" kind="src" path="src/resource"/> + <classpathentry including="**/*.xml|**/*.sql" output="target/test-classes" kind="src" path="test/resources"/> <classpathentry kind="output" path="target/classes"/> </classpath> Modified: trunk/sensor-sample-app/.project =================================================================== --- trunk/sensor-sample-app/.project 2006-04-06 18:43:37 UTC (rev 109) +++ trunk/sensor-sample-app/.project 2006-04-06 18:44:00 UTC (rev 110) @@ -6,12 +6,31 @@ </projects> <buildSpec> <buildCommand> + <name>org.eclipse.wst.common.project.facet.core.builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>nl.inspiring.maviclipse.core.maviclipseBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.wst.validation.validationbuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>nl.inspiring.maviclipse.core.maviclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.wst.common.project.facet.core.nature</nature> + <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> + <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> </natures> </projectDescription> Modified: trunk/sensor-sample-app/project.xml =================================================================== --- trunk/sensor-sample-app/project.xml 2006-04-06 18:43:37 UTC (rev 109) +++ trunk/sensor-sample-app/project.xml 2006-04-06 18:44:00 UTC (rev 110) @@ -1,351 +1,391 @@ <?xml version="1.0" encoding="UTF-8"?> <project> - <pomVersion>3</pomVersion> - - <artifactId>sensor-sample-app</artifactId> - <name>Sensor Sample Application</name> - <groupId>sensor</groupId> - - <currentVersion>0.1-dev</currentVersion> - <inceptionYear>2005</inceptionYear> - <package>com.xebia.springroller</package> - - <organization> - <name>Xebia</name> - <url>http://www.xebia.com/</url> - <logo></logo> - </organization> - - <logo></logo> - <url>http://sensor.sf.net/</url> - - <shortDescription> - Sample application for the sensor project. - This application shows howto configure sensor in a webproject. - </shortDescription> + <pomVersion>3</pomVersion> + <artifactId>sensor-sample-app</artifactId> + <name>Sensor Sample Application</name> + <groupId>sensor</groupId> + + <currentVersion>0.1-dev</currentVersion> + <inceptionYear>2005</inceptionYear> + <package>com.xebia.springroller</package> + + <organization> + <name>Xebia</name> + <url>http://www.xebia.com/</url> + <logo></logo> + </organization> + + <logo></logo> + <url>http://sensor.sf.net/</url> + + <shortDescription> + Sample application for the sensor project. This application + shows howto configure sensor in a webproject. + </shortDescription> + <repository> - <connection>scm:svn:anonymous@https://svn.sourceforge.net/svnroot/sensor/trunk/sensor-sample-app</connection> - <developerConnection>scm:svn:${maven.username}@https://svn.sourceforge.net/svnroot/sensor/trunk/sensor-sample-app</developerConnection> + <connection> + scm:svn:anonymous@https://svn.sourceforge.net/svnroot/sensor/trunk/sensor-sample-app + </connection> + <developerConnection> + scm:svn:${maven.username}@https://svn.sourceforge.net/svnroot/sensor/trunk/sensor-sample-app + </developerConnection> <url>https://svn.sourceforge.net/svnroot/sensor</url> </repository> - - <mailingLists> - <mailingList> - <name>Sensor Developers List (sen...@li...)</name> - <subscribe>https://lists.sourceforge.net/lists/listinfo/sensor-developer</subscribe> - <unsubscribe>https://lists.sourceforge.net/lists/listinfo/sensor-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=45376</archive> - </mailingList> - </mailingLists> - - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>/license.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - - <developers> - <developer> - <name>Age Mooy</name> - <id>amooy</id> - <timezone>CET</timezone> - </developer> - <developer> - <name>Jurjan Woltman</name> - <id>jwoltman</id> - <timezone>CET</timezone> - </developer> - <developer> - <name>Richard Swart</name> - <id>rswart</id> - <timezone>CET</timezone> - </developer> - <developer> - <name>Lonneke Dikmans</name> - <id>ldikmans</id> - <timezone>CET</timezone> - </developer> - <developer> - <name>Silvester van der Bijl</name> - <id>silvester</id> - <timezone>CET</timezone> - </developer> - <developer> - <name>Jeroen Borgers</name> - <id>jborgers</id> - <timezone>CET</timezone> - </developer> - - <!-- original developers of the sample appliation --> - <developer> - <name>Vincent Partington</name> - <id>vpartington</id> - <timezone>CET</timezone> - </developer> - <developer> - <name>Michael Franken</name> - <id>mfranken</id> - <timezone>CET</timezone> - </developer> - </developers> - <dependencies> + <mailingLists> + <mailingList> + <name> + Sensor Developers List + (sen...@li...) + </name> + <subscribe> + https://lists.sourceforge.net/lists/listinfo/sensor-developer + </subscribe> + <unsubscribe> + https://lists.sourceforge.net/lists/listinfo/sensor-developer + </unsubscribe> + <archive> + http://sourceforge.net/mailarchive/forum.php?forum_id=45376 + </archive> + </mailingList> + </mailingLists> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>/license.txt</url> + <distribution>repo</distribution> + </license> + </licenses> - <!-- Sensor dependencies --> - <dependency> - <groupId>sensor</groupId> - <artifactId>sensor-core</artifactId> - <version>0.1-dev</version> - <type>jar</type> - <properties> - <eclipse.dependency>false</eclipse.dependency> - <war.bundle>true</war.bundle> - </properties> - </dependency> - <dependency> - <groupId>sensor</groupId> - <artifactId>sensor-support</artifactId> - <version>0.1-dev</version> - <type>jar</type> - <properties> - <eclipse.dependency>false</eclipse.dependency> - <war.bundle>true</war.bundle> - </properties> - </dependency> - <dependency> - <groupId>sensor</groupId> - <artifactId>sensor-console</artifactId> - <version>0.1-dev</version> - <type>jar</type> - <properties> - <eclipse.dependency>false</eclipse.dependency> - <war.bundle>true</war.bundle> - </properties> - </dependency> - - <!-- Spring --> - <dependency> - <groupId>springframework</groupId> - <artifactId>spring</artifactId> - <version>1.2.6</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - <dependency> - <groupId>springframework</groupId> - <artifactId>spring-mock</artifactId> - <version>1.2.6</version> - <type>jar</type> - </dependency> - - <!-- use an oracle database driver if you run on an Oracle database --> - - <!-- somehow this does not work in Tomcat, so put the jar in the common/lib file of the TOMCAT_HOME directory --> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql</artifactId> - <version>3.1.12</version> - <jar>lib/mysql-connector-java-3.1.12-bin.jar</jar> - <type>jar</type> - <properties> - <war.bundle>true</war.bundle> - </properties> - </dependency> - + <developers> + <developer> + <name>Age Mooy</name> + <id>amooy</id> + <timezone>CET</timezone> + </developer> + <developer> + <name>Jurjan Woltman</name> + <id>jwoltman</id> + <timezone>CET</timezone> + </developer> + <developer> + <name>Richard Swart</name> + <id>rswart</id> + <timezone>CET</timezone> + </developer> + <developer> + <name>Lonneke Dikmans</name> + <id>ldikmans</id> + <timezone>CET</timezone> + </developer> + <developer> + <name>Silvester van der Bijl</name> + <id>silvester</id> + <timezone>CET</timezone> + </developer> + <developer> + <name>Jeroen Borgers</name> + <id>jborgers</id> + <timezone>CET</timezone> + </developer> - <!-- Web application support --> - <dependency> - <groupId>jstl</groupId> - <artifactId>jstl</artifactId> - <version>1.0.6</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <version>1.0.6</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> + <!-- original developers of the sample appliation --> + <developer> + <name>Vincent Partington</name> + <id>vpartington</id> + <timezone>CET</timezone> + </developer> + <developer> + <name>Michael Franken</name> + <id>mfranken</id> + <timezone>CET</timezone> + </developer> + </developers> - <!-- Velocity --> - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.4</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - <dependency> - <groupId>velocity-tools</groupId> - <artifactId>velocity-tools</artifactId> - <version>1.2</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - - <!-- commons --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>1.1</version> - <type>jar</type> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.4</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.12</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency> - + <dependencies> - <!--dependency> - <groupId>cglib</groupId> - <artifactId>cglib-full</artifactId> - <version>2.0.2</version> - <type>jar</type> - <properties><war.bundle>true</war.bundle></properties> - </dependency--> - - <!-- unittest dependencies --> - <dependency> - <groupId>dbunit</groupId> - <artifactId>dbunit</artifactId> - <version>2.1</version> - <type>jar</type> - </dependency> - - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> - <type>jar</type> - </dependency> - - - - <!-- Compile time libs always avaliable at runtime (on all j2ee app servers) --> - <dependency> - <groupId>servletapi</groupId> - <artifactId>servletapi</artifactId> - <version>2.3</version> - <type>jar</type> - </dependency> - - <!-- Maven Plugins Used by this Project --> - <dependency> - <groupId>maven</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <version>1.7</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven-plugins</groupId> - <artifactId>maven-findbugs-plugin</artifactId> - <version>1.0</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven</groupId> - <artifactId>maven-clover-plugin</artifactId> - <version>1.10</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven-plugins</groupId> - <artifactId>maven-findbugs-plugin</artifactId> - <version>1.0</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven</groupId> - <artifactId>maven-dashboard-plugin</artifactId> - <version>1.7</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven</groupId> - <artifactId>maven-xdoc-plugin</artifactId> - <version>1.9</version> - <type>plugin</type> - </dependency> - </dependencies> - - <build> - <sourceDirectory>${basedir}/src/java</sourceDirectory> - <unitTestSourceDirectory>${basedir}/test/java</unitTestSourceDirectory> - - <unitTest> - <includes> - <include>**/*Test.java</include> - </includes> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - <resources> - <resource> - <directory>${basedir}/test/resources</directory> - <includes> - <include>**/*.xml</include> - <include>**/*.sql</include> - </includes> - </resource> - </resources> - </unitTest> - - <resources> - <resource> - <directory>${basedir}/src/resource</directory> - <includes> - <include>**/*.xml</include> - <include>**/*.txt</include> - <include>**/*.properties</include> - </includes> - </resource> - </resources> - </build> - - <reports> - <report>maven-license-plugin</report> - <report>maven-javadoc-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-clover-plugin</report> - <report>maven-checkstyle-plugin</report> - <report>maven-pmd-plugin</report> - <report>maven-findbugs-plugin</report> - <report>maven-simian-plugin</report> - - <report>maven-dashboard-plugin</report> - </reports> + + <!-- Sensor dependencies --> + <dependency> + <groupId>sensor</groupId> + <artifactId>sensor-core</artifactId> + <version>0.1-dev</version> + <type>jar</type> + <properties> + <eclipse.dependency>true</eclipse.dependency> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>sensor</groupId> + <artifactId>sensor-support</artifactId> + <version>0.1-dev</version> + <type>jar</type> + <properties> + <eclipse.dependency>true</eclipse.dependency> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>sensor</groupId> + <artifactId>sensor-console</artifactId> + <version>0.1-dev</version> + <type>jar</type> + <properties> + <eclipse.dependency>true</eclipse.dependency> + <war.bundle>true</war.bundle> + </properties> + </dependency> + + <!-- Spring --> + <dependency> + <groupId>springframework</groupId> + <artifactId>spring</artifactId> + <version>1.2.6</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>aopalliance</groupId> + <artifactId>aopalliance</artifactId> + <version>1.0</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>springframework</groupId> + <artifactId>spring-mock</artifactId> + <version>1.2.6</version> + <type>jar</type> + </dependency> + + <!-- use an oracle database driver if you run on an Oracle database --> + + <!-- somehow this does not work in Tomcat, so put the jar in the common/lib file of the TOMCAT_HOME directory --> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql</artifactId> + <version>3.1.12</version> + <jar>lib/mysql-connector-java-3.1.12-bin.jar</jar> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + + + <!-- Web application support --> + <dependency> + <groupId>jstl</groupId> + <artifactId>jstl</artifactId> + <version>1.0.6</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>taglibs</groupId> + <artifactId>standard</artifactId> + <version>1.0.6</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + + <!-- Velocity --> + <dependency> + <groupId>velocity</groupId> + <artifactId>velocity</artifactId> + <version>1.4</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>velocity-tools</groupId> + <artifactId>velocity-tools</artifactId> + <version>1.2</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + + <!-- commons --> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.1</version> + <type>jar</type> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.4</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.12</version> + <type>jar</type> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + + + <!--dependency> + <groupId>cglib</groupId> + <artifactId>cglib-full</artifactId> + <version>2.0.2</version> + <type>jar</type> + <properties><war.bundle>true</war.bundle></properties> + </dependency--> + + <!-- unittest dependencies --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <type>jar</type> + </dependency> + + + <dependency> + <groupId>dbunit</groupId> + <artifactId>dbunit</artifactId> + <version>2.1</version> + <type>jar</type> + </dependency> + + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.8.0.1</version> + <type>jar</type> + </dependency> + + + <!-- Compile time libs always avaliable at runtime (on all j2ee app servers) --> + <dependency> + <groupId>servletapi</groupId> + <artifactId>servletapi</artifactId> + <version>2.3</version> + <type>jar</type> + </dependency> + + <!-- Maven Plugins Used by this Project --> + <dependency> + <groupId>maven</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <version>1.7</version> + <type>plugin</type> + </dependency> + <dependency> + <groupId>maven-plugins</groupId> + <artifactId>maven-findbugs-plugin</artifactId> + <version>1.0</version> + <type>plugin</type> + </dependency> + <dependency> + <groupId>maven</groupId> + <artifactId>maven-clover-plugin</artifactId> + <version>1.10</version> + <type>plugin</type> + </dependency> + <dependency> + <groupId>maven-plugins</groupId> + <artifactId>maven-findbugs-plugin</artifactId> + <version>1.0</version> + <type>plugin</type> + </dependency> + <dependency> + <groupId>maven</groupId> + <artifactId>maven-dashboard-plugin</artifactId> + <version>1.7</version> + <type>plugin</type> + </dependency> + <dependency> + <groupId>maven</groupId> + <artifactId>maven-xdoc-plugin</artifactId> + <version>1.9</version> + <type>plugin</type> + </dependency> + </dependencies> + + <build> + <sourceDirectory>${basedir}/src/java</sourceDirectory> + <unitTestSourceDirectory> + ${basedir}/test/java + </unitTestSourceDirectory> + + <unitTest> + <includes> + <include>**/*Test.java</include> + </includes> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + <resources> + <resource> + <directory>${basedir}/test/resources</directory> + <includes> + <include>**/*.xml</include> + <include>**/*.sql</include> + </includes> + </resource> + </resources> + </unitTest> + + <resources> + <resource> + <directory>${basedir}/src/resource</directory> + <includes> + <include>**/*.xml</include> + <include>**/*.txt</include> + <include>**/*.properties</include> + </includes> + </resource> + </resources> + </build> + + <reports> + <report>maven-license-plugin</report> + <report>maven-javadoc-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-clover-plugin</report> + <report>maven-checkstyle-plugin</report> + <report>maven-pmd-plugin</report> + <report>maven-findbugs-plugin</report> + <report>maven-simian-plugin</report> + + <report>maven-dashboard-plugin</report> + </reports> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |