Author: antelder
Date: Wed Feb 23 08:36:15 2011
New Revision: 1073638

URL: http://svn.apache.org/viewvc?rev=1073638&view=rev
Log:
Remove things from the pom that are redundant now that it uses a parent

Modified:
    
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml

Modified: 
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml?rev=1073638&r1=1073637&r2=1073638&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml 
(original)
+++ 
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml 
Wed Feb 23 08:36:15 2011
@@ -37,7 +37,6 @@
 
    <properties>
       <tuscany.version>2.0-SNAPSHOT</tuscany.version>
-      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
 
    <dependencies>
@@ -75,17 +74,6 @@
             <artifactId>maven-tuscany-plugin</artifactId>
             <version>${tuscany.version}</version>
          </plugin>
-
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.6</source>
-               <target>1.6</target>
-               <optimise>true</optimise>
-               <debug>true</debug>
-            </configuration>
-         </plugin>
       </plugins>
 
    </build>


Reply via email to