Commit in lcsim-parent on MAIN
pom.xml+151.1.1.1 -> 1.2
Move more stuff to parent poms

lcsim-parent
pom.xml 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- pom.xml	15 Jan 2008 01:14:36 -0000	1.1.1.1
+++ pom.xml	15 Jan 2008 01:29:24 -0000	1.2
@@ -1,3 +1,5 @@
+<?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">
@@ -64,6 +66,19 @@
     </distributionManagement>
     
     <build>
+        <sourceDirectory>src</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>resources</directory>
+            </resource>
+        </resources>
+        <testSourceDirectory>test</testSourceDirectory>    
+        <testResources>
+            <testResource>
+                <directory>testResources</directory>
+            </testResource>
+        </testResources>   
+        <defaultGoal>install</defaultGoal>       
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
CVSspam 0.2.8