diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 08:25:30 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 08:25:30 +0000 |
commit | 45e6912566ccb6a55500faf1589686a73d820bb9 (patch) | |
tree | 4651008ee2312ba96c97484eda9ca812feb26ed7 /maven-plugins/trunk/maven-bundle-plugin/src | |
parent | c54c6831268c094da668ce0f5cc6757f4e7eeb01 (diff) |
non-change to the file to see if that fixes the tag issue
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk/maven-bundle-plugin/src')
-rw-r--r-- | maven-plugins/trunk/maven-bundle-plugin/src/main/java/org/apache/tuscany/maven/bundle/plugin/ArtifactAggregation.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/maven-plugins/trunk/maven-bundle-plugin/src/main/java/org/apache/tuscany/maven/bundle/plugin/ArtifactAggregation.java b/maven-plugins/trunk/maven-bundle-plugin/src/main/java/org/apache/tuscany/maven/bundle/plugin/ArtifactAggregation.java index c5cadd0c4f..9abbe1ebd7 100644 --- a/maven-plugins/trunk/maven-bundle-plugin/src/main/java/org/apache/tuscany/maven/bundle/plugin/ArtifactAggregation.java +++ b/maven-plugins/trunk/maven-bundle-plugin/src/main/java/org/apache/tuscany/maven/bundle/plugin/ArtifactAggregation.java @@ -23,7 +23,6 @@ import java.util.List; import org.apache.maven.artifact.Artifact; - public class ArtifactAggregation { private String symbolicName; private String version; |