Krzysztof Daniel 70a4b5c
--- eclipse.platform.team/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml
Krzysztof Daniel 70a4b5c
+++ eclipse.platform.team/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml
Krzysztof Daniel 70a4b5c
@@ -42,4 +42,65 @@
Krzysztof Daniel 70a4b5c
     </plugins>
Krzysztof Daniel 70a4b5c
   </build>
Krzysztof Daniel 70a4b5c
 
Krzysztof Daniel 70a4b5c
+  <profiles>
Krzysztof Daniel 70a4b5c
+    <profile>
Krzysztof Daniel 70a4b5c
+      <id>build-natives</id>
Krzysztof Daniel 70a4b5c
+      <activation>
Krzysztof Daniel 70a4b5c
+        <property>
Krzysztof Daniel 70a4b5c
+          
Krzysztof Daniel 70a4b5c
+          <name>native</name>
Krzysztof Daniel 8b5fc08
+          <value>gtk.linux.x86</value>
Krzysztof Daniel 70a4b5c
+        </property>
Krzysztof Daniel 70a4b5c
+      </activation>
Krzysztof Daniel 70a4b5c
+      <build>
Krzysztof Daniel 70a4b5c
+        <plugins>
Krzysztof Daniel 70a4b5c
+          <plugin>
Krzysztof Daniel 70a4b5c
+            <artifactId>maven-antrun-plugin</artifactId>
Krzysztof Daniel 70a4b5c
+            <version>1.7</version>
Krzysztof Daniel 70a4b5c
+            <executions>
Krzysztof Daniel 70a4b5c
+              <execution>
Krzysztof Daniel 70a4b5c
+                <id>natives</id>
Krzysztof Daniel 70a4b5c
+                <phase>process-resources</phase>
Krzysztof Daniel 70a4b5c
+                <configuration>
Krzysztof Daniel 70a4b5c
+                  <target>
Krzysztof Daniel 70a4b5c
+                    <exec executable="make" newenvironment="false" dir="../../natives/unix/linux/"/>
Krzysztof Daniel 70a4b5c
+           <copy todir="." >
Krzysztof Daniel 70a4b5c
+           <fileset dir="../../natives/unix/linux/">
Krzysztof Daniel 70a4b5c
+               <include name="libgnomeproxy-*.so"/>
Krzysztof Daniel 70a4b5c
+           </fileset>
Krzysztof Daniel 70a4b5c
+           </copy>
Krzysztof Daniel 70a4b5c
+                  </target>
Krzysztof Daniel 70a4b5c
+                </configuration>
Krzysztof Daniel 70a4b5c
+                <goals>
Krzysztof Daniel 70a4b5c
+                  <goal>run</goal>
Krzysztof Daniel 70a4b5c
+                </goals>
Krzysztof Daniel 70a4b5c
+              </execution>
Krzysztof Daniel 70a4b5c
+            </executions>
Krzysztof Daniel 70a4b5c
+            <dependencies>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>bsf</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>bsf</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>2.4.0</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>rhino</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>js</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>1.7R2</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>ant-apache-bsf</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>1.8.3</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>ant-nodeps</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>1.8.1</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+            </dependencies>
Krzysztof Daniel 70a4b5c
+          </plugin>
Krzysztof Daniel 70a4b5c
+        </plugins>
Krzysztof Daniel 70a4b5c
+      </build>
Krzysztof Daniel 70a4b5c
+    </profile>
Krzysztof Daniel 70a4b5c
+  </profiles>
Krzysztof Daniel 70a4b5c
 </project>
Krzysztof Daniel 70a4b5c
--- eclipse.platform.team/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64/pom.xml
Krzysztof Daniel 70a4b5c
+++ eclipse.platform.team/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64/pom.xml
Krzysztof Daniel 70a4b5c
@@ -43,4 +43,66 @@
Krzysztof Daniel 70a4b5c
       </plugin>
Krzysztof Daniel 70a4b5c
     </plugins>
Krzysztof Daniel 70a4b5c
   </build>
