You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/08/28 09:48:07 UTC

svn commit: r808794 - in /tuscany/branches/sca-java-1.5.1/tools/eclipse: features/core/META-INF/MANIFEST.MF plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java

Author: lresende
Date: Fri Aug 28 07:48:07 2009
New Revision: 808794

URL: http://svn.apache.org/viewvc?rev=808794&view=rev
Log:
TUSCANY-3245 - Adjusting more version on the eclipse tools

Modified:
    tuscany/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
    tuscany/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java

Modified: tuscany/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF?rev=808794&r1=808793&r2=808794&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF (original)
+++ tuscany/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF Fri Aug 28 07:48:07 2009
@@ -2,5 +2,5 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Tuscany SCA Tools Core Feature
 Bundle-SymbolicName: org.apache.tuscany.sca.feature.core
-Bundle-Version: 1.4.0
+Bundle-Version: 1.5.1
 Bundle-Vendor: Apache Software Foundation

Modified: tuscany/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java?rev=808794&r1=808793&r2=808794&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java (original)
+++ tuscany/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java Fri Aug 28 07:48:07 2009
@@ -47,7 +47,7 @@
     private static final String TUSCANY_RUNTIME_LIBRARIES = "org.apache.tuscany.sca.core.runtimeLibraries";
 
     private static final String TUSCANY_FEATURE = "org.apache.tuscany.sca.feature.core";
-    private static final String TUSCANY_VERSION = "1.5.0";
+    private static final String TUSCANY_VERSION = "1.5.1";
     
     /**
      * Return the installed runtime classpath entries.