reverted system scope as it causes problems in net beans.

This commit is contained in:
magenoxx 2010-11-02 06:42:25 +00:00
parent 3333edcd37
commit 296faad0fa
6 changed files with 4 additions and 8 deletions

View file

@ -0,0 +1,2 @@
rem installs 3d party libs to local repository
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true

View file

@ -0,0 +1,2 @@
# installs 3d party libs to local repository
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true

View file

@ -36,8 +36,6 @@
<groupId>org.plugins.jspf</groupId>
<artifactId>jspf-core</artifactId>
<version>${jspf-version}</version>
<scope>system</scope>
<systemPath>${basedir}/plugins/core/jspf.core-0.9.0.jar</systemPath>
</dependency>
</dependencies>

View file

@ -26,8 +26,6 @@
<groupId>org.plugins.jspf</groupId>
<artifactId>jspf-core</artifactId>
<version>${jspf-version}</version>
<scope>system</scope>
<systemPath>${basedir}/../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
</dependency>
</dependencies>

View file

@ -21,8 +21,6 @@
<groupId>org.plugins.jspf</groupId>
<artifactId>jspf-core</artifactId>
<version>${jspf-version}</version>
<scope>system</scope>
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
</dependency>
</dependencies>

View file

@ -26,8 +26,6 @@
<groupId>org.plugins.jspf</groupId>
<artifactId>jspf-core</artifactId>
<version>${jspf-version}</version>
<scope>system</scope>
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
</dependency>
<dependency>
<groupId>log4j</groupId>