Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 1eea8e230c07703bd2b5c4a203e6f32a > files > 1

jinput-2.0.7-0.20140526svn.1.mga5.src.rpm

--- build.xml.orig	2014-05-26 16:08:04.231298000 -0600
+++ build.xml	2014-06-09 12:00:00.000000000 -0600
@@ -3,7 +3,7 @@
 <project name="Sun Games Initiative Client Technologies" basedir="." default="all" xmlns:artifact="urn:maven-artifact-ant">
 	
 	<property name="api.version" value="2.0.7"/>
-	<property name="mvn.version" value="${api.version}-SNAPSHOT"/>
+	<property name="mvn.version" value="${api.version}"/>
 	<property name="maven-repository-url" value="https://oss.sonatype.org/service/local/staging/deploy/maven2/" />
 	<property name="maven-repository-id" value="sonatype-nexus-staging" />
 	
@@ -76,9 +76,9 @@
 				<property name="api.version" value="${api.version}"/>
 				<fileset file="coreAPI/build.xml"/>
 				<fileset file="plugins/linux/build.xml"/>
-				<fileset file="plugins/windows/build.xml"/>
+				<!-- <fileset file="plugins/windows/build.xml"/>
 				<fileset file="plugins/wintab/build.xml"/>
-				<fileset file="plugins/OSX/build.xml"/>
+				<fileset file="plugins/OSX/build.xml"/> -->
 				<fileset file="plugins/awt/build.xml"/>
 			</subant>
 		</sequential>
@@ -107,9 +107,9 @@
 		<copy todir="dist/controller">
 			<fileset dir="plugins/awt/bin"/>
 			<fileset dir="plugins/linux/bin"/>
-			<fileset dir="plugins/OSX/bin"/>
+			<!-- <fileset dir="plugins/OSX/bin"/>
 			<fileset dir="plugins/windows/bin"/>
-			<fileset dir="plugins/wintab/bin"/>
+			<fileset dir="plugins/wintab/bin"/> -->
 		</copy>
 	</target>
 
@@ -125,18 +125,18 @@
 			<fileset dir="plugins/linux/classes">
 				<include name="**/*.class"/>
 			</fileset>
-			<fileset dir="plugins/OSX/classes">
+			<!-- <fileset dir="plugins/OSX/classes">
 				<include name="**/*.class"/>
-			</fileset>
+			</fileset> -->
 			<fileset dir="plugins/awt/classes">
 				<include name="**/*.class"/>
 			</fileset>
-			<fileset dir="plugins/windows/classes">
+			<!-- <fileset dir="plugins/windows/classes">
 				<include name="**/*.class"/>
 			</fileset>
 			<fileset dir="plugins/wintab/classes">
 				<include name="**/*.class"/>
-			</fileset>
+			</fileset> -->
 			<zipfileset src="lib/jutils.jar" includes="**/*.class"/>
 			<manifest>
 				<attribute name="Sealed" value="true"/>
@@ -146,9 +146,9 @@
 		<copy todir="dist">
 			<fileset file="coreAPI/bin/jinput-test.jar"/>
 			<fileset dir="plugins/linux/bin" includes="*so"/>
-			<fileset dir="plugins/OSX/bin" includes="*jnilib"/>
+			<!-- <fileset dir="plugins/OSX/bin" includes="*jnilib"/>
 			<fileset dir="plugins/windows/bin" includes="*dll"/>
-			<fileset dir="plugins/wintab/bin" includes="*dll"/>
+			<fileset dir="plugins/wintab/bin" includes="*dll"/> -->
 		</copy>
 	</target>
 
@@ -247,9 +247,9 @@
 	</target>
 
 	<target name="install" description="Installs jinput in to local mvn repo">
-		<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks-2.1.0.jar" />
-		<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant"
-	             classpathref="maven-ant-tasks.classpath"/>
+		<!-- <path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks-2.1.0.jar" /> -->
+		<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant"/>
+	        <!-- classpathref="maven-ant-tasks.classpath"/> -->
 
 		<filter token="VERSION" value="${mvn.version}"/>		
 		<copy tofile="dist/jinput-${mvn.version}.pom" filtering="true">
--- jinput.pom.orig	2011-03-22 15:35:43.087503000 -0600
+++ jinput.pom	2013-03-07 09:38:35.671705409 -0700
@@ -37,19 +37,5 @@
 			<classifier>natives-linux</classifier>
 			<scope>runtime</scope>
 		</dependency>
-		<dependency>
-			<groupId>net.java.jinput</groupId>
-			<artifactId>jinput-platform</artifactId>
-			<version>@VERSION@</version>
-			<classifier>natives-windows</classifier>
-			<scope>runtime</scope>
-		</dependency>
-		<dependency>
-			<groupId>net.java.jinput</groupId>
-			<artifactId>jinput-platform</artifactId>
-			<version>@VERSION@</version>
-			<classifier>natives-osx</classifier>
-			<scope>runtime</scope>
-		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>