JBoss Tools SVN: r21744 - in trunk/flow: features and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 11:34:58 -0400 (Tue, 27 Apr 2010)
New Revision: 21744
Added:
trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml
trunk/flow/features/pom.xml
trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml
trunk/flow/plugins/pom.xml
trunk/flow/pom.xml
trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml
trunk/flow/tests/pom.xml
Log:
add pom.xml files
Added: trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml (rev 0)
+++ trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml 2010-04-27 15:34:58 UTC (rev 21744)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.flow.common.feature</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/flow/features/pom.xml
===================================================================
--- trunk/flow/features/pom.xml (rev 0)
+++ trunk/flow/features/pom.xml 2010-04-27 15:34:58 UTC (rev 21744)
@@ -0,0 +1,18 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>flow.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.flow.common.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml
===================================================================
--- trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml (rev 0)
+++ trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml 2010-04-27 15:34:58 UTC (rev 21744)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.flow.common</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/flow/plugins/pom.xml
===================================================================
--- trunk/flow/plugins/pom.xml (rev 0)
+++ trunk/flow/plugins/pom.xml 2010-04-27 15:34:58 UTC (rev 21744)
@@ -0,0 +1,18 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>flow.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.flow.common</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/flow/pom.xml
===================================================================
--- trunk/flow/pom.xml (rev 0)
+++ trunk/flow/pom.xml 2010-04-27 15:34:58 UTC (rev 21744)
@@ -0,0 +1,20 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>flow.all</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml
===================================================================
--- trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml (rev 0)
+++ trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml 2010-04-27 15:34:58 UTC (rev 21744)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.flow.common.test</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/flow/tests/pom.xml
===================================================================
--- trunk/flow/tests/pom.xml (rev 0)
+++ trunk/flow/tests/pom.xml 2010-04-27 15:34:58 UTC (rev 21744)
@@ -0,0 +1,18 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>flow.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.flow.common.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
14 years, 8 months
JBoss Tools SVN: r21743 - in trunk/common/tests: org.jboss.tools.common.el.core.test and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 11:30:12 -0400 (Tue, 27 Apr 2010)
New Revision: 21743
Added:
trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml
trunk/common/tests/org.jboss.tools.common.model.test/pom.xml
trunk/common/tests/org.jboss.tools.common.model.ui.test/pom.xml
trunk/common/tests/org.jboss.tools.common.test/pom.xml
trunk/common/tests/org.jboss.tools.common.verification.test/pom.xml
trunk/common/tests/org.jboss.tools.common.verification.ui.test/pom.xml
trunk/common/tests/pom.xml
Log:
add pom.xml files
Added: trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml (rev 0)
+++ trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml 2010-04-27 15:30:12 UTC (rev 21743)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.el.core.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/common/tests/org.jboss.tools.common.model.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/pom.xml (rev 0)
+++ trunk/common/tests/org.jboss.tools.common.model.test/pom.xml 2010-04-27 15:30:12 UTC (rev 21743)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.model.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/common/tests/org.jboss.tools.common.model.ui.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.ui.test/pom.xml (rev 0)
+++ trunk/common/tests/org.jboss.tools.common.model.ui.test/pom.xml 2010-04-27 15:30:12 UTC (rev 21743)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.model.ui.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/common/tests/org.jboss.tools.common.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.test/pom.xml (rev 0)
+++ trunk/common/tests/org.jboss.tools.common.test/pom.xml 2010-04-27 15:30:12 UTC (rev 21743)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/common/tests/org.jboss.tools.common.verification.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.verification.test/pom.xml (rev 0)
+++ trunk/common/tests/org.jboss.tools.common.verification.test/pom.xml 2010-04-27 15:30:12 UTC (rev 21743)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.verification.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/common/tests/org.jboss.tools.common.verification.ui.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.verification.ui.test/pom.xml (rev 0)
+++ trunk/common/tests/org.jboss.tools.common.verification.ui.test/pom.xml 2010-04-27 15:30:12 UTC (rev 21743)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.verification.ui.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/common/tests/pom.xml
===================================================================
--- trunk/common/tests/pom.xml (rev 0)
+++ trunk/common/tests/pom.xml 2010-04-27 15:30:12 UTC (rev 21743)
@@ -0,0 +1,23 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>common.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.common.el.core.test</module>
+ <module>org.jboss.tools.common.model.test</module>
+ <module>org.jboss.tools.common.model.ui.test</module>
+ <module>org.jboss.tools.common.test</module>
+ <module>org.jboss.tools.common.verification.test</module>
+ <module>org.jboss.tools.common.verification.ui.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
14 years, 8 months
JBoss Tools SVN: r21742 - branches/modular_build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 11:29:08 -0400 (Tue, 27 Apr 2010)
New Revision: 21742
Modified:
branches/modular_build/svnignore.sh
Log:
tweak order and output
Modified: branches/modular_build/svnignore.sh
===================================================================
--- branches/modular_build/svnignore.sh 2010-04-27 15:28:56 UTC (rev 21741)
+++ branches/modular_build/svnignore.sh 2010-04-27 15:29:08 UTC (rev 21742)
@@ -10,7 +10,7 @@
dir="."; if [[ $1 ]]; then dir=$1; fi
for p in com org net; do
- for f in $(find $dir -mindepth 2 -type d -name "${p}.*"); do
+ for f in $(find $dir -mindepth 2 -type d -name "${p}.*" | sort); do
pushd $f 2>&1 >/dev/null
echo $f
svn up --accept 'theirs-full'
@@ -22,6 +22,9 @@
rm -fr $tmpfile
svn diff $dir
+echo ""
+echo "==================================================================="
+echo ""
echo "Pending changes:"
svn stat $dir
14 years, 8 months
JBoss Tools SVN: r21741 - trunk.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 11:28:56 -0400 (Tue, 27 Apr 2010)
New Revision: 21741
Modified:
trunk/svnignore.sh
Log:
tweak order and output
Modified: trunk/svnignore.sh
===================================================================
--- trunk/svnignore.sh 2010-04-27 15:21:40 UTC (rev 21740)
+++ trunk/svnignore.sh 2010-04-27 15:28:56 UTC (rev 21741)
@@ -10,7 +10,7 @@
dir="."; if [[ $1 ]]; then dir=$1; fi
for p in com org net; do
- for f in $(find $dir -mindepth 2 -type d -name "${p}.*"); do
+ for f in $(find $dir -mindepth 2 -type d -name "${p}.*" | sort); do
pushd $f 2>&1 >/dev/null
echo $f
svn up --accept 'theirs-full'
@@ -22,6 +22,9 @@
rm -fr $tmpfile
svn diff $dir
+echo ""
+echo "==================================================================="
+echo ""
echo "Pending changes:"
svn stat $dir
14 years, 8 months
JBoss Tools SVN: r21740 - trunk/tests/features/org.jboss.tools.test.sdk.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 11:21:40 -0400 (Tue, 27 Apr 2010)
New Revision: 21740
Modified:
trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
Log:
org.jboss.tools.common.text.ext.test removed from modular_branch; remove from trunk too
Modified: trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml 2010-04-27 15:14:30 UTC (rev 21739)
+++ trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml 2010-04-27 15:21:40 UTC (rev 21740)
@@ -194,12 +194,6 @@
unpack="false"/>
<plugin
- id="org.jboss.tools.common.text.ext.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
id="org.jboss.tools.jmx.core.test"
download-size="0"
install-size="0"
14 years, 8 months
JBoss Tools SVN: r21739 - branches/modular_build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 11:14:30 -0400 (Tue, 27 Apr 2010)
New Revision: 21739
Added:
branches/modular_build/svnignore.sh
Log:
new svnignore util script
Added: branches/modular_build/svnignore.sh
===================================================================
--- branches/modular_build/svnignore.sh (rev 0)
+++ branches/modular_build/svnignore.sh 2010-04-27 15:14:30 UTC (rev 21739)
@@ -0,0 +1,32 @@
+#!/bin/bash
+tmpfile=/tmp/svn.ignore.txt
+echo "target
+buildlog.latest.txt
+bin
+build
+*.class
+" > $tmpfile
+
+dir="."; if [[ $1 ]]; then dir=$1; fi
+
+for p in com org net; do
+ for f in $(find $dir -mindepth 2 -type d -name "${p}.*"); do
+ pushd $f 2>&1 >/dev/null
+ echo $f
+ svn up --accept 'theirs-full'
+ svn propset svn:ignore --file $tmpfile .
+ popd 2>&1 >/dev/null
+ echo ""
+ done
+done
+rm -fr $tmpfile
+svn diff $dir
+
+echo "Pending changes:"
+svn stat $dir
+
+echo ""
+echo "To commit changes, type:
+ cd $dir; svn ci -m \"svn:ignore\""
+echo ""
+
Property changes on: branches/modular_build/svnignore.sh
___________________________________________________________________
Name: svn:executable
+ *
14 years, 8 months
JBoss Tools SVN: r21738 - trunk.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 11:14:18 -0400 (Tue, 27 Apr 2010)
New Revision: 21738
Added:
trunk/svnignore.sh
Log:
new svnignore util script
Added: trunk/svnignore.sh
===================================================================
--- trunk/svnignore.sh (rev 0)
+++ trunk/svnignore.sh 2010-04-27 15:14:18 UTC (rev 21738)
@@ -0,0 +1,32 @@
+#!/bin/bash
+tmpfile=/tmp/svn.ignore.txt
+echo "target
+buildlog.latest.txt
+bin
+build
+*.class
+" > $tmpfile
+
+dir="."; if [[ $1 ]]; then dir=$1; fi
+
+for p in com org net; do
+ for f in $(find $dir -mindepth 2 -type d -name "${p}.*"); do
+ pushd $f 2>&1 >/dev/null
+ echo $f
+ svn up --accept 'theirs-full'
+ svn propset svn:ignore --file $tmpfile .
+ popd 2>&1 >/dev/null
+ echo ""
+ done
+done
+rm -fr $tmpfile
+svn diff $dir
+
+echo "Pending changes:"
+svn stat $dir
+
+echo ""
+echo "To commit changes, type:
+ cd $dir; svn ci -m \"svn:ignore\""
+echo ""
+
Property changes on: trunk/svnignore.sh
___________________________________________________________________
Name: svn:executable
+ *
14 years, 8 months
JBoss Tools SVN: r21737 - in trunk/jbpm: features/org.jboss.tools.flow.jpdl4.feature and 21 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 10:56:37 -0400 (Tue, 27 Apr 2010)
New Revision: 21737
Modified:
trunk/jbpm/builders/org.jboss.tools.flow.jpdl4.builder/
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/
trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/
trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/
trunk/jbpm/features/org.jboss.tools.jbpm4.feature/
trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/
trunk/jbpm/plugins/org.jboss.tools.jbpm.common/
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/
trunk/jbpm/plugins/org.jbpm.gd.jpdl/
trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/
trunk/jbpm/tests/org.jbpm.gd.jpdl.test/
Log:
svn:ignore
Property changes on: trunk/jbpm/builders/org.jboss.tools.flow.jpdl4.builder
___________________________________________________________________
Name: svn:ignore
- target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature
___________________________________________________________________
Name: svn:ignore
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm4.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature
___________________________________________________________________
Name: svn:ignore
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/features/org.jbpm.gd.jpdl.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/plugins/org.jboss.tools.jbpm.common
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/plugins/org.jbpm.gd.jpdl
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/releng/org.jboss.tools.jbpm3.releng
___________________________________________________________________
Name: svn:ignore
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng
___________________________________________________________________
Name: svn:ignore
- buildlog.latest.txt
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/jbpm/tests/org.jbpm.gd.jpdl.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
14 years, 8 months
JBoss Tools SVN: r21736 - in trunk/flow: plugins/org.jboss.tools.flow.common and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 10:44:37 -0400 (Tue, 27 Apr 2010)
New Revision: 21736
Modified:
trunk/flow/features/org.jboss.tools.flow.common.feature/
trunk/flow/plugins/org.jboss.tools.flow.common/
trunk/flow/tests/org.jboss.tools.flow.common.test/
Log:
svn:ignore
Property changes on: trunk/flow/features/org.jboss.tools.flow.common.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/flow/plugins/org.jboss.tools.flow.common
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/flow/tests/org.jboss.tools.flow.common.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
14 years, 8 months
JBoss Tools SVN: r21735 - in trunk/common: features/org.jboss.tools.common.all.sdk.feature and 27 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-27 10:43:04 -0400 (Tue, 27 Apr 2010)
New Revision: 21735
Modified:
trunk/common/features/org.jboss.tools.common.all.feature/
trunk/common/features/org.jboss.tools.common.all.sdk.feature/
trunk/common/features/org.jboss.tools.common.all.tests.feature/
trunk/common/features/org.jboss.tools.common.core.feature/
trunk/common/features/org.jboss.tools.common.feature/
trunk/common/features/org.jboss.tools.common.text.ext.feature/
trunk/common/features/org.jboss.tools.common.ui.feature/
trunk/common/features/org.jboss.tools.common.verification.feature/
trunk/common/plugins/org.jboss.tools.common.el.core/
trunk/common/plugins/org.jboss.tools.common.el.ui/
trunk/common/plugins/org.jboss.tools.common.gef/
trunk/common/plugins/org.jboss.tools.common.meta.ui/
trunk/common/plugins/org.jboss.tools.common.model.ui/
trunk/common/plugins/org.jboss.tools.common.model/
trunk/common/plugins/org.jboss.tools.common.projecttemplates/
trunk/common/plugins/org.jboss.tools.common.resref.core/
trunk/common/plugins/org.jboss.tools.common.resref.ui/
trunk/common/plugins/org.jboss.tools.common.text.ext/
trunk/common/plugins/org.jboss.tools.common.text.xml/
trunk/common/plugins/org.jboss.tools.common.ui/
trunk/common/plugins/org.jboss.tools.common.verification.ui/
trunk/common/plugins/org.jboss.tools.common.verification/
trunk/common/plugins/org.jboss.tools.common/
trunk/common/tests/org.jboss.tools.common.el.core.test/
trunk/common/tests/org.jboss.tools.common.model.test/
trunk/common/tests/org.jboss.tools.common.model.ui.test/
trunk/common/tests/org.jboss.tools.common.test/
trunk/common/tests/org.jboss.tools.common.verification.test/
trunk/common/tests/org.jboss.tools.common.verification.ui.test/
Log:
svn:ignore
Property changes on: trunk/common/features/org.jboss.tools.common.all.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/features/org.jboss.tools.common.all.sdk.feature
___________________________________________________________________
Name: svn:ignore
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/features/org.jboss.tools.common.all.tests.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/features/org.jboss.tools.common.core.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/features/org.jboss.tools.common.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/features/org.jboss.tools.common.text.ext.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/features/org.jboss.tools.common.ui.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/features/org.jboss.tools.common.verification.feature
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common
___________________________________________________________________
Name: svn:ignore
- bin
build
target
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.el.core
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.el.ui
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.gef
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.meta.ui
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.model
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.model.ui
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.projecttemplates
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.resref.core
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.resref.ui
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.text.ext
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.text.xml
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.ui
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.verification
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/plugins/org.jboss.tools.common.verification.ui
___________________________________________________________________
Name: svn:ignore
- bin
target
build
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/tests/org.jboss.tools.common.el.core.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/tests/org.jboss.tools.common.model.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/tests/org.jboss.tools.common.model.ui.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/tests/org.jboss.tools.common.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/tests/org.jboss.tools.common.verification.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/common/tests/org.jboss.tools.common.verification.ui.test
___________________________________________________________________
Name: svn:ignore
- bin
target
build
d
+ target
buildlog.latest.txt
bin
build
*.class
14 years, 8 months