Print

Print


Commit in lcsim on MAIN
pom.xml+175-1751.7 -> 1.8


lcsim
pom.xml 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- pom.xml	21 May 2008 02:58:09 -0000	1.7
+++ pom.xml	21 May 2008 02:59:40 -0000	1.8
@@ -1,181 +1,181 @@
-<?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>
-    <artifactId>lcsim</artifactId>
-    <name>org DOT lcsim</name>
-    <version>1.2-SNAPSHOT</version>
-    <description>org.lcsim</description>
+<?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>
+    <artifactId>lcsim</artifactId>
+    <name>org DOT lcsim</name>
+    <version>1.2-SNAPSHOT</version>
+    <description>org.lcsim</description>
   
     <scm>
         <connection>scm:cvs:pserver:anonymous:@cvs.freehep.org:/cvs/lcd:lcsim</connection>
         <developerConnection>scm:cvs:pserver:${cvs.username}:@cvs.freehep.org:/cvs/lcd:lcsim</developerConnection>
         <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/lcsim</url>
     </scm>             
-  
-    <parent>
-        <groupId>org.lcsim</groupId>
-        <artifactId>lcsim-parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-  
-    <repositories>
-        <repository>
-            <id>lcsim-maven</id>
-            <name>org.lcsim Maven Repository</name>
-            <url>http://lcsim.org/maven2</url>
-        </repository>
-    </repositories>
-  
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.freehep</groupId>
-                <artifactId>freehep-jas-plugin</artifactId>
-                <version>2.0-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>install</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <jarName>lcsim</jarName>
-                        <includes>
-                            <include>org.freehep:freehep-physics</include>
-                            <include>org.freehep:freehep-sio</include>
-                            <include>org.lcsim:GeomConverter</include>
-                            <include>xerces:xercesImpl</include>
-                            <include>commons-math:commons-math</include>
-                        </includes>
-                </configuration>
-            </plugin>      
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <!-- Following 3 tests are excluded because they are very slow. -->
-                        <exclude>org/lcsim/detector/tracker/readout/SimTrackerHitPositionalReadoutDriverTest.java</exclude>
-                        <exclude>org/lcsim/NonTrivialPFASingleEventTest.java</exclude>
-                        <exclude>org/lcsim/conditions/DetectorLocator_Test.java</exclude>
-                        <!--  Following 6 tests should be covered by Tim's new TrackerHitDriver_User_Test integration test case. -->
-                        <exclude>org/lcsim/detector/tracker/readout/SimTrackerHitIdentifierReadoutDriverTest.java</exclude>
-                        <exclude>org/lcsim/detector/tracker/readout/TrackerBarrelDigitizationDriverTest.java</exclude>
-                        <exclude>org/lcsim/detector/tracker/readout/TrackerEndcapDigitizationDriverTest.java</exclude>
-                        <exclude>org/lcsim/detector/tracker/readout/TrackerHitBarrelDriverTest.java</exclude>
-                        <exclude>org/lcsim/detector/tracker/readout/TrackerHitEndcapDriverTest.java</exclude>
-                        <exclude>org/lcsim/detector/tracker/readout/TrackerHitStrip2DDriverTest.java</exclude>        
-                        <!-- Following test prints a lot of output to the terminal. -->
-                        <exclude>org/lcsim/detector/tracker/readout/TrackingVolumeTest.java</exclude>            
-                        <exclude>**/TestCircle.java</exclude>
-                        <exclude>**/TestSquare.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>    
-    </build>
-  
-  <profiles>
-        <profile>
-            <id>netbeans-public</id>
-            <activation>
-                <property>
-                    <name>netbeans.execution</name>
-                    <value>true</value>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-jar-plugin</artifactId>
-                        <configuration>
-                            <archive>
-                                <manifest>
-                                    <addClasspath>true</addClasspath>
-                                    <classpathPrefix>lib</classpathPrefix>
-                                    <mainClass>org.lcsim.DTProfile</mainClass>
-                                </manifest>
-                            </archive>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>nb</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>directory</goal>
-                                </goals>
-                                <configuration>
-                                    <descriptor>${basedir}/src/main/assemblies/netbeans-run.xml</descriptor>
-                                    <finalName>executable</finalName>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-  
-    <dependencies>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-jaida</artifactId>
-            <version>3.3.0-5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.lcsim</groupId>
-            <artifactId>GeomConverter</artifactId>
-            <version>1.2-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-record</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-sio</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-stdhep</artifactId>
-            <version>2.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-physics</artifactId>
-            <version>2.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>jas3</artifactId>
-            <version>0.8.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>jas-plotter</artifactId>
-            <version>2.2.2</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-math</groupId>
-            <artifactId>commons-math</artifactId>
-            <version>1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.7.1</version>
-        </dependency>
-        <dependency>
-            <groupId>net.java.dev</groupId>
-            <artifactId>truezip</artifactId>
-            <version>6.6</version>
-            </dependency>
-    </dependencies>
-</project>
+  
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>1.0</version>
+    </parent>
+  
+    <repositories>
+        <repository>
+            <id>lcsim-maven</id>
+            <name>org.lcsim Maven Repository</name>
+            <url>http://lcsim.org/maven2</url>
+        </repository>
+    </repositories>
+  
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.freehep</groupId>
+                <artifactId>freehep-jas-plugin</artifactId>
+                <version>2.0-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>install</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <jarName>lcsim</jarName>
+                        <includes>
+                            <include>org.freehep:freehep-physics</include>
+                            <include>org.freehep:freehep-sio</include>
+                            <include>org.lcsim:GeomConverter</include>
+                            <include>xerces:xercesImpl</include>
+                            <include>commons-math:commons-math</include>
+                        </includes>
+                </configuration>
+            </plugin>      
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <!-- Following 3 tests are excluded because they are very slow. -->
+                        <exclude>org/lcsim/detector/tracker/readout/SimTrackerHitPositionalReadoutDriverTest.java</exclude>
+                        <exclude>org/lcsim/NonTrivialPFASingleEventTest.java</exclude>
+                        <exclude>org/lcsim/conditions/DetectorLocator_Test.java</exclude>
+                        <!--  Following 6 tests should be covered by Tim's new TrackerHitDriver_User_Test integration test case. -->
+                        <exclude>org/lcsim/detector/tracker/readout/SimTrackerHitIdentifierReadoutDriverTest.java</exclude>
+                        <exclude>org/lcsim/detector/tracker/readout/TrackerBarrelDigitizationDriverTest.java</exclude>
+                        <exclude>org/lcsim/detector/tracker/readout/TrackerEndcapDigitizationDriverTest.java</exclude>
+                        <exclude>org/lcsim/detector/tracker/readout/TrackerHitBarrelDriverTest.java</exclude>
+                        <exclude>org/lcsim/detector/tracker/readout/TrackerHitEndcapDriverTest.java</exclude>
+                        <exclude>org/lcsim/detector/tracker/readout/TrackerHitStrip2DDriverTest.java</exclude>        
+                        <!-- Following test prints a lot of output to the terminal. -->
+                        <exclude>org/lcsim/detector/tracker/readout/TrackingVolumeTest.java</exclude>            
+                        <exclude>**/TestCircle.java</exclude>
+                        <exclude>**/TestSquare.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>    
+    </build>
+  
+  <profiles>
+        <profile>
+            <id>netbeans-public</id>
+            <activation>
+                <property>
+                    <name>netbeans.execution</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <archive>
+                                <manifest>
+                                    <addClasspath>true</addClasspath>
+                                    <classpathPrefix>lib</classpathPrefix>
+                                    <mainClass>org.lcsim.DTProfile</mainClass>
+                                </manifest>
+                            </archive>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>nb</id>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>directory</goal>
+                                </goals>
+                                <configuration>
+                                    <descriptor>${basedir}/src/main/assemblies/netbeans-run.xml</descriptor>
+                                    <finalName>executable</finalName>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+  
+    <dependencies>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>freehep-jaida</artifactId>
+            <version>3.3.0-5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>GeomConverter</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>freehep-record</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>freehep-sio</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>freehep-stdhep</artifactId>
+            <version>2.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>freehep-physics</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>jas3</artifactId>
+            <version>0.8.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>jas-plotter</artifactId>
+            <version>2.2.2</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-math</groupId>
+            <artifactId>commons-math</artifactId>
+            <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>2.7.1</version>
+        </dependency>
+        <dependency>
+            <groupId>net.java.dev</groupId>
+            <artifactId>truezip</artifactId>
+            <version>6.6</version>
+            </dependency>
+    </dependencies>
+</project>
CVSspam 0.2.8