From 440726250cc2a523463f575b682a6ddb6242408c Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Sat, 6 Oct 2012 11:48:21 -0400
Subject: Added parts to manage repositories and plugin management
This is working - more testing to follow, then soem documentation
---
prebuild.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index d3af892..fe8dcef 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -733,7 +733,10 @@
+
+
+
@@ -856,6 +859,7 @@
+
@@ -864,7 +868,6 @@
-
@@ -1260,6 +1263,7 @@
+
@@ -1336,6 +1340,8 @@
+
+
--
cgit v1.1
From 08f6c8065e79b4a74300efc31fbba8fbc03652ed Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Wed, 10 Oct 2012 09:32:31 -0400
Subject: Add System.Core to references
---
prebuild.xml | 1 +
1 file changed, 1 insertion(+)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index ca27e2c..82c4dc9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -730,6 +730,7 @@
../../../bin/
+
--
cgit v1.1
From 99bb6c930479fedee4e55a662fa715702f6110b7 Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Fri, 19 Oct 2012 07:38:36 -0400
Subject: Move PluginManager
Move PluginManager out to OpenSimFramework for general use
---
prebuild.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 82c4dc9..6c58e38 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -105,6 +105,7 @@
+
@@ -737,7 +738,6 @@
-
--
cgit v1.1
From a6e5a2f4df806025826c56f5de81bdee398939a0 Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Fri, 7 Dec 2012 19:41:07 -0500
Subject: Prebuild fix
Had moved the class to a different namespace but failed to add the reference
---
prebuild.xml | 1 +
1 file changed, 1 insertion(+)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 99ba2a9..69a5ca0 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -739,6 +739,7 @@
+
--
cgit v1.1
From 063f37cf739543bb69fb1a4b433005f4bc789b04 Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Fri, 7 Dec 2012 20:03:15 -0500
Subject: One more time...
needed one more "../" in the path (copy paste): Thanks BrucePatton for catching that one
---
prebuild.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 69a5ca0..14ffc99 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -739,7 +739,7 @@
-
+
--
cgit v1.1