NEW - bug 210: Babel or Babel-like Community Internationalization
https://foundation.eclipse.org/infrazilla/show_bug.cgi?id=210
diff --git a/classes/export/generate1.php b/classes/export/generate1.php
index 1377091..0ae66a5 100755
--- a/classes/export/generate1.php
+++ b/classes/export/generate1.php
@@ -242,7 +242,7 @@
/*
* Jar up this directory as the fragment plug-in jar
*/
- system( "cd $temporary_dir; /home/bfreeman/jdk1.6.0_04/bin/jar cfM ../${staging_update_site}plugins/$fragment_filename ." );
+ system( "cd $temporary_dir; jar cfM ../${staging_update_site}plugins/$fragment_filename ." );
echo "${leader1}${leader}completed plug-in fragment $plugin_name\n";
}
/*
@@ -292,7 +292,7 @@
/*
* Jar up this directory as the feature jar
*/
- system( "cd $temporary_dir; /home/bfreeman/jdk1.6.0_04/bin/jar cfM ../${staging_update_site}features/$feature_filename ." );
+ system( "cd $temporary_dir; jar cfM ../${staging_update_site}features/$feature_filename ." );
/*
* Register this feature with the site.xml
*/