You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2006/10/18 02:43:25 UTC

svn commit: r465112 - /incubator/tuscany/java/sca/plugins/plugin.standalone/src/main/java/org/apache/tuscany/plugin/standalone/TuscanyStandaloneMojo.java

Author: rfeng
Date: Tue Oct 17 17:43:24 2006
New Revision: 465112

URL: http://svn.apache.org/viewvc?view=rev&rev=465112
Log:
Remove the java annotation which confuses the maven plugin builder

Modified:
    incubator/tuscany/java/sca/plugins/plugin.standalone/src/main/java/org/apache/tuscany/plugin/standalone/TuscanyStandaloneMojo.java

Modified: incubator/tuscany/java/sca/plugins/plugin.standalone/src/main/java/org/apache/tuscany/plugin/standalone/TuscanyStandaloneMojo.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/plugins/plugin.standalone/src/main/java/org/apache/tuscany/plugin/standalone/TuscanyStandaloneMojo.java?view=diff&rev=465112&r1=465111&r2=465112
==============================================================================
--- incubator/tuscany/java/sca/plugins/plugin.standalone/src/main/java/org/apache/tuscany/plugin/standalone/TuscanyStandaloneMojo.java (original)
+++ incubator/tuscany/java/sca/plugins/plugin.standalone/src/main/java/org/apache/tuscany/plugin/standalone/TuscanyStandaloneMojo.java Tue Oct 17 17:43:24 2006
@@ -383,7 +383,6 @@
      * @param newZip ZIP to which the metadata is written.
      * @throws IOException In case of an IO error.
      */
-    @SuppressWarnings("unchecked")
     private void writeDependencyMetadata(JarOutputStream newZip) throws IOException {
 
         FileOutputStream depMapOutStream = null;
@@ -440,7 +439,6 @@
      * @throws ArtifactMetadataRetrievalException In case of error in retrieving
      *             metadata.
      */
-    @SuppressWarnings("unchecked")
     private void loadTransitiveDependencies(JarOutputStream newWar, Artifact art) throws IOException,
         ArtifactResolutionException, ArtifactNotFoundException, ArtifactMetadataRetrievalException {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org