--- rt.equinox.framework/bundles/org.eclipse.osgi.services/build.properties.bak 2013-05-10 10:19:28.000000000 +0200 +++ rt.equinox.framework/bundles/org.eclipse.osgi.services/build.properties 2013-05-10 11:29:48.359120855 +0200 @@ -11,10 +11,16 @@ bin.includes = plugin.properties,\ about.html,\ META-INF/,\ + org/,\ about_files/ src.includes = plugin.properties,\ about.html,\ about_files/ +source.. = src/ +output.. = bin/ customBuildCallbacks=customBuildCallbacks.xml javacSource = 1.5 javacTarget = 1.5 +jars.compile.order = library.jar,\ + src/ +source.library.jar = src2/ --- rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml.bak 2013-05-10 10:19:28.000000000 +0200 +++ rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml 2013-05-10 11:28:11.292306529 +0200 @@ -25,64 +25,81 @@ - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - prepare-package - - - - - - - run - - - - - org.eclipse.tycho target-platform-configuration - - ignore + ignore + + + eclipse-plugin + javax.servlet + 0.0.0 + + - org.eclipse.tycho - tycho-packaging-plugin - ${tycho.version} - - - - ${basedir} - - org/**/*.class - - - - - - - org.eclipse.tycho - tycho-source-plugin - ${tycho.version} - - - org/**/*.java - org/**/packageinfo - - - + maven-antrun-plugin + 1.7 + + + extract-sources + process-resources + + + + + + + + + + + + + run + + + + copy-classes-back + process-classes + + + + + + + + + run + + + + + + bsf + bsf + 2.4.0 + + + rhino + js + 1.7R2 + + + org.apache.ant + ant-apache-bsf + 1.8.3 + + + org.apache.ant + ant-nodeps + 1.8.1 + + +