jkang / rpms / eclipse

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