summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/common-xml/pom.xml
diff options
context:
space:
mode:
authorbdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68>2010-11-21 22:45:22 +0000
committerbdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68>2010-11-21 22:45:22 +0000
commitcdd4a3ad287c73bb6d756c812bc61917f6ddf344 (patch)
treee215a65085fd415c337c1cc94c6db84042fbc2b4 /sca-java-2.x/trunk/modules/common-xml/pom.xml
parent0e2a7b8ba6ffa24ecafc12fa91e8421bd2dfcbb5 (diff)
Remove jdk15 profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/common-xml/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/common-xml/pom.xml b/sca-java-2.x/trunk/modules/common-xml/pom.xml
index 2f6f41c3d7..5504f0fd50 100644
--- a/sca-java-2.x/trunk/modules/common-xml/pom.xml
+++ b/sca-java-2.x/trunk/modules/common-xml/pom.xml
@@ -45,7 +45,7 @@
</dependencies>
<profiles>
- <profile>
+<!-- <profile>
<id>jdk15</id>
<activation>
<jdk>1.5</jdk>
@@ -92,7 +92,7 @@
</dependencies>
- </profile>
+ </profile>-->
</profiles>
</project>