diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-09 20:07:50 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-09 20:07:50 +0000 |
commit | 8ff4657da7b5a1da59a21a65b675d26bcf033417 (patch) | |
tree | 4f3d2b3e94a35eb6fd22dd8979d55d0eb6dcecb9 /branches/sca-android/modules/interface-java/.project | |
parent | bf5f54e4300a67803d53ac1b47ea2f70c1e2542e (diff) |
Copied the android port modules under the modules directory, to match the structure in trunk as it'll help with merges, diffs etc.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-android/modules/interface-java/.project | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/branches/sca-android/modules/interface-java/.project b/branches/sca-android/modules/interface-java/.project new file mode 100644 index 0000000000..cdc464f4dd --- /dev/null +++ b/branches/sca-android/modules/interface-java/.project @@ -0,0 +1,21 @@ +<projectDescription>
+ <name>tuscany-interface-java</name>
+ <comment>Parent POM defining settings that can be used across Tuscany</comment>
+ <projects>
+ <project>tuscany-assembly</project>
+ <project>tuscany-contribution</project>
+ <project>tuscany-definitions</project>
+ <project>tuscany-extensibility</project>
+ <project>tuscany-interface</project>
+ <project>tuscany-policy</project>
+ <project>tuscany-sca-api</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
\ No newline at end of file |