diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-23 14:40:28 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-23 14:40:28 +0000 |
commit | bc1cfb13c9e260727a611e5463ef00ec27e03698 (patch) | |
tree | 168446f23e515ff168bad6750e97daa5e08a832c /sca-java-2.x/trunk | |
parent | 4e85f41ce3b0e219f236d2d96bdbbbc1ad61af51 (diff) |
remove redundant profile.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052290 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/common-java/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sca-java-2.x/trunk/modules/common-java/pom.xml b/sca-java-2.x/trunk/modules/common-java/pom.xml index 3b01272ae1..655b3cf793 100644 --- a/sca-java-2.x/trunk/modules/common-java/pom.xml +++ b/sca-java-2.x/trunk/modules/common-java/pom.xml @@ -43,13 +43,4 @@ </dependencies> - <profiles> - <profile> - <id>jdk15</id> - <activation> - <jdk>1.5</jdk> - </activation> - </profile> - </profiles> - </project> |