Author: mona
Date: Fri Aug 23 17:04:50 2013
New Revision: 1516932
URL: http://svn.apache.org/r1516932
Log:
Excluding WorkflowGenerator module from 4.0 Release package
Removed:
oozie/branches/branch-4.0/workflowgenerator/
Modified:
oozie/branches/branch-4.0/distro/pom.xml
oozie/branches/branch-4.0/pom.xml
oozie/branches/branch-4.0/release-log.txt
oozie/branches/branch-4.0/src/main/assemblies/distro.xml
Modified: oozie/branches/branch-4.0/distro/pom.xml
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/distro/pom.xml?rev=1516932&r1=1516931&r2=1516932&view=diff
==============================================================================
--- oozie/branches/branch-4.0/distro/pom.xml (original)
+++ oozie/branches/branch-4.0/distro/pom.xml Fri Aug 23 17:04:50 2013
@@ -129,21 +129,6 @@
<profiles>
<profile>
- <id>wfgen</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.apache.oozie</groupId>
- <artifactId>oozie-workflowgenerator</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- <type>war</type>
- </dependency>
- </dependencies>
- </profile>
- <profile>
<id>loginServerExample</id>
<activation>
<activeByDefault>false</activeByDefault>
Modified: oozie/branches/branch-4.0/pom.xml
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/pom.xml?rev=1516932&r1=1516931&r2=1516932&view=diff
==============================================================================
--- oozie/branches/branch-4.0/pom.xml (original)
+++ oozie/branches/branch-4.0/pom.xml Fri Aug 23 17:04:50 2013
@@ -985,32 +985,6 @@
</properties>
</profile>
<profile>
- <id>wfgen</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <modules>
- <module>workflowgenerator</module>
- </modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <fork>true</fork>
- <source>1.6</source>
- <target>1.6</target>
- <compilerArguments>
- <Xlint/>
- <Xmaxwarns>9999</Xmaxwarns>
- </compilerArguments>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>hadoop-23</id>
<activation>
<activeByDefault>false</activeByDefault>
Modified: oozie/branches/branch-4.0/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1516932&r1=1516931&r2=1516932&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Fri Aug 23 17:04:50 2013
@@ -189,13 +189,10 @@ OOZIE-1036 Utility class to parse HCat U
OOZIE-1033 Generic utility class to register/unregister a JMS message
handler(Mohammad)
OOZIE-1032 Create JMSService used for any JMS compliant product (Mohammad)
OOZIE-1045 Parameterize <unresolved-instances> tag currently hardcoded
(egashira via mona)
-OOZIE-1096 Update wfgen README.txt to have the TLP mailing list (jun aoki via
rkanter)
OOZIE-1078 Help -> Documentation and Help -> Online Help should link to
oozie.apache.org/ (jun via mohammad)
OOZIE-809 MySQL TEXT columns should be MEDIUMTEXT (rkanter via tucu)
OOZIE-979 bump up trunk version to 3.4.0-SNAPSHOT (tucu)
OOZIE-1007 Add license headers to all files don't have them (egashira via
tucu)
-OOZIE-976 add workflowgenerator into distro tarball (egashira via tucu)
-OOZIE-944 Implement Workflow Generator UI Tool (egashira via virag)
-- Oozie 3.3.2 release
Modified: oozie/branches/branch-4.0/src/main/assemblies/distro.xml
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/src/main/assemblies/distro.xml?rev=1516932&r1=1516931&r2=1516932&view=diff
==============================================================================
--- oozie/branches/branch-4.0/src/main/assemblies/distro.xml (original)
+++ oozie/branches/branch-4.0/src/main/assemblies/distro.xml Fri Aug 23
17:04:50 2013
@@ -99,14 +99,6 @@
</includes>
<fileMode>0555</fileMode>
</fileSet>
- <fileSet>
- <directory>${basedir}/../workflowgenerator/target</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>oozie-wfgen.war</include>
- </includes>
- <fileMode>0555</fileMode>
- </fileSet>
<!-- Oozie Login Server Example war and jar -->
<fileSet>
<directory>${basedir}/../login/target</directory>