Commit in WhizDataFilter on MAIN
pom.xml+81-751.1.1.1 -> 1.2
no message

WhizDataFilter
pom.xml 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- pom.xml	10 Dec 2007 18:32:22 -0000	1.1.1.1
+++ pom.xml	7 Oct 2008 18:01:13 -0000	1.2
@@ -1,78 +1,84 @@
 <?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.lcsim.io</groupId>
-   <artifactId>WhizDataMaven2</artifactId>
-   <packaging>jar</packaging>
-   <version>1.0-SNAPSHOT</version>
-   <name>WhizData Filter App</name>
-   <url>http://maven.apache.org</url>
-   
-   <profiles>
-      <profile>
-         <id>netbeans-public</id>
-         <activation>
-            <property>
-               <name>netbeans.execution</name>
-               <value>true</value>
-            </property>
-         </activation>
-         <build />
-      </profile>
-   </profiles>
-   <dependencies>
-      <dependency>
-         <groupId>junit</groupId>
-         <artifactId>junit</artifactId>
-         <version>3.8.1</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.freehep</groupId>
-         <artifactId>freehep-stdhep</artifactId>
-         <version>2.0.1</version>
-         <scope>compile</scope>
-      </dependency>
-   </dependencies>
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.5</source>
-               <target>1.5</target>
-            </configuration>
-         </plugin> 
-         <plugin>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-               <archive>
-                  <manifest>
-                     <addClasspath>true</addClasspath>
-                     <classpathPrefix>lib</classpathPrefix>
-                     <mainClass>org.lcsim.io.whizdata.Main</mainClass>
-                  </manifest>
-               </archive>
-            </configuration>
-         </plugin>
-         <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.1</version>
-            <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>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.lcsim.io</groupId>
+    <artifactId>WhizDataMaven2</artifactId>
+    <packaging>jar</packaging>
+    <version>1.0-SNAPSHOT</version>
+    <name>WhizData Filter App</name>
+    <url>http://maven.apache.org</url>
+    <repositories>
+        <repository>
+            <id>freehep-maven2</id>
+            <name>freehep Maven2 Repository</name>
+            <url>http://java.freehep.org/maven2</url>
+        </repository>
+    </repositories>
+    <profiles>
+        <profile>
+            <id>netbeans-public</id>
+            <activation>
+                <property>
+                    <name>netbeans.execution</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <build />
+        </profile>
+    </profiles>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.freehep</groupId>
+            <artifactId>freehep-stdhep</artifactId>
+            <version>2.0.1</version>
+            <scope>compile</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifest>
+                            <addClasspath>true</addClasspath>
+                            <classpathPrefix>lib</classpathPrefix>
+                            <mainClass>org.lcsim.io.whizdata.Main</mainClass>
+                        </manifest>
+                    </archive>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.1</version>
+                <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>
 </project>
CVSspam 0.2.8