Shane,

Could you enlighten me a bit on this one? What is the IoC container being used for, and why are the binaries in SVN? :D

- Brett

On 21/06/2007, at 3:41 PM, [EMAIL PROTECTED] wrote:

Author: sisbell
Date: Wed Jun 20 22:41:33 2007
New Revision: 549381

URL: http://svn.apache.org/viewvc?view=rev&rev=549381
Log:
Ioc Container Dependencies.

Added:
    incubator/nmaven/trunk/thirdparty/Castle/
incubator/nmaven/trunk/thirdparty/Castle/Castle.Core-2.0- rc2.pom (with props) incubator/nmaven/trunk/thirdparty/Castle/Castle.Core.dll (with props) incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy-2.0-rc2.pom (with props) incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy.dll (with props) incubator/nmaven/trunk/thirdparty/Castle/Castle.MicroKernel-2.0- rc2.pom (with props) incubator/nmaven/trunk/thirdparty/Castle/ Castle.MicroKernel.dll (with props) incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards-2.0-rc2.pom (with props) incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards.dll (with props) incubator/nmaven/trunk/thirdparty/Castle/Castle.Windsor-2.0- rc2.pom (with props) incubator/nmaven/trunk/thirdparty/Castle/Castle.Windsor.dll (with props)

Added: incubator/nmaven/trunk/thirdparty/Castle/Castle.Core-2.0- rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.Core-2.0-rc2.pom?view=auto&rev=549381 ====================================================================== ======== --- incubator/nmaven/trunk/thirdparty/Castle/Castle.Core-2.0- rc2.pom (added) +++ incubator/nmaven/trunk/thirdparty/Castle/Castle.Core-2.0- rc2.pom Wed Jun 20 22:41:33 2007
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Castle</groupId>
+  <artifactId>Castle.Core</artifactId>
+  <packaging>library</packaging>
+  <version>2.0-rc2</version>
+</project>
\ No newline at end of file

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.Core-2.0-rc2.pom ---------------------------------------------------------------------- --------
    svn:eol-style = native

Added: incubator/nmaven/trunk/thirdparty/Castle/Castle.Core.dll
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.Core.dll?view=auto&rev=549381 ====================================================================== ========
Binary file - no diff available.

Propchange: incubator/nmaven/trunk/thirdparty/Castle/Castle.Core.dll
---------------------------------------------------------------------- --------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy-2.0-rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.DynamicProxy-2.0-rc2.pom?view=auto&rev=549381 ====================================================================== ======== --- incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy-2.0-rc2.pom (added) +++ incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy-2.0-rc2.pom Wed Jun 20 22:41:33 2007
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Castle</groupId>
+  <artifactId>Castle.DynamicProxy-2.0-rc2</artifactId>
+  <packaging>library</packaging>
+  <version>2.0-rc2</version>
+</project>
\ No newline at end of file

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy-2.0-rc2.pom ---------------------------------------------------------------------- --------
    svn:eol-style = native

Added: incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy.dll URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.DynamicProxy.dll?view=auto&rev=549381 ====================================================================== ========
Binary file - no diff available.

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.DynamicProxy.dll ---------------------------------------------------------------------- --------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/trunk/thirdparty/Castle/ Castle.MicroKernel-2.0-rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.MicroKernel-2.0-rc2.pom?view=auto&rev=549381 ====================================================================== ======== --- incubator/nmaven/trunk/thirdparty/Castle/Castle.MicroKernel-2.0- rc2.pom (added) +++ incubator/nmaven/trunk/thirdparty/Castle/Castle.MicroKernel-2.0- rc2.pom Wed Jun 20 22:41:33 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Castle</groupId>
+  <artifactId>Castle.MicroKernel</artifactId>
+  <packaging>library</packaging>
+  <version>2.0-rc2</version>
+  <dependencies>
+    <dependency>
+      <groupId>Castle</groupId>
+      <artifactId>Castle.Core</artifactId>
+      <version>${pom.version}</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.MicroKernel-2.0-rc2.pom ---------------------------------------------------------------------- --------
    svn:eol-style = native

Added: incubator/nmaven/trunk/thirdparty/Castle/Castle.MicroKernel.dll
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.MicroKernel.dll?view=auto&rev=549381 ====================================================================== ========
Binary file - no diff available.

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.MicroKernel.dll ---------------------------------------------------------------------- --------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards-2.0-rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.VSNetIntegration.CastleWizards-2.0-rc2.pom? view=auto&rev=549381 ====================================================================== ======== --- incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards-2.0-rc2.pom (added) +++ incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards-2.0-rc2.pom Wed Jun 20 22:41:33 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Castle</groupId>
+  <artifactId>Castle.VSNetIntegration.CastleWizards</artifactId>
+  <packaging>library</packaging>
+  <version>2.0-rc2</version>
+  <dependencies>
+      <dependency>
+        <groupId>EnvDTE</groupId>
+        <artifactId>EnvDTE</artifactId>
+        <type>gac</type>
+        <version>8.0.0.0__b03f5f7f11d50a3a</version>
+      </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards-2.0-rc2.pom ---------------------------------------------------------------------- --------
    svn:eol-style = native

Added: incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards.dll URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.VSNetIntegration.CastleWizards.dll?view=auto&rev=549381 ====================================================================== ========
Binary file - no diff available.

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.VSNetIntegration.CastleWizards.dll ---------------------------------------------------------------------- --------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/trunk/thirdparty/Castle/Castle.Windsor-2.0- rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.Windsor-2.0-rc2.pom?view=auto&rev=549381 ====================================================================== ======== --- incubator/nmaven/trunk/thirdparty/Castle/Castle.Windsor-2.0- rc2.pom (added) +++ incubator/nmaven/trunk/thirdparty/Castle/Castle.Windsor-2.0- rc2.pom Wed Jun 20 22:41:33 2007
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Castle</groupId>
+  <artifactId>Castle.Windsor</artifactId>
+  <packaging>library</packaging>
+  <version>2.0-rc2</version>
+  <dependencies>
+    <dependency>
+      <groupId>Castle</groupId>
+      <artifactId>Castle.Core</artifactId>
+      <version>${pom.version}</version>
+      <type>library</type>
+    </dependency>
+    <dependency>
+      <groupId>Castle</groupId>
+      <artifactId>Castle.DynamicProxy</artifactId>
+      <version>${pom.version}</version>
+      <type>library</type>
+    </dependency>
+    <dependency>
+      <groupId>Castle</groupId>
+      <artifactId>Castle.MicroKernel</artifactId>
+      <version>${pom.version}</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.Windsor-2.0-rc2.pom ---------------------------------------------------------------------- --------
    svn:eol-style = native

Added: incubator/nmaven/trunk/thirdparty/Castle/Castle.Windsor.dll
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/ Castle/Castle.Windsor.dll?view=auto&rev=549381 ====================================================================== ========
Binary file - no diff available.

Propchange: incubator/nmaven/trunk/thirdparty/Castle/ Castle.Windsor.dll ---------------------------------------------------------------------- --------
    svn:mime-type = application/octet-stream

Reply via email to