Krzysztof Daniel 70a4b5c
+
Krzysztof Daniel 70a4b5c
+  <profiles>
Krzysztof Daniel 70a4b5c
+    <profile>
Krzysztof Daniel 70a4b5c
+      <id>build-natives</id>
Krzysztof Daniel 70a4b5c
+      <activation>
Krzysztof Daniel 70a4b5c
+        <property>
Krzysztof Daniel 70a4b5c
+          
Krzysztof Daniel 70a4b5c
+          <name>native</name>
Krzysztof Daniel 8b5fc08
+          <value>gtk.linux.x86_64</value>
Krzysztof Daniel 70a4b5c
+        </property>
Krzysztof Daniel 70a4b5c
+      </activation>
Krzysztof Daniel 70a4b5c
+      <build>
Krzysztof Daniel 70a4b5c
+        <plugins>
Krzysztof Daniel 70a4b5c
+          <plugin>
Krzysztof Daniel 70a4b5c
+            <artifactId>maven-antrun-plugin</artifactId>
Krzysztof Daniel 70a4b5c
+            <version>1.7</version>
Krzysztof Daniel 70a4b5c
+            <executions>
Krzysztof Daniel 70a4b5c
+              <execution>
Krzysztof Daniel 70a4b5c
+                <id>natives</id>
Krzysztof Daniel 70a4b5c
+                <phase>process-resources</phase>
Krzysztof Daniel 70a4b5c
+                <configuration>
Krzysztof Daniel 70a4b5c
+                  <target>
Krzysztof Daniel 2cf254c
+                    <exec executable="make" newenvironment="false" dir="../../natives/unix/linux/"/>
Krzysztof Daniel 70a4b5c
+           <copy todir="." >
Krzysztof Daniel 2cf254c
+           <fileset dir="../../natives/unix/linux/">
Krzysztof Daniel 70a4b5c
+               <include name="libgnomeproxy-*.so"/>
Krzysztof Daniel 70a4b5c
+           </fileset>
Krzysztof Daniel 70a4b5c
+           </copy>
Krzysztof Daniel 70a4b5c
+                  </target>
Krzysztof Daniel 70a4b5c
+                </configuration>
Krzysztof Daniel 70a4b5c
+                <goals>
Krzysztof Daniel 70a4b5c
+                  <goal>run</goal>
Krzysztof Daniel 70a4b5c
+                </goals>
Krzysztof Daniel 70a4b5c
+              </execution>
Krzysztof Daniel 70a4b5c
+            </executions>
Krzysztof Daniel 70a4b5c
+            <dependencies>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>bsf</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>bsf</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>2.4.0</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>rhino</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>js</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>1.7R2</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>ant-apache-bsf</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>1.8.3</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+              <dependency>
Krzysztof Daniel 70a4b5c
+                <groupId>org.apache.ant</groupId>
Krzysztof Daniel 70a4b5c
+                <artifactId>ant-nodeps</artifactId>
Krzysztof Daniel 70a4b5c
+                <version>1.8.1</version>
Krzysztof Daniel 70a4b5c
+              </dependency>
Krzysztof Daniel 70a4b5c
+            </dependencies>
Krzysztof Daniel 70a4b5c
+          </plugin>
Krzysztof Daniel 70a4b5c
+        </plugins>
Krzysztof Daniel 70a4b5c
+      </build>
Krzysztof Daniel 70a4b5c
+    </profile>
Krzysztof Daniel 70a4b5c
+  </profiles>
Krzysztof Daniel 70a4b5c
 </project>
Krzysztof Daniel 3507f89
--- eclipse.platform.team/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c    2012-04-06 05:37:03.000000000 -0400
Krzysztof Daniel 3507f89
+++ eclipse.platform.team/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c    2012-04-17 16:12:33.000000000 -0400
Krzysztof Daniel 3507f89
@@ -13,7 +13,6 @@
Krzysztof Daniel 3507f89
 #include <jni.h>
Krzysztof Daniel 3507f89
 
Krzysztof Daniel 3507f89
 #include <glib.h>
Krzysztof Daniel 3507f89
-#include <glib/gslist.h>
Krzysztof Daniel 3507f89
 #include <gconf/gconf-value.h>
Krzysztof Daniel 3507f89
 #include <gconf/gconf-client.h>