Skip to content

Commit

Permalink
updating example version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
benjholla committed Feb 23, 2015
1 parent f22a580 commit efd7fd6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions example.analysis/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Example Analysis Toolbox
Bundle-SymbolicName: example.analysis;singleton:=true
Bundle-Version: 2.0.5.qualifier
Bundle-Version: 2.0.6.qualifier
Bundle-Vendor: EnSoft Corp.
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle:
org.eclipse.debug.ui,
org.eclipse.ui;visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.core.resources;visibility:=reexport,
com.ensoftcorp.atlas.java.core;bundle-version="2.0.5";visibility:=reexport,
com.ensoftcorp.atlas.ui;bundle-version="2.0.5";visibility:=reexport,
com.ensoftcorp.atlas.java.ui;bundle-version="2.0.5";visibility:=reexport,
com.ensoftcorp.atlas.core;bundle-version="2.0.5";visibility:=reexport,
com.ensoftcorp.open.android.essentials;bundle-version="2.0.5";visibility:=reexport,
com.ensoftcorp.open.toolbox.commons;bundle-version="2.0.5";visibility:=reexport
com.ensoftcorp.atlas.java.core;bundle-version="2.0.6";visibility:=reexport,
com.ensoftcorp.atlas.ui;bundle-version="2.0.6";visibility:=reexport,
com.ensoftcorp.atlas.java.ui;bundle-version="2.0.6";visibility:=reexport,
com.ensoftcorp.atlas.core;bundle-version="2.0.6";visibility:=reexport,
com.ensoftcorp.open.android.essentials;bundle-version="2.0.6";visibility:=reexport,
com.ensoftcorp.open.toolbox.commons;bundle-version="2.0.6";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
16 changes: 8 additions & 8 deletions example.shell/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Example Shell
Bundle-SymbolicName: example.shell
Bundle-Version: 2.0.5.qualifier
Bundle-Version: 2.0.6.qualifier
Bundle-Vendor: EnSoft Corp.
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle:
Expand All @@ -13,10 +13,10 @@ Require-Bundle:
org.scala-ide.sdt.aspects,
org.scala-ide.sdt.core,
org.scala-refactoring.library,
com.ensoftcorp.atlas.scalaide;bundle-version="2.0.5",
com.ensoftcorp.atlas.core;bundle-version="2.0.5",
com.ensoftcorp.atlas.java.core;bundle-version="2.0.5",
com.ensoftcorp.atlas.java.ui;bundle-version="2.0.5",
com.ensoftcorp.atlas.ui;bundle-version="2.0.5",
com.ensoftcorp.atlas.ui.shell;bundle-version="2.0.5",
example.analysis;bundle-version="2.0.5"
com.ensoftcorp.atlas.scalaide;bundle-version="2.0.6",
com.ensoftcorp.atlas.core;bundle-version="2.0.6",
com.ensoftcorp.atlas.java.core;bundle-version="2.0.6",
com.ensoftcorp.atlas.java.ui;bundle-version="2.0.6",
com.ensoftcorp.atlas.ui;bundle-version="2.0.6",
com.ensoftcorp.atlas.ui.shell;bundle-version="2.0.6",
example.analysis;bundle-version="2.0.6"

0 comments on commit efd7fd6

Please sign in to comment.