You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/11/27 11:49:01 UTC

svn commit: r721152 - /servicemix/smx4/kernel/trunk/gshell/gshell-core/src/main/java/org/apache/servicemix/kernel/gshell/core/ApplicationImpl.java

Author: gnodet
Date: Thu Nov 27 02:49:00 2008
New Revision: 721152

URL: http://svn.apache.org/viewvc?rev=721152&view=rev
Log:
Upgrade to gshell latest snapshot

Modified:
    servicemix/smx4/kernel/trunk/gshell/gshell-core/src/main/java/org/apache/servicemix/kernel/gshell/core/ApplicationImpl.java

Modified: servicemix/smx4/kernel/trunk/gshell/gshell-core/src/main/java/org/apache/servicemix/kernel/gshell/core/ApplicationImpl.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/gshell/gshell-core/src/main/java/org/apache/servicemix/kernel/gshell/core/ApplicationImpl.java?rev=721152&r1=721151&r2=721152&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/gshell/gshell-core/src/main/java/org/apache/servicemix/kernel/gshell/core/ApplicationImpl.java (original)
+++ servicemix/smx4/kernel/trunk/gshell/gshell-core/src/main/java/org/apache/servicemix/kernel/gshell/core/ApplicationImpl.java Thu Nov 27 02:49:00 2008
@@ -25,6 +25,7 @@
 import org.apache.geronimo.gshell.io.IO;
 import org.apache.geronimo.gshell.command.Variables;
 import org.apache.geronimo.gshell.application.model.ApplicationModel;
+import org.apache.geronimo.gshell.artifact.Artifact;
 
 public class ApplicationImpl implements Application {
 
@@ -91,6 +92,10 @@
         return System.getProperty("user.name");
     }
 
+    public Artifact getArtifact() {
+        return null;
+    }
+
     private File detectHomeDir() {
         String homePath = System.getProperty("user.home");
         // And now lets resolve this sucker