Krzysztof Daniel f37837f
--- rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml.bak	2012-07-25 17:42:07.000000000 +0200
Krzysztof Daniel f37837f
+++ rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml	2012-07-30 12:05:54.525785334 +0200
Krzysztof Daniel d122012
@@ -42,6 +42,84 @@
Krzysztof Daniel f37837f
           </dependency-resolution>
Krzysztof Daniel f37837f
         </configuration>
Krzysztof Daniel f37837f
       </plugin>
Krzysztof Daniel f37837f
+            <plugin>
Krzysztof Daniel f37837f
+        <groupId>org.eclipse.tycho</groupId>
Krzysztof Daniel f37837f
+        <artifactId>target-platform-configuration</artifactId>
Krzysztof Daniel f37837f
+        <configuration>
Krzysztof Daniel f37837f
+          <dependency-resolution>
Krzysztof Daniel f37837f
+            <extraRequirements>
Krzysztof Daniel f37837f
+              <requirement>
Krzysztof Daniel f37837f
+                <type>eclipse-plugin</type>
Krzysztof Daniel f37837f
+                <id>javax.servlet</id>
Krzysztof Daniel f37837f
+                <versionRange>0.0.0</versionRange>
Krzysztof Daniel f37837f
+              </requirement>
Krzysztof Daniel f37837f
+              
Krzysztof Daniel f37837f
+                <type>eclipse-plugin</type>
Krzysztof Daniel f37837f
+                <id>org.eclipse.equinox.io</id>
Krzysztof Daniel f37837f
+                <versionRange>0.0.0</versionRange>
Krzysztof Daniel f37837f
+              </requirement-->
Krzysztof Daniel f37837f
+            </extraRequirements>
Krzysztof Daniel f37837f
+          </dependency-resolution>
Krzysztof Daniel f37837f
+        </configuration>
Krzysztof Daniel f37837f
+      </plugin>
Krzysztof Daniel f37837f
+      <plugin>
Krzysztof Daniel f37837f
+            <artifactId>maven-antrun-plugin</artifactId>
Krzysztof Daniel f37837f
+            <version>1.7</version>
Krzysztof Daniel f37837f
+            <executions>
Krzysztof Daniel f37837f
+              <execution>
Krzysztof Daniel d122012
+                <id>extract-sources</id>
Krzysztof Daniel f37837f
+                <phase>process-resources</phase>
Krzysztof Daniel f37837f
+                <configuration>
Krzysztof Daniel f37837f
+                  <target>
Krzysztof Daniel d122012
+                    <mkdir dir="src" /><mkdir dir="bin" />
Krzysztof Daniel d122012
+                    <unzip src="src.zip" dest="src" overwrite="false"/>
Krzysztof Daniel f37837f
+                    <mkdir dir="src2/javax" />
Krzysztof Daniel f37837f
+                    <copy todir="src2/javax/"><fileset dir="../../../rt.equinox.bundles/bundles/org.eclipse.equinox.io/src/javax"/></copy>
Krzysztof Daniel f37837f
+                  </target>
Krzysztof Daniel f37837f
+                </configuration>
Krzysztof Daniel f37837f
+                <goals>
Krzysztof Daniel f37837f
+                  <goal>run</goal>
Krzysztof Daniel f37837f
+                </goals>
Krzysztof Daniel f37837f
+              </execution>
Krzysztof Daniel d122012
+              <execution>
Krzysztof Daniel d122012
+                <id>copy-classes-back</id>
Krzysztof Daniel d122012
+                <phase>process-classes</phase>
Krzysztof Daniel d122012
+                <configuration>
Krzysztof Daniel d122012
+                  <target>
Krzysztof Daniel d122012
+                    <copy todir="org/"><fileset dir="target/classes/org/"/></copy>
Krzysztof Daniel d122012
+                    
Krzysztof Daniel d122012
+                    <mkdir dir="src2/javax" />
Krzysztof Daniel d122012
+                    -->
Krzysztof Daniel d122012
+                  </target>
Krzysztof Daniel d122012
+                </configuration>
Krzysztof Daniel d122012
+                <goals>
Krzysztof Daniel d122012
+                  <goal>run</goal>
Krzysztof Daniel d122012
+                </goals>
Krzysztof Daniel d122012
+              </execution>
Krzysztof Daniel f37837f
+            </executions>
Krzysztof Daniel f37837f
+            <dependencies>
Krzysztof Daniel f37837f
+              <dependency>
Krzysztof Daniel f37837f
+                <groupId>bsf</groupId>
Krzysztof Daniel f37837f
+                <artifactId>bsf</artifactId>
Krzysztof Daniel f37837f
+                <version>2.4.0</version>
Krzysztof Daniel f37837f
+              </dependency>
Krzysztof Daniel f37837f
+              <dependency>
Krzysztof Daniel f37837f
+                <groupId>rhino</groupId>
Krzysztof Daniel f37837f
+                <artifactId>js</artifactId>
Krzysztof Daniel f37837f
+                <version>1.7R2</version>
Krzysztof Daniel f37837f
+              </dependency>
Krzysztof Daniel f37837f
+              <dependency>
Krzysztof Daniel f37837f
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel f37837f
+                <artifactId>ant-apache-bsf</artifactId>
Krzysztof Daniel f37837f
+                <version>1.8.3</version>
Krzysztof Daniel f37837f
+              </dependency>
Krzysztof Daniel f37837f
+              <dependency>
Krzysztof Daniel f37837f
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel f37837f
+                <artifactId>ant-nodeps</artifactId>
Krzysztof Daniel f37837f
+                <version>1.8.1</version>
Krzysztof Daniel f37837f
+              </dependency>
Krzysztof Daniel f37837f
+            </dependencies>
Krzysztof Daniel f37837f
+          </plugin>
Krzysztof Daniel f37837f
     </plugins>
Krzysztof Daniel f37837f
   </build>
Krzysztof Daniel f37837f
 
Krzysztof Daniel d122012
--- rt.equinox.framework/bundles/org.eclipse.osgi.services/build.properties.bak	2012-08-01 16:03:39.000000000 +0200
Krzysztof Daniel d122012
+++ rt.equinox.framework/bundles/org.eclipse.osgi.services/build.properties	2012-08-01 16:22:16.274724843 +0200
Krzysztof Daniel d122012
@@ -11,13 +11,16 @@
Krzysztof Daniel d122012
 bin.includes = plugin.properties,\
Krzysztof Daniel d122012
                about.html,\
Krzysztof Daniel d122012
                META-INF/,\
Krzysztof Daniel d122012
-               org/,\
Krzysztof Daniel d122012
+               org/,\
Krzysztof Daniel d122012
                about_files/
Krzysztof Daniel d122012
 src.includes = src.zip,\
Krzysztof Daniel d122012
                about.html,\
Krzysztof Daniel d122012
                about_files/
Krzysztof Daniel d122012
-source.. = .
Krzysztof Daniel d122012
-output.. = .
Krzysztof Daniel d122012
+source.. = src/
Krzysztof Daniel d122012
+output.. = bin/
Krzysztof Daniel d122012
 customBuildCallbacks=customBuildCallbacks.xml
Krzysztof Daniel d122012
 javacSource = 1.5
Krzysztof Daniel d122012
 javacTarget = 1.5
Krzysztof Daniel d122012
+jars.compile.order = library.jar,\
Krzysztof Daniel d122012
+                     src/
Krzysztof Daniel d122012
+source.library.jar = src2/