~piastucki/bzr-eclipse/execute-bit

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.core.test/build.properties

  • Committer: Guillermo Gonzalez
  • Date: 2008-10-26 21:07:09 UTC
  • Revision ID: guillo.gonzo@gmail.com-20081026210709-craiqyzwyljocwqy
 * added org.bazaar...client to wrap bzr-java-lib as a OSGI bundle
 * added core.test and tests-feature projects 
  - added tests for CommitCommand and the base test case
 * added ant tasks (dependecies.xml) to client and core.test to ease the fetch of dependencies 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
source.. = src/
 
2
output.. = bin/
 
3
bin.includes = plugin.xml,\
 
4
               META-INF/,\
 
5
               .,\
 
6
               html/,\
 
7
               LICENSE,\
 
8
               COPYRIGHT,\
 
9
               Contributers,\
 
10
               plugin.properties,\
 
11
               .classpath,\
 
12
               .project,\
 
13
               bzr-java-lib-0.5.0-SNAPSHOT-tests.jar,\
 
14
               build.properties
 
15
src.excludes = icons/bzrAdd.psd,\
 
16
               icons/bzrAdd_big.png,\
 
17
               icons/bzrRemove_big.png,\
 
18
               icons/bzr_logo_trans_big.png,\
 
19
               icons/bzrlogo_big.png
 
20
src.includes = src/,\
 
21
               testToc.xml,\
 
22
               toc.xml,\
 
23
               plugin.xml,\
 
24
               html/,\
 
25
               build.properties,\
 
26
               META-INF/,\
 
27
               LICENSE,\
 
28
               Contributers,\
 
29
               .settings/,\
 
30
               .refactorings/,\
 
31
               .project,\
 
32
               .classpath,\
 
33
               plugin.properties,\
 
34
               COPYRIGHT,\
 
35
               dependencies.xml,\
 
36
               dependencies.properties
 
37
bin.excludes = icons/bzrAdd.psd,\
 
38
               icons/bzrRemove_big.png,\
 
39
               icons/bzrAdd_big.png,\
 
40
               icons/bzr_logo_trans_big.png,\
 
41
               icons/bzrlogo_big.png