Author: jgomes
Date: Tue Nov 3 16:28:21 2009
New Revision: 832469
URL:
http://svn.apache.org/viewvc?rev=832469&view=revLog:
Remove external references to deployed assemblies.
Removed:
activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/deploy/
activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/deploy/
activemq/activemq-dotnet/Apache.NMS/trunk/deploy/
Modified:
activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/vendor/ (props changed)
activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml
activemq/activemq-dotnet/Apache.NMS/trunk/nant.build
activemq/activemq-dotnet/Apache.NMS/trunk/vendor/ (props changed)
Propchange: activemq/activemq-dotnet/Apache.NMS/tags/1.1.0/vendor/
('svn:externals' removed)
Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml?rev=832469&r1=832468&r2=832469&view=diff==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml Tue Nov 3 16:28:21 2009
@@ -423,47 +423,6 @@
</target>
<!-- ============================================================================================ -->
- <!-- D E P L O Y T A R G E T S -->
- <!-- ============================================================================================ -->
-
- <target name="deploy-all" depends="generate-build-number" description="Deploy all build configurations for all runtime configurations">
- <echo message="Deploying release configurations for all runtime configurations." />
- <call target="set-release-configuration" />
- <foreach item="String" in="${build.framework.strings}" delim="," property="current.build.framework">
- <call target="deploy-target" />
- </foreach>
-
- <!-- Commit the deployed files to repository. This completes the deployment. -->
- <exec program="svn" failonerror="false">
- <arg value="commit" />
- <arg value="deploy" />
- <arg value="-m" />
- <arg value="Deploy ${project.name} ${project.version.numeric}" />
- </exec>
- </target>
-
- <target name="deploy-target" depends="init, conditional-deploy" />
-
- <target name="conditional-deploy" depends="init" unless="${build.skip}"
- description="Conditionaly deploy all the modules if build framework and type are supported">
- <call target="deploy" />
- </target>
-
- <!-- Deploy the modules to the global repo -->
- <target name="deploy" description="Deploy the artifacts into the subversion repo">
- <property name="repo.dir" value="deploy/${current.build.framework}" />
- <foreach item="File" property="deploy.filename">
- <in>
- <items refid="deploy.filenames" />
- </in>
- <do>
- <property name="repo.task.dest" value="${path::get-file-name(deploy.filename)}" />
- <copy file="${deploy.filename}" todir="${repo.dir}" unless="${file::up-to-date(deploy.filename, '${repo.dir}/${repo.task.dest}')}" />
- </do>
- </foreach>
- </target>
-
- <!-- ============================================================================================ -->
<!-- T E S T T A R G E T S -->
<!-- ============================================================================================ -->
Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant.build?rev=832469&r1=832468&r2=832469&view=diff==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant.build Tue Nov 3 16:28:21 2009
@@ -68,19 +68,6 @@
<include name="NOTICE.txt" />
</fileset>
- <fileset id="deploy.filenames">
- <include name="LICENSE.txt" />
- <include name="NOTICE.txt" />
- <include name="${build.bin.dir}/${project.name}.dll" />
- <include name="${build.bin.dir}/${project.name}.pdb" />
- <include name="${build.bin.dir}/${project.name}.dll.mdb" />
- <include name="${build.bin.dir}/${project.name}.xml" />
- <include name="${build.bin.dir}/${project.name}.Test.dll" />
- <include name="${build.bin.dir}/${project.name}.Test.pdb" />
- <include name="${build.bin.dir}/${project.name}.Test.dll.mdb" />
- <include name="${build.bin.dir}/${project.name}.Test.xml" />
- </fileset>
-
<fileset id="install.filenames">
<include name="LICENSE.txt" />
<include name="NOTICE.txt" />
Propchange: activemq/activemq-dotnet/Apache.NMS/trunk/vendor/
('svn:externals' removed)