summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-23 08:36:15 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-23 08:36:15 +0000
commit444fcf45aeb00a51e579e05320262ac6968991f8 (patch)
treea44b4982d782d88900c8f3280478a0cab80a91aa /sca-java-2.x/trunk/unreleased
parent5d595b5389681325308246ca2d006270400f0323 (diff)
Remove things from the pom that are redundant now that it uses a parent
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/unreleased')
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
index b86636816f..7e93669fb5 100644
--- a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
+++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
@@ -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>