From 296faad0fa04779371e0a5629af1daf5b97031f7 Mon Sep 17 00:00:00 2001 From: magenoxx Date: Tue, 2 Nov 2010 06:42:25 +0000 Subject: [PATCH] reverted system scope as it causes problems in net beans. --- Mage.Client/install_3d_party_libs.bat | 2 ++ Mage.Client/install_3d_party_libs.sh | 2 ++ Mage.Client/pom.xml | 2 -- Mage.Common/pom.xml | 2 -- Mage.Plugins/Mage.Card.Plugin/pom.xml | 2 -- Mage.Plugins/Mage.Theme.Plugin/pom.xml | 2 -- 6 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 Mage.Client/install_3d_party_libs.bat create mode 100644 Mage.Client/install_3d_party_libs.sh diff --git a/Mage.Client/install_3d_party_libs.bat b/Mage.Client/install_3d_party_libs.bat new file mode 100644 index 0000000000..9145c3c5c8 --- /dev/null +++ b/Mage.Client/install_3d_party_libs.bat @@ -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 \ No newline at end of file diff --git a/Mage.Client/install_3d_party_libs.sh b/Mage.Client/install_3d_party_libs.sh new file mode 100644 index 0000000000..5e0af555c2 --- /dev/null +++ b/Mage.Client/install_3d_party_libs.sh @@ -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 \ No newline at end of file diff --git a/Mage.Client/pom.xml b/Mage.Client/pom.xml index c22069a21d..193fa9a9d2 100644 --- a/Mage.Client/pom.xml +++ b/Mage.Client/pom.xml @@ -36,8 +36,6 @@ org.plugins.jspf jspf-core ${jspf-version} - system - ${basedir}/plugins/core/jspf.core-0.9.0.jar diff --git a/Mage.Common/pom.xml b/Mage.Common/pom.xml index d138d44556..af4937e6cf 100644 --- a/Mage.Common/pom.xml +++ b/Mage.Common/pom.xml @@ -26,8 +26,6 @@ org.plugins.jspf jspf-core ${jspf-version} - system - ${basedir}/../Mage.Client/plugins/core/jspf.core-0.9.0.jar diff --git a/Mage.Plugins/Mage.Card.Plugin/pom.xml b/Mage.Plugins/Mage.Card.Plugin/pom.xml index 5f95a46e62..6145841618 100644 --- a/Mage.Plugins/Mage.Card.Plugin/pom.xml +++ b/Mage.Plugins/Mage.Card.Plugin/pom.xml @@ -21,8 +21,6 @@ org.plugins.jspf jspf-core ${jspf-version} - system - ${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar diff --git a/Mage.Plugins/Mage.Theme.Plugin/pom.xml b/Mage.Plugins/Mage.Theme.Plugin/pom.xml index 5136a3382c..5bf0c0f175 100644 --- a/Mage.Plugins/Mage.Theme.Plugin/pom.xml +++ b/Mage.Plugins/Mage.Theme.Plugin/pom.xml @@ -26,8 +26,6 @@ org.plugins.jspf jspf-core ${jspf-version} - system - ${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar log4j