diff --git a/jibx-eclipse-feature/feature.xml b/jibx-eclipse-feature/feature.xml
index 3ce572a..104f01c 100644
--- a/jibx-eclipse-feature/feature.xml
+++ b/jibx-eclipse-feature/feature.xml
@@ -2,7 +2,7 @@
+ version="1.2.6.bcel-6_0-20150308_002201-118">
JiBX Eclipse plugin
@@ -48,7 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
id="org.jibx.eclipse"
download-size="0"
install-size="0"
- version="1.2.5"
+ version="0.0.0"
unpack="false"/>
diff --git a/jibx-eclipse-plugin/.classpath b/jibx-eclipse-plugin/.classpath
index 913650a..1bde99f 100644
--- a/jibx-eclipse-plugin/.classpath
+++ b/jibx-eclipse-plugin/.classpath
@@ -1,9 +1,9 @@
+
+
-
-
diff --git a/jibx-eclipse-plugin/.gitignore b/jibx-eclipse-plugin/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/jibx-eclipse-plugin/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/jibx-eclipse-plugin/META-INF/MANIFEST.MF b/jibx-eclipse-plugin/META-INF/MANIFEST.MF
index 703721f..49e7b6d 100644
--- a/jibx-eclipse-plugin/META-INF/MANIFEST.MF
+++ b/jibx-eclipse-plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JiBX Plug-in
Bundle-SymbolicName: org.jibx.eclipse; singleton:=true
-Bundle-Version: 1.2.5
+Bundle-Version: 1.2.6.bcel-6_0-20150308_002201-118
Bundle-Activator: org.jibx.eclipse.Activator
Bundle-Vendor: JiBX.org
Bundle-Localization: plugin
@@ -13,8 +13,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jface.text,
org.eclipse.ui.console
Eclipse-LazyStart: true
-Bundle-ClassPath: lib/jibx-run-1.2.5.jar,
- lib/jibx-bind-1.2.5.jar,
+Bundle-ClassPath: lib/jibx-bind-1.2.6.jar,
+ lib/jibx-run-1.2.6.jar,
lib/bcel.jar,
lib/xpp3.jar,
.
diff --git a/jibx-eclipse-plugin/build.properties b/jibx-eclipse-plugin/build.properties
index 0252b5d..5ad6f87 100644
--- a/jibx-eclipse-plugin/build.properties
+++ b/jibx-eclipse-plugin/build.properties
@@ -1,9 +1,9 @@
source.. = src/
output.. = bin/
-bin.includes = plugin.xml,META-INF/,.,lib/bcel.jar,lib/jibx-bind-1.2.5.jar,lib/jibx-run-1.2.5.jar,lib/xpp3.jar
+bin.includes = plugin.xml,\
META-INF/,\
.,\
lib/bcel.jar,\
- lib/jibx-bind-1.2.5.jar,\
- lib/jibx-run-1.2.5.jar,\
- lib/xpp3.jar
+ lib/xpp3.jar,\
+ lib/jibx-bind-1.2.6.jar,\
+ lib/jibx-run-1.2.6.jar
diff --git a/jibx-eclipse-plugin/lib/bcel.jar b/jibx-eclipse-plugin/lib/bcel.jar
index 524e375..2579aff 100644
Binary files a/jibx-eclipse-plugin/lib/bcel.jar and b/jibx-eclipse-plugin/lib/bcel.jar differ
diff --git a/jibx-eclipse-plugin/lib/jibx-bind-1.2.6.jar b/jibx-eclipse-plugin/lib/jibx-bind-1.2.6.jar
new file mode 100644
index 0000000..f4e00a5
Binary files /dev/null and b/jibx-eclipse-plugin/lib/jibx-bind-1.2.6.jar differ
diff --git a/jibx-eclipse-plugin/lib/jibx-run-1.2.6.jar b/jibx-eclipse-plugin/lib/jibx-run-1.2.6.jar
new file mode 100644
index 0000000..04060b4
Binary files /dev/null and b/jibx-eclipse-plugin/lib/jibx-run-1.2.6.jar differ
diff --git a/jibx-eclipse-plugin/lib/xpp3.jar b/jibx-eclipse-plugin/lib/xpp3.jar
index 3f3d59f..002ef69 100644
Binary files a/jibx-eclipse-plugin/lib/xpp3.jar and b/jibx-eclipse-plugin/lib/xpp3.jar differ
diff --git a/jibx-eclipse-plugin/src/org/jibx/eclipse/properties/JibxPropertyPage.java b/jibx-eclipse-plugin/src/org/jibx/eclipse/properties/JibxPropertyPage.java
index e9e0316..4e4d531 100644
--- a/jibx-eclipse-plugin/src/org/jibx/eclipse/properties/JibxPropertyPage.java
+++ b/jibx-eclipse-plugin/src/org/jibx/eclipse/properties/JibxPropertyPage.java
@@ -33,7 +33,7 @@ public class JibxPropertyPage extends PropertyPage {
public static final String JIBX_VERBOSE_PROPERTY = "JIBX_VERBOSE";
private Button [] versionButton;
- private static final String [] JIBX_VERSION_TITLES = new String [] {"1.2.5"};//{"1.2.4"}; // {"1.2.2"}; // {"1.2.1"}; // "1.2", "1.1.6.a"};
+ private static final String [] JIBX_VERSION_TITLES = new String [] {"1.2.6"};//{"1.2.5"};//{"1.2.4"}; // {"1.2.2"}; // {"1.2.1"}; // "1.2", "1.1.6.a"};
public static final String DEFAULT_VERSION = JIBX_VERSION_TITLES[0];
public static final String JIBX_VERSION_PROPERTY = "JIBX_VERSION";
private String jibxVersion;
diff --git a/jibx-eclipse-update/artifacts.jar b/jibx-eclipse-update/artifacts.jar
new file mode 100644
index 0000000..5bc541b
Binary files /dev/null and b/jibx-eclipse-update/artifacts.jar differ
diff --git a/jibx-eclipse-update/content.jar b/jibx-eclipse-update/content.jar
new file mode 100644
index 0000000..984d516
Binary files /dev/null and b/jibx-eclipse-update/content.jar differ
diff --git a/jibx-eclipse-update/features/org.jibx.eclipse.feature_1.2.6.bcel-6_0-20150308_002201-118.jar b/jibx-eclipse-update/features/org.jibx.eclipse.feature_1.2.6.bcel-6_0-20150308_002201-118.jar
new file mode 100644
index 0000000..1aeb8cd
Binary files /dev/null and b/jibx-eclipse-update/features/org.jibx.eclipse.feature_1.2.6.bcel-6_0-20150308_002201-118.jar differ
diff --git a/jibx-eclipse-update/plugins/org.jibx.eclipse_1.2.6.bcel-6_0-20150308_002201-118.jar b/jibx-eclipse-update/plugins/org.jibx.eclipse_1.2.6.bcel-6_0-20150308_002201-118.jar
new file mode 100644
index 0000000..933fdf6
Binary files /dev/null and b/jibx-eclipse-update/plugins/org.jibx.eclipse_1.2.6.bcel-6_0-20150308_002201-118.jar differ
diff --git a/jibx-eclipse-update/site.xml b/jibx-eclipse-update/site.xml
index f2a91b6..e168ef8 100644
--- a/jibx-eclipse-update/site.xml
+++ b/jibx-eclipse-update/site.xml
@@ -17,22 +17,29 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+ JiBX Eclipse plugin 1.2.6.bcel-6_0-20150308_002201-118
+
+
JiBX Eclipse plugin 1.2.5
@@ -67,5 +74,5 @@
JiBX m2e connector
-
+