Browse Source

Copy protos directory when releasing

Jon Skeet 15 years ago
parent
commit
290089ab7c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      ProtocolBuffers.build

+ 6 - 1
ProtocolBuffers.build

@@ -332,7 +332,12 @@
       <fileset basedir="${src}">
       <fileset basedir="${src}">
         <include name="ProtocolBuffers/bin/ReleaseCF/Google.ProtocolBuffers.dll" />
         <include name="ProtocolBuffers/bin/ReleaseCF/Google.ProtocolBuffers.dll" />
       </fileset>
       </fileset>
-    </copy>    
+    </copy>
+    <copy todir="${output-dir}">
+      <fileset basedir="${project::get-base-directory()}">
+        <include name="protos/**" />
+      </fileset>
+    </copy>
   </target>
   </target>