From ece4fd35da7b7fc76264776f81705e6b5b52d3e0 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:11:48 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835140 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/branches/java-post-M1/etc/svn-ignores | 14 ++ sca-java-1.x/branches/java-post-M1/etc/svn-props | 29 +++ .../java-post-M1/etc/tuscany-eclipse-codestyle.xml | 246 +++++++++++++++++++++ .../java-post-M1/etc/tuscany-idea-codestyle.xml | 19 ++ 4 files changed, 308 insertions(+) create mode 100644 sca-java-1.x/branches/java-post-M1/etc/svn-ignores create mode 100644 sca-java-1.x/branches/java-post-M1/etc/svn-props create mode 100644 sca-java-1.x/branches/java-post-M1/etc/tuscany-eclipse-codestyle.xml create mode 100644 sca-java-1.x/branches/java-post-M1/etc/tuscany-idea-codestyle.xml (limited to 'sca-java-1.x/branches/java-post-M1/etc') diff --git a/sca-java-1.x/branches/java-post-M1/etc/svn-ignores b/sca-java-1.x/branches/java-post-M1/etc/svn-ignores new file mode 100644 index 0000000000..08719ac506 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/etc/svn-ignores @@ -0,0 +1,14 @@ +target +*.iws +*.ipr +*.iml +.project +.classpath +maven.log +velocity.log* +junit*.properties +surefire*.properties +.settings +.deployables +.wtpmodules + diff --git a/sca-java-1.x/branches/java-post-M1/etc/svn-props b/sca-java-1.x/branches/java-post-M1/etc/svn-props new file mode 100644 index 0000000000..39525bbc8d --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/etc/svn-props @@ -0,0 +1,29 @@ +### Set enable-auto-props to 'yes' to enable automatic properties +### for 'svn add' and 'svn import', it defaults to 'no'. +### Automatic properties are defined in the section 'auto-props'. +enable-auto-props = yes + +### Section for configuring automatic properties. +### The format of the entries is: +### file-name-pattern = propname[=value][;propname[=value]...] +### The file-name-pattern can contain wildcards (such as '*' and +### '?'). All entries which match will be applied to the file. +### Note that auto-props functionality must be enabled, which +### is typically done by setting the 'enable-auto-props' option. +[auto-props] +*.c = svn:eol-style=native +*.cpp = svn:eol-style=native +*.h = svn:eol-style=native +*.dsp = svn:eol-style=CRLF +*.dsw = svn:eol-style=CRLF +*.sh = svn:eol-style=native;svn:executable +*.txt = svn:eol-style=native +*.png = svn:mime-type=image/png +*.jpg = svn:mime-type=image/jpeg +Makefile = svn:eol-style=native + +*.java = svn:eol-style=native;svn:keywords=Rev Date +*.xml = svn:eol-style=native;svn:keywords=Rev Date +*.xsd = svn:eol-style=native;svn:keywords=Rev Date +*.html = svn:eol-style=native;svn:keywords=Rev Date +*.properties = svn:eol-style=native;svn:keywords=Rev Date diff --git a/sca-java-1.x/branches/java-post-M1/etc/tuscany-eclipse-codestyle.xml b/sca-java-1.x/branches/java-post-M1/etc/tuscany-eclipse-codestyle.xml new file mode 100644 index 0000000000..55b40f256a --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/etc/tuscany-eclipse-codestyle.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/java-post-M1/etc/tuscany-idea-codestyle.xml b/sca-java-1.x/branches/java-post-M1/etc/tuscany-idea-codestyle.xml new file mode 100644 index 0000000000..f6c0920bd7 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/etc/tuscany-idea-codestyle.xml @@ -0,0 +1,19 @@ + + + + + -- cgit v1.2.3